#include <SoFCSelectionAction.h>
Public Member Functions | |
SbBool | isHandled () const |
void | setHandled () |
SoVisibleFaceAction () | |
~SoVisibleFaceAction () | |
Static Public Member Functions | |
static void | initClass () |
The order of the defined SO_ACTION_ADD_METHOD statements is very important. | |
Protected Member Functions | |
virtual void | beginTraversal (SoNode *node) |
Definition at line 261 of file SoFCSelectionAction.h.
SoVisibleFaceAction::SoVisibleFaceAction | ( | ) |
Definition at line 793 of file SoFCSelectionAction.cpp.
SoVisibleFaceAction::~SoVisibleFaceAction | ( | ) |
Definition at line 798 of file SoFCSelectionAction.cpp.
void SoVisibleFaceAction::beginTraversal | ( | SoNode * | node | ) | [protected, virtual] |
Definition at line 802 of file SoFCSelectionAction.cpp.
void SoVisibleFaceAction::initClass | ( | void | ) | [static] |
The order of the defined SO_ACTION_ADD_METHOD statements is very important.
First the base classes and afterwards subclasses of them must be listed, otherwise the registered methods of subclasses will be overridden. For more details see the thread in the Coin3d forum https://www.coin3d.org/pipermail/coin-discuss/2004-May/004346.html. This means that SoSwitch
must be listed after SoGroup
and SoFCSelection
after SoSeparator
because both classes inherits the others.
Definition at line 765 of file SoFCSelectionAction.cpp.
Referenced by Gui::SoFCDB::init().
SbBool SoVisibleFaceAction::isHandled | ( | ) | const |
Definition at line 817 of file SoFCSelectionAction.cpp.
void SoVisibleFaceAction::setHandled | ( | ) |
Definition at line 812 of file SoFCSelectionAction.cpp.