#include <SoFCInteractiveElement.h>
Public Member Functions | |
virtual void | doAction (SoAction *action) |
virtual void | GLRender (SoGLRenderAction *action) |
SoGLWidgetNode (void) | |
Static Public Member Functions | |
static void | initClass (void) |
Public Attributes | |
QGLWidget * | window |
Protected Member Functions | |
virtual | ~SoGLWidgetNode () |
Definition at line 108 of file SoFCInteractiveElement.h.
SoGLWidgetNode::SoGLWidgetNode | ( | void | ) |
Constructor.
Definition at line 186 of file SoFCInteractiveElement.cpp.
SoGLWidgetNode::~SoGLWidgetNode | ( | ) | [protected, virtual] |
Destructor.
Definition at line 194 of file SoFCInteractiveElement.cpp.
void SoGLWidgetNode::doAction | ( | SoAction * | action | ) | [virtual] |
Definition at line 207 of file SoFCInteractiveElement.cpp.
References boost::numeric::bindings::atlas::set(), and window.
Referenced by GLRender().
void SoGLWidgetNode::GLRender | ( | SoGLRenderAction * | action | ) | [virtual] |
Definition at line 213 of file SoFCInteractiveElement.cpp.
References doAction().
void SoGLWidgetNode::initClass | ( | void | ) | [static] |
Definition at line 199 of file SoFCInteractiveElement.cpp.
Referenced by Gui::SoFCDB::init().
QGLWidget* Gui::SoGLWidgetNode::window |
Definition at line 117 of file SoFCInteractiveElement.h.
Referenced by doAction().