OpenWalnut  1.2.5
Public Member Functions
WCustomWidget Class Reference

Custom widget which is created by a module to display custom information. More...

#include <WCustomWidget.h>

List of all members.

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.

Detailed Description

Custom widget which is created by a module to display custom information.

Definition at line 38 of file WCustomWidget.h.


Constructor & Destructor Documentation

Destructor.

Definition at line 27 of file WCustomWidget.cpp.


Member Function Documentation

virtual osg::ref_ptr< WGEGroupNode > WCustomWidget::getScene ( ) const [pure virtual]

Get the scene which is displayed.

Returns:
the scene as osg::ref_ptr
virtual boost::shared_ptr< WGEViewer > WCustomWidget::getViewer ( ) const [pure virtual]

Get the viewer which is used.

Returns:
the viewer as boost::shard_ptr

The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends