#include <Inventor/misc/SoNotification.h>
Public Types | |
enum | Type { CONTAINER, PARENT, SENSOR, FIELD, ENGINE, INTERP } |
Public Methods | |
SoNotRec (SoBase *const notifbase) | |
void | setType (const SoNotRec::Type type) |
SoBase * | getBase (void) const |
SoNotRec::Type | getType (void) const |
const SoNotRec * | getPrevious (void) const |
void | setPrevious (const SoNotRec *const prev) |
void | print (FILE *const file) const |
|
This enum is used to specify the type of the notification source within the record. |
|
Constructor. Initializes the record with notifbase pointer. |
|
Set the type of the notification source of this record. |
|
Returns the notification source within this record. |
|
Returns the type of the notification source within this record. |
|
Returns the previous notification source (i.e. the source that the base within this record was auditing). |
|
Set pointer to the previous notification record. |
|
Prints debug information. |