Coin  4.0.3
Coin3D core library
Loading...
Searching...
No Matches
SoEnabledElementsList Class Reference

The SoEnabledElementsList class is a container for type info for element types that are enabled in actions. More...

#include <Inventor/lists/SoEnabledElementsList.h>

Public Member Functions

 SoEnabledElementsList (SoEnabledElementsList *const parentlist)
 
 ~SoEnabledElementsList ()
 
void enable (const SoType elementtype, const int stackindex)
 
const SoTypeListgetElements (void) const
 
void merge (const SoEnabledElementsList &eel)
 

Static Public Member Functions

static int getCounter (void)
 

Detailed Description

The SoEnabledElementsList class is a container for type info for element types that are enabled in actions.

This class is probably not of interest for the application programmer.

Constructor & Destructor Documentation

◆ SoEnabledElementsList()

SoEnabledElementsList::SoEnabledElementsList ( SoEnabledElementsList *const parentlist)

Constructor.

◆ ~SoEnabledElementsList()

SoEnabledElementsList::~SoEnabledElementsList ( )

Destructor.

Member Function Documentation

◆ enable()

void SoEnabledElementsList::enable ( const SoType elementtype,
const int stackindex )

Add an elementtype to the list of enabled elements if it is not enabled already.

◆ getCounter()

int SoEnabledElementsList::getCounter ( void )
static

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.

◆ getElements()

const SoTypeList & SoEnabledElementsList::getElements ( void ) const

Return the list of enabled elements.

◆ merge()

void SoEnabledElementsList::merge ( const SoEnabledElementsList & eel)

Enables all the elements from the eel list that is enabled in this instance.


The documentation for this class was generated from the following files: