#include <hthist.h>
Inheritance diagram for ht_history_entry:
Public Member Functions | |
ht_history_entry (char *str=0, ht_object_stream_bin *data=0, ht_mem_file *datafile=0) | |
~ht_history_entry () | |
virtual int | load (ht_object_stream *s) |
virtual void | store (ht_object_stream *s) |
virtual OBJECT_ID | object_id () const |
Public Attributes | |
char * | desc |
ht_object_stream_bin * | data |
ht_mem_file * | datafile |
|
Definition at line 72 of file hthist.cc. References data, datafile, desc, and ht_strdup(). |
|
Definition at line 79 of file hthist.cc. References data, datafile, desc, ht_mem_file::done(), and ht_object_stream::done(). |
|
loads object from object stream.
Reimplemented from Object. Definition at line 92 of file hthist.cc. References data, datafile, desc, ht_object_stream::getBinary(), ht_object_stream::getInt(), ht_object_stream::getString(), ht_object_stream_bin::init(), ht_mem_file::init(), NULL, size, UINT, and ht_mem_file::write(). |
|
Reimplemented from Object. Definition at line 130 of file hthist.cc. References ATOM_HT_HISTORY_ENTRY. |
|
stores object. Reimplemented from Object. Definition at line 116 of file hthist.cc. References ht_mem_file::bufptr(), datafile, desc, ht_mem_file::get_size(), NULL, ht_object_stream::putBinary(), ht_object_stream::putInt(), ht_object_stream::putString(), size, and UINT. |
|
Definition at line 49 of file hthist.h. Referenced by ht_strinputfield::history_dialog(), ht_history_entry(), load(), and ~ht_history_entry(). |
|
Definition at line 50 of file hthist.h. Referenced by ht_strinputfield::history_dialog(), ht_history_entry(), load(), store(), and ~ht_history_entry(). |
|
Definition at line 48 of file hthist.h. Referenced by ht_history_entry(), load(), store(), and ~ht_history_entry(). |