1 #ifndef COIN_SOAUDITORLIST_H 2 #define COIN_SOAUDITORLIST_H 36 #include <Inventor/lists/SbPList.h> 37 #include <Inventor/misc/SoNotification.h> 61 void set(
const int index,
void *
const auditor,
const SoNotRec::Type type);
62 void * getObject(
const int index)
const;
68 void remove(
const int index);
78 void *
get(
const int)
const {
return NULL; }
79 void set(
const int,
void *
const) { }
81 void append(
const void *) { }
82 int find(
const void *)
const {
return -1; }
83 void insert(
const void *,
const int) { }
85 void truncate(
const int,
const int = 0) { }
86 void push(
const void *) { }
87 void * pop(
void) {
return NULL; }
89 operator void ** (void) {
return static_cast<void **
> (NULL); }
90 operator const void ** (void)
const {
return static_cast<const void **
>(NULL); }
91 void *
operator[](
const int)
const {
return NULL; }
100 #endif // !COIN_SOAUDITORLIST_H void removeFast(const int index)
Definition: lists/SbPList.h:94
int find(const void *item) const
Definition: SbPList.cpp:222
The SbPList class is a container class for void pointers.
Definition: lists/SbPList.h:40
void append(void *item)
Definition: lists/SbPList.h:87
void copy(const SbPList &l)
Definition: SbPList.cpp:171
SbPList & operator=(const SbPList &l)
Definition: SbPList.cpp:183
The SoAuditorList class is used to keep track of auditors for certain object classes.
Definition: lists/SoAuditorList.h:52
int operator!=(const SbPList &l) const
Definition: lists/SbPList.h:138
int operator==(const SbPList &l) const
Definition: SbPList.cpp:284
void *& operator[](const int index) const
Definition: lists/SbPList.h:128
The SoNotList class is a list of SoNotRec notification records.
Definition: SoNotification.h:43
SbPList(const int sizehint=DEFAULTSIZE)
Definition: SbPList.cpp:144
void truncate(const int length, const int fit=0)
Definition: lists/SbPList.h:109
int getLength(void) const
Definition: lists/SbPList.h:103
void insert(void *item, const int insertbefore)
Definition: SbPList.cpp:236
Type
Definition: SoNotRec.h:44