#include <static_text.h>
Inheritance diagram for crs::static_text:

Public Methods | |
| static_text (base_control *Parent, const std::string Caption, const unsigned int Left, const unsigned int Top, const unsigned int Width) | |
| virtual void | draw () |
Public Attributes | |
| property< static_text, read_write, std::string > | caption |
Private Methods | |
| const std::string & | getCaption () |
| void | setCaption (const std::string &Caption) |
Private Attributes | |
| std::string | mCaption |
|
||||||||||||||||||||||||
|
Definition at line 5 of file static_text.cpp. References crs::base_control::mVisible. |
|
|
Reimplemented from crs::base_control. Definition at line 21 of file static_text.cpp. References crs::base_control::buffer, crs::drawing_area::fill(), mCaption, and crs::base_control::setText(). |
|
|
Definition at line 13 of file static_text.cpp. References mCaption. |
|
|
Definition at line 17 of file static_text.cpp. References mCaption. |
|
|
Definition at line 20 of file static_text.h. |
|
|
Definition at line 14 of file static_text.h. Referenced by draw(), getCaption(), and setCaption(). |
1.2.18