#include <htreg.h>
Inheritance diagram for ht_registry_data_string:
Public Member Functions | |
ht_registry_data_string (const char *s=0) | |
~ht_registry_data_string () | |
virtual bool | editdialog (const char *keyname) |
virtual int | load (ht_object_stream *f) |
virtual OBJECT_ID | object_id () const |
virtual void | store (ht_object_stream *f) |
virtual void | strvalue (char *buf32bytes) |
Public Attributes | |
char * | value |
|
Definition at line 218 of file htreg.cc. References ht_strdup(), and value. |
|
Definition at line 223 of file htreg.cc. References value. |
|
Reimplemented from ht_registry_data. Definition at line 228 of file htreg.cc. References inputbox(), and value. |
|
loads object from object stream.
Reimplemented from Object. Definition at line 241 of file htreg.cc. References ht_layer_stream::get_error(), ht_object_stream::getString(), and value. |
|
Reimplemented from Object. Definition at line 247 of file htreg.cc. References ATOM_HT_REGISTRY_DATA_STRING. |
|
stores object. Reimplemented from Object. Definition at line 252 of file htreg.cc. References ht_object_stream::putString(), and value. |
|
Reimplemented from ht_registry_data. Definition at line 257 of file htreg.cc. References value. |
|
Definition at line 97 of file htreg.h. Referenced by editdialog(), get_config_string(), ht_registry_data_string(), load(), store(), strvalue(), and ~ht_registry_data_string(). |