#include <SoFCInteractiveElement.h>
Public Member Functions | |
virtual SoElement * | copyMatchInfo (void) const |
virtual void | init (SoState *state) |
virtual SbBool | matches (const SoElement *element) const |
virtual void | pop (SoState *state, const SoElement *prevTopElement) |
virtual void | push (SoState *state) |
Static Public Member Functions | |
static void | get (SoState *state, QGLWidget *&window) |
static void | initClass (void) |
static void | set (SoState *state, QGLWidget *window) |
Protected Member Functions | |
virtual | ~SoGLWidgetElement () |
Protected Attributes | |
QGLWidget * | window |
Definition at line 58 of file SoFCInteractiveElement.h.
SoGLWidgetElement::~SoGLWidgetElement | ( | ) | [protected, virtual] |
Definition at line 86 of file SoFCInteractiveElement.cpp.
SoElement * SoGLWidgetElement::copyMatchInfo | ( | void | ) | const [virtual] |
Definition at line 119 of file SoFCInteractiveElement.cpp.
void SoGLWidgetElement::get | ( | SoState * | state, | |
QGLWidget *& | window | |||
) | [static] |
Definition at line 97 of file SoFCInteractiveElement.cpp.
References window.
Referenced by Gui::SoFrameLabel::GLRender(), Gui::SoStringLabel::GLRender(), and Gui::SoFCSelection::redrawHighlighted().
void SoGLWidgetElement::init | ( | SoState * | state | ) | [virtual] |
Definition at line 80 of file SoFCInteractiveElement.cpp.
References window.
void SoGLWidgetElement::initClass | ( | void | ) | [static] |
Definition at line 73 of file SoFCInteractiveElement.cpp.
Referenced by Gui::SoFCDB::init().
SbBool SoGLWidgetElement::matches | ( | const SoElement * | element | ) | const [virtual] |
Definition at line 114 of file SoFCInteractiveElement.cpp.
void SoGLWidgetElement::pop | ( | SoState * | state, | |
const SoElement * | prevTopElement | |||
) | [virtual] |
Definition at line 109 of file SoFCInteractiveElement.cpp.
void SoGLWidgetElement::push | ( | SoState * | state | ) | [virtual] |
Definition at line 104 of file SoFCInteractiveElement.cpp.
void SoGLWidgetElement::set | ( | SoState * | state, | |
QGLWidget * | window | |||
) | [static] |
Definition at line 90 of file SoFCInteractiveElement.cpp.
References window.
QGLWidget* Gui::SoGLWidgetElement::window [protected] |
Definition at line 80 of file SoFCInteractiveElement.h.