#include <Label.h>
Public Member Functions | |
| Label (const std::string &caption, const std::string &name, bool autosize=true, int minWidth=16, int minHeight=16) | |
| ~Label () | |
Private Member Functions | |
| void | initialize () |
| void | drawSkin () |
| void | drawPlain () |
A Basic Text Label.
The Label Control is just a set of rendered text.
| Label::Label | ( | const std::string & | caption, | |
| const std::string & | name, | |||
| bool | autosize = true, |
|||
| int | minWidth = 16, |
|||
| int | minHeight = 16 | |||
| ) |
| Label::~Label | ( | ) |
Destructor
| void Label::drawPlain | ( | ) | [private, virtual] |
| void Label::drawSkin | ( | ) | [private, virtual] |
Render this control.
Reimplemented from Control.
| void Label::initialize | ( | ) | [private, virtual] |
Ensure that we're automatically setting our height/width parameters.
Reimplemented from Control.
1.7.1