modal_dialog_t Class Reference |
Public Types | |
typedef auto_ptr < eve_client_holder > | auto_view_t |
typedef any_regular_t | model_type |
Public Member Functions | |
void | display (const model_type &value) |
bool | end_dialog () |
dialog_result_t | go (std::istream &layout, std::istream &sheet) |
modal_dialog_t () | |
Public Attributes | |
action_callback_t | callback_m |
display_options_t | display_options_m |
dictionary_t | display_state_m |
dictionary_t | input_m |
platform_display_type | parent_m |
dictionary_t | record_m |
vm_lookup_t | vm_lookup_m |
boost::filesystem::path | working_directory_m |
Detailed Description
The class that does the heavy-lifting for the modal dialog kit.
Definition at line 161 of file modal_dialog_interface.hpp.
Member Typedef Documentation
typedef auto_ptr<eve_client_holder> auto_view_t |
Definition at line 165 of file modal_dialog_interface.hpp.
typedef any_regular_t model_type |
Definition at line 164 of file modal_dialog_interface.hpp.
Constructor & Destructor Documentation
modal_dialog_t | ( | ) |
Member Function Documentation
void display | ( | const model_type & | value ) |
bool end_dialog | ( | ) |
dialog_result_t go | ( | std::istream & | layout, |
std::istream & | sheet | ||
) |
Member Data Documentation
Definition at line 175 of file modal_dialog_interface.hpp.
Definition at line 174 of file modal_dialog_interface.hpp.
Definition at line 173 of file modal_dialog_interface.hpp.
Definition at line 171 of file modal_dialog_interface.hpp.
Definition at line 177 of file modal_dialog_interface.hpp.
Definition at line 172 of file modal_dialog_interface.hpp.
Definition at line 178 of file modal_dialog_interface.hpp.
boost::filesystem::path working_directory_m |
Definition at line 176 of file modal_dialog_interface.hpp.