#include <htreg.h>
Inheritance diagram for ht_registry_data_dword:
Public Member Functions | |
ht_registry_data_dword (dword value=0) | |
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 | |
dword | value |
|
Definition at line 108 of file htreg.cc. References value. |
|
Reimplemented from ht_registry_data. Definition at line 113 of file htreg.cc. References button_ok, ht_snprintf(), inputbox(), and value. |
|
loads object from object stream.
Reimplemented from Object. Definition at line 129 of file htreg.cc. References ht_layer_stream::get_error(), ht_object_stream::getIntHex(), and value. |
|
Reimplemented from Object. Definition at line 135 of file htreg.cc. References ATOM_HT_REGISTRY_DATA_DWORD. |
|
stores object. Reimplemented from Object. Definition at line 140 of file htreg.cc. References ht_object_stream::putIntHex(), and value. |
|
Reimplemented from ht_registry_data. Definition at line 145 of file htreg.cc. References ht_snprintf(), and value. |
|
Definition at line 61 of file htreg.h. Referenced by editdialog(), get_config_dword(), ht_registry_data_dword(), load(), store(), and strvalue(). |