#include <htapp.h>
Inheritance diagram for ht_project_window:
Public Member Functions | |
void | init (bounds *b, char *desc, UINT framestyle, UINT number, ht_project **project) |
virtual void | done () |
virtual void | handlemsg (htmsg *msg) |
Protected Attributes | |
ht_project ** | project |
ht_project_listbox * | plb |
char | wtitle [128] |
|
Reimplemented from ht_window. Definition at line 922 of file htapp.cc. References ht_window::done(). |
|
Reimplemented from ht_window. Definition at line 927 of file htapp.cc. References cmd_project_add_item, cmd_project_remove_item, ht_project::get_filename(), ht_window::handlemsg(), ht_snprintf(), ht_static_context_menu::init(), ht_static_context_menu::insert_entry(), K_Delete, K_Insert, msg_contextmenuquery, msg_project_changed, msg_retval, NULL, plb, project, ht_project_listbox::set_project(), ht_window::settitle(), and wtitle. |
|
Definition at line 905 of file htapp.cc. References ht_project_listbox::init(), Object::init(), ht_window::insert(), msg_project_changed, plb, project, ht_view::sendmsg(), and UINT. Referenced by ht_app::create_window_project(). |
|
Definition at line 250 of file htapp.h. Referenced by handlemsg(), and init(). |
|
Definition at line 249 of file htapp.h. Referenced by handlemsg(), and init(). |
|
Definition at line 251 of file htapp.h. Referenced by handlemsg(). |