Custom widget which is created by a module to display custom information. More...
#include <WCustomWidget.h>
Public Member Functions | |
virtual | ~WCustomWidget () |
Destructor. | |
virtual osg::ref_ptr < WGEGroupNode > | getScene () const =0 |
Get the scene which is displayed. | |
virtual boost::shared_ptr < WGEViewer > | getViewer () const =0 |
Get the viewer which is used. |
Custom widget which is created by a module to display custom information.
Definition at line 38 of file WCustomWidget.h.
WCustomWidget::~WCustomWidget | ( | ) | [virtual] |
Destructor.
Definition at line 27 of file WCustomWidget.cpp.
virtual osg::ref_ptr< WGEGroupNode > WCustomWidget::getScene | ( | ) | const [pure virtual] |
Get the scene which is displayed.
virtual boost::shared_ptr< WGEViewer > WCustomWidget::getViewer | ( | ) | const [pure virtual] |
Get the viewer which is used.