#include <GLWTabContainer.h>

Public Member Functions | |
| GLWTabContainer (float x=0.0f, float y=0.0f, float w=0.0f, float h=0.0f) | |
| virtual | ~GLWTabContainer () |
| virtual void | layout () |
| virtual void | setX (float x) |
| virtual void | setY (float y) |
| REGISTER_CLASS_HEADER (GLWTabContainer) | |
Definition at line 27 of file GLWTabContainer.h.
| GLWTabContainer::GLWTabContainer | ( | float | x = 0.0f, |
|
| float | y = 0.0f, |
|||
| float | w = 0.0f, |
|||
| float | h = 0.0f | |||
| ) |
Definition at line 25 of file GLWTabContainer.cpp.
| GLWTabContainer::~GLWTabContainer | ( | ) | [virtual] |
Definition at line 30 of file GLWTabContainer.cpp.
| void GLWTabContainer::layout | ( | ) | [virtual] |
Reimplemented from GLWPanel.
Definition at line 34 of file GLWTabContainer.cpp.
References MAX, GLWidget::setH(), GLWidget::setW(), and GLWPanel::widgets_.
| void GLWTabContainer::setX | ( | float | x | ) | [virtual] |
Reimplemented from GLWidget.
Definition at line 69 of file GLWTabContainer.cpp.
References GLWidget::setX().
| void GLWTabContainer::setY | ( | float | y | ) | [virtual] |
Reimplemented from GLWidget.
Definition at line 74 of file GLWTabContainer.cpp.
References GLWidget::setY().
| GLWTabContainer::REGISTER_CLASS_HEADER | ( | GLWTabContainer | ) |
1.5.3