#include <htapp.h>
Inheritance diagram for ht_project_item:
Public Member Functions | |
void | init (char *filename, char *path) |
virtual void | done () |
virtual int | load (ht_object_stream *s) |
virtual OBJECT_ID | object_id () const |
virtual void | store (ht_object_stream *s) |
const char * | get_filename () |
const char * | get_path () |
Protected Attributes | |
char * | filename |
char * | path |
|
Reimplemented from Object. |
|
Definition at line 679 of file htapp.cc. References filename. Referenced by ht_project_listbox::selectEntry(). |
|
Definition at line 684 of file htapp.cc. References path. Referenced by ht_project_listbox::selectEntry(). |
|
Definition at line 667 of file htapp.cc. References filename, and path. Referenced by ht_project_listbox::handlemsg(). |
|
loads object from object stream.
Reimplemented from Object. Definition at line 689 of file htapp.cc. References filename, ht_layer_stream::get_error(), ht_object_stream::getString(), NULL, and path. |
|
Reimplemented from Object. Definition at line 696 of file htapp.cc. References ATOM_HT_PROJECT_ITEM. |
|
stores object. Reimplemented from Object. Definition at line 701 of file htapp.cc. References filename, NULL, path, and ht_object_stream::putString(). |
|
Definition at line 200 of file htapp.h. Referenced by done(), get_filename(), init(), load(), and store(). |
|
Definition at line 201 of file htapp.h. Referenced by done(), get_path(), init(), load(), and store(). |