List of all members |
Public Member Functions |
Static Public Member Functions |
Protected Member Functions
Gui::SoVisibleFaceAction Class Reference
#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. More... | |
Protected Member Functions | |
virtual void | beginTraversal (SoNode *node) |
Detailed Description
Constructor & Destructor Documentation
◆ SoVisibleFaceAction()
SoVisibleFaceAction::SoVisibleFaceAction | ( | ) |
◆ ~SoVisibleFaceAction()
SoVisibleFaceAction::~SoVisibleFaceAction | ( | ) |
Member Function Documentation
◆ beginTraversal()
|
protectedvirtual |
◆ initClass()
|
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.
Referenced by Gui::SoFCDB::init().
◆ isHandled()
SbBool SoVisibleFaceAction::isHandled | ( | ) | const |
◆ setHandled()
void SoVisibleFaceAction::setHandled | ( | ) |
The documentation for this class was generated from the following files:
- src/Gui/SoFCSelectionAction.h
- src/Gui/SoFCSelectionAction.cpp