#include <htapp.h>
Inheritance diagram for ht_app_window_entry:
Public Member Functions | |
ht_app_window_entry (ht_window *window, UINT number, UINT type, bool minimized, bool isfile, ht_layer_streamfile *layer) | |
~ht_app_window_entry () | |
Public Attributes | |
UINT | type |
ht_window * | window |
bool | minimized |
UINT | number |
bool | isfile |
ht_layer_streamfile * | layer |
|
Definition at line 1350 of file htapp.cc. References isfile, layer, minimized, number, type, UINT, and window. |
|
|
|
Definition at line 278 of file htapp.h. Referenced by ht_app::handlemsg(), and ht_app_window_entry(). |
|
Definition at line 279 of file htapp.h. Referenced by ht_app::handlemsg(), and ht_app_window_entry(). |
|
Definition at line 276 of file htapp.h. Referenced by ht_app_window_entry(). |
|
Definition at line 277 of file htapp.h. Referenced by ht_app::find_free_window_number(), ht_app::get_window_by_number(), ht_app::get_window_number(), ht_app_window_entry(), and ht_app::popup_window_list(). |
|
Definition at line 274 of file htapp.h. Referenced by ht_app::get_window_by_type(), and ht_app_window_entry(). |
|
Definition at line 275 of file htapp.h. Referenced by ht_app::accept_close_all_windows(), ht_app::get_window_by_filename(), ht_app::get_window_by_number(), ht_app::get_window_by_type(), ht_app::get_window_listindex(), ht_app::handlemsg(), ht_app_window_entry(), and ht_app::popup_window_list(). |