#include <construct_dialog.hpp>
Public Member Functions | |
dialog_process_info () | |
void | clear_buttons () |
void | cycle () |
Public Attributes | |
CKey | key |
bool | left_button |
bool | right_button |
bool | key_down |
bool | first_time |
bool | double_clicked |
bool | new_left_button |
bool | new_right_button |
bool | new_key_down |
int | selection |
Private Attributes | |
bool | clear_buttons_ |
Definition at line 27 of file construct_dialog.hpp.
|
inline |
Definition at line 30 of file construct_dialog.hpp.
|
inline |
Definition at line 44 of file construct_dialog.hpp.
References clear_buttons_.
Referenced by help::help_button::action(), statistics_dialog::action(), dialogs::file_dialog::action(), and gui::dialog_button::action().
|
inline |
Definition at line 48 of file construct_dialog.hpp.
References clear_buttons_, key_down, left_button, new_key_down, new_left_button, new_right_button, and right_button.
Referenced by gui::dialog::show().
|
private |
Definition at line 65 of file construct_dialog.hpp.
Referenced by clear_buttons(), and cycle().
bool gui::dialog_process_info::double_clicked |
Definition at line 61 of file construct_dialog.hpp.
Referenced by statistics_dialog::action(), dialogs::file_dialog::action(), and gui::dialog::process().
bool gui::dialog_process_info::first_time |
Definition at line 61 of file construct_dialog.hpp.
Referenced by dialogs::file_dialog::action(), gui::dialog::action(), and gui::dialog::process().
CKey gui::dialog_process_info::key |
Definition at line 60 of file construct_dialog.hpp.
Referenced by gui::dialog::process().
bool gui::dialog_process_info::key_down |
Definition at line 61 of file construct_dialog.hpp.
Referenced by statistics_dialog::action(), cycle(), and gui::dialog::process().
bool gui::dialog_process_info::left_button |
Definition at line 61 of file construct_dialog.hpp.
Referenced by cycle(), and gui::dialog::process().
bool gui::dialog_process_info::new_key_down |
Definition at line 62 of file construct_dialog.hpp.
Referenced by statistics_dialog::action(), cycle(), and gui::dialog::process().
bool gui::dialog_process_info::new_left_button |
Definition at line 62 of file construct_dialog.hpp.
Referenced by dialogs::file_dialog::action(), cycle(), and gui::dialog::process().
bool gui::dialog_process_info::new_right_button |
Definition at line 62 of file construct_dialog.hpp.
Referenced by cycle(), and gui::dialog::process().
bool gui::dialog_process_info::right_button |
Definition at line 61 of file construct_dialog.hpp.
Referenced by cycle(), and gui::dialog::process().
int gui::dialog_process_info::selection |
Definition at line 63 of file construct_dialog.hpp.
Referenced by dialogs::file_dialog::action(), and gui::dialog::process().