osgEarth 2.1.1
Public Types | Public Member Functions | Public Attributes

PopUpSymbolizerContext Struct Reference

List of all members.

Public Types

typedef std::vector
< osg::ref_ptr< TextPopup > > 
TextPopupList

Public Member Functions

 PopUpSymbolizerContext (PopupManager *windowmanager)

Public Attributes

osg::ref_ptr< PopupManager > _wm
TextPopupList _widgetList

Detailed Description

Definition at line 129 of file osgearth_symbology.cpp.


Member Typedef Documentation

typedef std::vector<osg::ref_ptr<TextPopup> > PopUpSymbolizerContext::TextPopupList

Definition at line 131 of file osgearth_symbology.cpp.


Constructor & Destructor Documentation

PopUpSymbolizerContext::PopUpSymbolizerContext ( PopupManager *  windowmanager) [inline]

Definition at line 133 of file osgearth_symbology.cpp.

: _wm(windowmanager) {}

Member Data Documentation

Definition at line 135 of file osgearth_symbology.cpp.

osg::ref_ptr<PopupManager> PopUpSymbolizerContext::_wm

Definition at line 134 of file osgearth_symbology.cpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines