|
OpenWalnut
1.2.5
|
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.
|
virtual |
Destructor.
Definition at line 27 of file WCustomWidget.cpp.
|
pure virtual |
Get the scene which is displayed.
|
pure virtual |
Get the viewer which is used.
1.8.1