| typedef Color::value_type osgWidget::color_type |
| typedef osg::Vec4Array osgWidget::ColorArray |
| typedef Point::value_type osgWidget::point_type |
| typedef osg::Vec3Array osgWidget::PointArray |
| typedef osg::Vec4 osgWidget::Quad |
| typedef TexCoord::value_type osgWidget::texcoord_type |
| typedef std::list<osg::observer_ptr<Widget> > osgWidget::WidgetList |
| typedef osg::Vec2 osgWidget::XYCoord |
| enum osgWidget::EventMask |
| enum osgWidget::EventType |
| std::ostream& osgWidget::_notify | ( | osg::NotifySeverity | ns = osg::INFO |
) | [inline] |
| bool OSGWIDGET_EXPORT osgWidget::callbackWindowMove | ( | Event & | ) |
Referenced by osgWidget::Window::attachMoveCallback().
| bool OSGWIDGET_EXPORT osgWidget::callbackWindowRotate | ( | Event & | ) |
Referenced by osgWidget::Window::attachRotateCallback().
| bool OSGWIDGET_EXPORT osgWidget::callbackWindowScale | ( | Event & | ) |
Referenced by osgWidget::Window::attachScaleCallback().
| bool OSGWIDGET_EXPORT osgWidget::callbackWindowTabFocus | ( | Event & | ) |
Referenced by osgWidget::Window::attachTabFocusCallback().
| OSGWIDGET_EXPORT int osgWidget::createCompositeExample | ( | osgViewer::CompositeViewer & | , | |
| osgViewer::View * | , | |||
| WindowManager * | , | |||
| osg::Node * | = 0 | |||
| ) |
| OSGWIDGET_EXPORT int osgWidget::createExample | ( | osgViewer::Viewer & | , | |
| WindowManager * | , | |||
| osg::Node * | = 0 | |||
| ) |
| OSGWIDGET_EXPORT osg::Camera* osgWidget::createInvertedYOrthoCamera | ( | matrix_type | , | |
| matrix_type | ||||
| ) |
| OSGWIDGET_EXPORT osg::Matrix osgWidget::createInvertedYOrthoProjectionMatrix | ( | matrix_type | , | |
| matrix_type | ||||
| ) |
| OSGWIDGET_EXPORT osg::Camera* osgWidget::createOrthoCamera | ( | matrix_type | , | |
| matrix_type | ||||
| ) |
| OSGWIDGET_EXPORT std::string osgWidget::generateRandomName | ( | const std::string & | ) |
| OSGWIDGET_EXPORT std::string osgWidget::getFilePath | ( | const std::string & | ) |
| bool osgWidget::hasDecimal | ( | T | v | ) | [inline] |
| std::ostream& osgWidget::info | ( | ) | [inline] |
References _notify().
| std::string osgWidget::lowerCase | ( | const std::string & | str | ) | [inline] |
| OSGWIDGET_EXPORT bool osgWidget::writeWindowManagerNode | ( | WindowManager * | ) |