osgEarth 2.1.1
|
Public Member Functions | |
ControlContext () | |
Public Attributes | |
osg::View * | _view |
osg::ref_ptr< const osg::Viewport > | _vp |
unsigned int | _viewContextID |
std::queue< osg::ref_ptr < class Control > > | _active |
const osg::FrameStamp * | _frameStamp |
osgEarth::Util::Controls::ControlContext::ControlContext | ( | ) | [inline] |
Definition at line 86 of file Controls.
: _viewContextID(~0) { }
std::queue< osg::ref_ptr<class Control> > osgEarth::Util::Controls::ControlContext::_active |
const osg::FrameStamp* osgEarth::Util::Controls::ControlContext::_frameStamp |
osg::ref_ptr<const osg::Viewport> osgEarth::Util::Controls::ControlContext::_vp |