#include <htreg.h>
Inheritance diagram for ht_registry_data_raw:
Public Member Functions | |
ht_registry_data_raw (const void *value=0, UINT size=0) | |
~ht_registry_data_raw () | |
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 | |
void * | value |
UINT | size |
|
|
|
Definition at line 165 of file htreg.cc. References value. |
|
Reimplemented from ht_registry_data. Definition at line 170 of file htreg.cc. References ht_dialog::done(), FS_KILLER, FS_TITLE, ht_dialog::init(), ht_dialog::run(), screen, and genericdrawbuf::size. |
|
loads object from object stream.
Reimplemented from Object. Definition at line 191 of file htreg.cc. References ht_layer_stream::get_error(), ht_object_stream::getBinary(), ht_object_stream::getIntDec(), NULL, size, and value. |
|
Reimplemented from Object. Definition at line 198 of file htreg.cc. References ATOM_HT_REGISTRY_DATA_RAW. |
|
stores object. Reimplemented from Object. Definition at line 203 of file htreg.cc. References NULL, ht_object_stream::putBinary(), ht_object_stream::putIntDec(), size, and value. |
|
Reimplemented from ht_registry_data. |
|
Definition at line 79 of file htreg.h. Referenced by ht_registry_data_raw(), load(), store(), and RegNodeFile::store_node(). |
|
Definition at line 78 of file htreg.h. Referenced by ht_registry_data_raw(), load(), store(), RegNodeFile::store_node(), and ~ht_registry_data_raw(). |