![]() | |
![]() | ![]() |
Entire Class Index | Main Class Index | Cross Index | Global Index |
Label component
Contained in: global
Derived from:
CL_Component
Derived by:
none
Group: GUI (Controls)
#include <ClanLib/gui.h>
public function member index: |
||
Construction: |
||
CL_Label | (CL_Component* parent, CL_StyleManager* style = NULL); | |
CL_Label | (const std::string& text, CL_Component* parent, CL_StyleManager* style = NULL); | |
CL_Label | (const CL_Point& pos, const std::string& text, CL_Component* parent, CL_StyleManager* style = NULL); | |
CL_Label | (const CL_Rect& pos, const std::string& text, CL_Component* parent, CL_StyleManager* style = NULL); | |
virtual | ~CL_Label | (); |
Attributes: |
||
const std::string& | get_text | () const; |
int | get_alignment | () const; |
Operations: |
||
void | set_text | (const std::string& text); |
void | set_text | (int number); |
void | set_text | (double number); |
void | clear | (); |
void | set_alignment | (int alignment); |
private function member index: |
||
Implementation: |
||
void | init | (const std::string& text); |
CL_Label | (const CL_Label& copy); | |