#include <messagebox_generic.h>
Collaboration diagram for CL_MessageBox_Generic:

Public Methods | |
| CL_MessageBox_Generic (CL_MessageBox *self, const CL_ComponentOptions &options, CL_StyleManager *style) | |
| ~CL_MessageBox_Generic () | |
| void | set_text (const std::string &text) |
| void | on_button (int button) |
Public Attributes | |
| std::string | text |
| CL_MessageBox* | messagebox |
| CL_Label* | label_text |
| CL_Button* | button [3] |
| CL_Signal_v0 | sig_button [3] |
| CL_Slot | slot_on_button [3] |
| int | result_button |
Static Public Methods | |
| CL_ComponentOptions | create_options (const std::string &title, const std::string &text, const std::string &button1, const std::string &button2, const std::string &button3) |
|
|
|
|
|
Definition at line 27 of file messagebox_generic.h. |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 36 of file messagebox_generic.h. |
|
|
Definition at line 35 of file messagebox_generic.h. |
|
|
Definition at line 33 of file messagebox_generic.h. |
|
|
Definition at line 43 of file messagebox_generic.h. |
|
|
Definition at line 38 of file messagebox_generic.h. |
|
|
Definition at line 40 of file messagebox_generic.h. |
|
|
Definition at line 31 of file messagebox_generic.h. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001