#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, SoGLRenderAction *&action) |
static void | initClass (void) |
static void | set (SoState *state, SoGLRenderAction *action) |
Protected Member Functions | |
virtual | ~SoGLRenderActionElement () |
Protected Attributes | |
SoGLRenderAction * | glRenderAction |
Definition at line 83 of file SoFCInteractiveElement.h.
SoGLRenderActionElement::~SoGLRenderActionElement | ( | ) | [protected, virtual] |
Definition at line 141 of file SoFCInteractiveElement.cpp.
SoElement * SoGLRenderActionElement::copyMatchInfo | ( | void | ) | const [virtual] |
Definition at line 174 of file SoFCInteractiveElement.cpp.
void SoGLRenderActionElement::get | ( | SoState * | state, | |
SoGLRenderAction *& | action | |||
) | [static] |
Definition at line 152 of file SoFCInteractiveElement.cpp.
References glRenderAction.
Referenced by Gui::SoFCSelection::redrawHighlighted().
void SoGLRenderActionElement::init | ( | SoState * | state | ) | [virtual] |
Definition at line 135 of file SoFCInteractiveElement.cpp.
References glRenderAction.
void SoGLRenderActionElement::initClass | ( | void | ) | [static] |
Definition at line 128 of file SoFCInteractiveElement.cpp.
Referenced by Gui::SoFCDB::init().
SbBool SoGLRenderActionElement::matches | ( | const SoElement * | element | ) | const [virtual] |
Definition at line 169 of file SoFCInteractiveElement.cpp.
void SoGLRenderActionElement::pop | ( | SoState * | state, | |
const SoElement * | prevTopElement | |||
) | [virtual] |
Definition at line 164 of file SoFCInteractiveElement.cpp.
void SoGLRenderActionElement::push | ( | SoState * | state | ) | [virtual] |
Definition at line 159 of file SoFCInteractiveElement.cpp.
void SoGLRenderActionElement::set | ( | SoState * | state, | |
SoGLRenderAction * | action | |||
) | [static] |
Definition at line 145 of file SoFCInteractiveElement.cpp.
References glRenderAction.
SoGLRenderAction* Gui::SoGLRenderActionElement::glRenderAction [protected] |
Definition at line 105 of file SoFCInteractiveElement.h.