Basic class for containing other controls. Used in Windows. More...
#include <Container.h>
Public Member Functions | |
| Container (const std::string &name) | |
| ~Container () | |
Private Member Functions | |
| void | drawSkin () |
| void | drawPlain () |
| void | logic () |
| void | initialize () |
| virtual void | containerInit () |
Basic class for containing other controls. Used in Windows.
| Container::Container | ( | const std::string & | name | ) |
| Container::~Container | ( | ) |
Destructor
| virtual void Container::containerInit | ( | ) | [inline, private, virtual] |
| void Container::drawPlain | ( | ) | [private, virtual] |
| void Container::drawSkin | ( | ) | [private, virtual] |
| void Container::initialize | ( | ) | [private, virtual] |
Initialize all internal variables, and any child controls needed.
Reimplemented from Control.
Reimplemented in ScrollArea, ScrollBar, and SpinBox.
| void Container::logic | ( | ) | [private, virtual] |
Reimplemented from Control.
Reimplemented in ScrollArea, and ScrollBar.
1.7.1