OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Protected Slots | Protected Attributes | List of all members
CSVRender::RenderWidget Class Reference

#include <scenewidget.hpp>

Inheritance diagram for CSVRender::RenderWidget:
Collaboration diagram for CSVRender::RenderWidget:

Public Member Functions

 RenderWidget (QWidget *parent=0, Qt::WindowFlags f=0)
 
virtual ~RenderWidget ()
 
void flagAsModified ()
 Initiates a request to redraw the view. More...
 
void setVisibilityMask (int mask)
 
osg::Camera * getCamera ()
 

Protected Slots

void toggleRenderStats ()
 

Protected Attributes

osg::ref_ptr< osgViewer::View > mView
 
osg::ref_ptr< osg::Group > mRootNode
 
QTimer mTimer
 

Constructor & Destructor Documentation

CSVRender::RenderWidget::RenderWidget ( QWidget parent = 0,
Qt::WindowFlags  f = 0 
)

Here is the call graph for this function:

CSVRender::RenderWidget::~RenderWidget ( )
virtual

Here is the call graph for this function:

Member Function Documentation

void CSVRender::RenderWidget::flagAsModified ( )

Initiates a request to redraw the view.

Here is the caller graph for this function:

osg::Camera * CSVRender::RenderWidget::getCamera ( )

Here is the caller graph for this function:

void CSVRender::RenderWidget::setVisibilityMask ( int  mask)
void CSVRender::RenderWidget::toggleRenderStats ( )
protectedslot

Here is the caller graph for this function:

Member Data Documentation

osg::ref_ptr<osg::Group> CSVRender::RenderWidget::mRootNode
protected
QTimer CSVRender::RenderWidget::mTimer
protected
osg::ref_ptr<osgViewer::View> CSVRender::RenderWidget::mView
protected

The documentation for this class was generated from the following files: