Public Methods |
| | CL_MessageBox (const CL_ComponentOptions &options, CL_Component *parent, CL_StyleManager *style=NULL) |
| | Construction:.
|
| | CL_MessageBox (const std::string &title, const std::string &text, const std::string &button1, const std::string &button2, const std::string &button3, CL_Component *parent, CL_StyleManager *style=NULL) |
| virtual | ~CL_MessageBox () |
| const std::string& | get_text () const |
| | Attributes:.
|
| int | get_result_button () const |
| void | set_text (const std::string &text) |
| | Operations:.
|
| CL_Signal_v0& | sig_button1 () |
| | Signals:.
|
| CL_Signal_v0& | sig_button2 () |
| CL_Signal_v0& | sig_button3 () |
Static Public Methods |
| void | info (const std::string &title, const std::string &text, CL_GUIManager *gui) |
| int | info (const std::string &title, const std::string &text, const std::string &button1, const std::string &button2, const std::string &button3, CL_GUIManager *gui) |
Private Attributes |
| class CL_MessageBox_Generic* | impl |
| | Implementation:.
|