![]() | |
![]() | ![]() |
Entire Class Index | Main Class Index | Cross Index | Global Index |
MessageBox component
Contained in: global
Derived from:
CL_Window
Derived by:
none
Group: GUI (Controls)
#include <ClanLib/gui.h>
public function member index: |
||
Construction: |
||
CL_MessageBox | (CL_Component* parent, CL_StyleManager* style = NULL); | |
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 | (); |
static void | info | (const std::string& text, CL_Component* parent, CL_StyleManager* style = NULL); |
static void | info | (const std::string& title, const std::string& text, CL_Component* parent, CL_StyleManager* style = NULL); |
static int | info | (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); |
Attributes: |
||
const std::string& | get_text | () const; |
int | get_result_button | () const; |
Operations: |
||
void | set_text | (const std::string& text); |
Signals: |
||
CL_Signal_v0& | sig_button1 | (); |
CL_Signal_v0& | sig_button2 | (); |
CL_Signal_v0& | sig_button3 | (); |