SoAuditorList(3) Coin SoAuditorList(3)

SoAuditorList - The SoAuditorList class is used to keep track of auditors for certain object classes.

#include <Inventor/lists/SoAuditorList.h>

Inherits SbPList.


SoAuditorList (void)
~SoAuditorList ()
void append (void *const auditor, const SoNotRec::Type type)
void set (const int index, void *const auditor, const SoNotRec::Type type)
void * getObject (const int index) const
SoNotRec::Type getType (const int index) const
int getLength (void) const
int find (void *const auditor, const SoNotRec::Type type) const
void remove (const int index)
void remove (void *const auditor, const SoNotRec::Type type)
void notify (SoNotList *l)

The SoAuditorList class is used to keep track of auditors for certain object classes.

This class is mainly for internal use (from SoBase) and it should not be necessary to be familiar with it for 'ordinary' Coin use.

Default constructor.

Destructor.

void SoAuditorList::append (void *const auditor, const SoNotRec::Type type)

Append an auditor of type to the list.

void SoAuditorList::set (const int index, void *const auditor, const SoNotRec::Type type)

Set auditor pointer and auditor type in list at index.

void * SoAuditorList::getObject (const int index) const

Returns auditor pointer at index.

SoNotRec::Type SoAuditorList::getType (const int index) const

Returns auditor type at index.

Returns number of elements in list.

Find auditor of type in list and return index. Returns -1 if auditor is not in the list.

void SoAuditorList::remove (const int index)

Remove auditor at index.

void SoAuditorList::remove (void *const auditor, const SoNotRec::Type type)

Remove auditor of type from list.

void SoAuditorList::notify (SoNotList * l)

Send notification to all our auditors.

Generated automatically by Doxygen for Coin from the source code.

Tue Dec 26 2023 17:59:22 Version 4.0.2