#include <SoFCInteractiveElement.h>
Public Member Functions | |
virtual void | init (SoState *state) |
Static Public Member Functions | |
static SbBool | get (SoState *const state) |
static const SoFCInteractiveElement * | getInstance (SoState *state) |
static void | initClass (void) |
static void | set (SoState *const state, SoNode *const node, SbBool mode) |
Protected Member Functions | |
virtual void | setElt (SbBool mode) |
virtual | ~SoFCInteractiveElement () |
Definition at line 37 of file SoFCInteractiveElement.h.
SoFCInteractiveElement::~SoFCInteractiveElement | ( | ) | [protected, virtual] |
Definition at line 43 of file SoFCInteractiveElement.cpp.
SbBool SoFCInteractiveElement::get | ( | SoState *const | state | ) | [static] |
Definition at line 54 of file SoFCInteractiveElement.cpp.
References getInstance().
Referenced by MeshGui::SoFCMeshSegmentShape::GLRender(), MeshGui::SoFCMeshObjectShape::GLRender(), MeshGui::SoFCMeshNode::GLRender(), MeshGui::SoFCMeshFaceSet::GLRender(), and MeshGui::SoFCIndexedFaceSet::GLRender().
const SoFCInteractiveElement * SoFCInteractiveElement::getInstance | ( | SoState * | state | ) | [static] |
Definition at line 64 of file SoFCInteractiveElement.cpp.
Referenced by get().
void SoFCInteractiveElement::init | ( | SoState * | state | ) | [virtual] |
Definition at line 38 of file SoFCInteractiveElement.cpp.
void SoFCInteractiveElement::initClass | ( | void | ) | [static] |
Definition at line 32 of file SoFCInteractiveElement.cpp.
Referenced by Gui::SoFCDB::init().
void SoFCInteractiveElement::set | ( | SoState *const | state, | |
SoNode *const | node, | |||
SbBool | mode | |||
) | [static] |
Definition at line 47 of file SoFCInteractiveElement.cpp.
References setElt().
void SoFCInteractiveElement::setElt | ( | SbBool | mode | ) | [protected, virtual] |
Definition at line 59 of file SoFCInteractiveElement.cpp.
Referenced by set().