#include <label.h>
Inheritance diagram for CL_Label:


Public Methods | |
| CL_Label (const CL_ComponentOptions &options, CL_Component *parent, CL_StyleManager *style=NULL) | |
| Construction:. | |
| 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 () |
| const std::string& | get_text () const |
| Attributes:. | |
| int | get_alignment () const |
| void | set_text (const std::string &text) |
| Operations:. | |
| void | set_text (int number) |
| void | set_text (double number) |
| void | clear () |
| void | set_alignment (int alignment) |
Private Methods | |
| CL_Label (const CL_Label ©) | |
| Implementation:. | |
Private Attributes | |
| class CL_Label_Generic* | impl |
| Implementation:. | |
Definition at line 16 of file label.h.
|
|
Construction:.
|
|
|
|
|
|
|
|
|
|
|
|
Implementation:.
|
|
|
|
|
|
|
|
|
Attributes:.
|
|
|
|
|
|
|
|
|
|
|
|
Operations:.
|
|
|
Implementation:.
Reimplemented from CL_Component. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001