#include <htapp.h>
Inheritance diagram for ht_project:
Public Member Functions | |
void | init (char *filename) |
virtual void | done () |
virtual int | load (ht_object_stream *s) |
virtual OBJECT_ID | object_id () const |
virtual void | store (ht_object_stream *s) |
char * | get_filename () |
Protected Attributes | |
char * | filename |
|
Reimplemented from ht_sorted_list. Definition at line 635 of file htapp.cc. References ht_sorted_list::done(), and filename. |
|
Definition at line 641 of file htapp.cc. References filename. Referenced by ht_project_window::handlemsg(). |
|
Definition at line 629 of file htapp.cc. References filename, and Object::init(). |
|
loads object from object stream.
Reimplemented from ht_clist. Definition at line 646 of file htapp.cc. References filename, ht_layer_stream::get_desc(), and ht_clist::load(). |
|
Reimplemented from ht_clist. Definition at line 653 of file htapp.cc. References ATOM_HT_PROJECT. |
|
stores object. Reimplemented from ht_clist. Definition at line 658 of file htapp.cc. References ht_clist::store(). |
|
Definition at line 182 of file htapp.h. Referenced by done(), get_filename(), init(), and load(). |