
Public Types | |
| VERTICAL | |
| HORIZONTAL | |
| enum | BOX_TYPE { VERTICAL, HORIZONTAL } |
Public Member Functions | |
| META_Object (osgWidget, Box) | |
| META_UIObject (Box) | |
| Box (const std::string &="", BOX_TYPE=HORIZONTAL, bool=false) | |
| Box (const Box &, const osg::CopyOp &) | |
Protected Member Functions | |
| virtual void | _resizeImplementation (point_type, point_type) |
| virtual Sizes | _getWidthImplementation () const |
| virtual Sizes | _getHeightImplementation () const |
| osgWidget::Box::Box | ( | const std::string & | = "", |
|
| BOX_TYPE | = HORIZONTAL, |
|||
| bool | = false | |||
| ) |
| osgWidget::Box::Box | ( | const Box & | , | |
| const osg::CopyOp & | ||||
| ) |
| virtual Sizes osgWidget::Box::_getHeightImplementation | ( | ) | const [protected, virtual] |
Reimplemented from osgWidget::Window.
| virtual Sizes osgWidget::Box::_getWidthImplementation | ( | ) | const [protected, virtual] |
Reimplemented from osgWidget::Window.
| virtual void osgWidget::Box::_resizeImplementation | ( | point_type | , | |
| point_type | ||||
| ) | [protected, virtual] |
Implements osgWidget::Window.
| osgWidget::Box::META_Object | ( | osgWidget | , | |
| Box | ||||
| ) |
| osgWidget::Box::META_UIObject | ( | Box | ) |