#include <Inventor/lists/SoEnabledElementsList.h>
Public Methods | |
SoEnabledElementsList (SoEnabledElementsList *const parentlist) | |
~SoEnabledElementsList () | |
const SoTypeList & | getElements (void) const |
void | enable (const SoType elementtype, const int stackindex) |
void | merge (const SoEnabledElementsList &eel) |
Static Public Methods | |
int | getCounter (void) |
This class is probably not interesting for the application programmer.
|
Constructor. |
|
Destructor. |
|
Return the list of enabled elements. |
|
Add an elementtype to the list of enabled elements if it's not enabled already. |
|
Enables all the elements from the eel list that is enabled in this instance. |
|
Return the current setting of the global counter used to determine when lists are out of date. It is incremented whenever a new element is added to a list. |