Main Page Modules Class Hierarchy Alphabetical List Compound List File List Compound Members
SoAuditorList Class Reference
The SoAuditorList class is used to keep track of auditors for certain object classes.
More...
#include <Inventor/lists/SoAuditorList.h>
Inheritance diagram for SoAuditorList::
List of all members.
Detailed Description
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.
Constructor & Destructor Documentation
SoAuditorList::SoAuditorList
|
(  |
void |
|
) |
|
|
SoAuditorList::~SoAuditorList
|
(  |
|
) |
|
|
Member Function Documentation
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. |
|
Returns auditor type at index. |
int SoAuditorList::getLength
|
(  |
void |
|
) |
const |
|
|
Returns number of elements in list. |
int SoAuditorList::find
|
(  |
void *const |
auditor, |
|
|
|
|
|
const SoNotRec::Type |
type |
|
)  |
const |
|
|
Find auditor of type in list and return index. Returns -1 if auditor is not in the list. |
void SoAuditorList::remove
|
(  |
const int |
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. |
The documentation for this class was generated from the following files:
Generated at Tue Mar 5 03:31:21 2002 for Coin by
1.2.9 written by Dimitri van Heesch,
© 1997-2001