Coin
4.0.3
Coin3D core library
|
The SoNotList class is a list of SoNotRec notification records. More...
#include <Inventor/misc/SoNotification.h>
Public Member Functions | |
SoNotList (const SoNotList *nl) | |
SoNotList (void) | |
void | append (SoNotRec *const rec) |
void | append (SoNotRec *const rec, SoEngineOutput *const engineout) |
void | append (SoNotRec *const rec, SoField *const field) |
SoNotRec * | getFirstRec (void) const |
SoNotRec * | getFirstRecAtNode (void) const |
SoEngineOutput * | getLastEngineOutput (void) const |
SoField * | getLastField (void) const |
SoNotRec * | getLastRec (void) const |
SbUniqueId | getTimeStamp (void) const |
void | print (FILE *const file=stdout) const |
void | setLastType (const SoNotRec::Type type) |
SoNotList::SoNotList | ( | void | ) |
Initialize list.
Copy constructor. Does a bitwise copy of the nl object (no duplication of list elements).
void SoNotList::append | ( | SoNotRec *const | rec, |
SoEngineOutput *const | engineout ) |
Append rec notification source to the list, setting engineout as the last engine output field having been influenced by the notification process.
Append rec notification source to the list, setting field as the last field having been influenced by the notification process.
Returns the first record in the list which is derived from SoBase.
SoEngineOutput * SoNotList::getLastEngineOutput | ( | void | ) | const |
Returns the last engine output field touched by notification.
SbUniqueId SoNotList::getTimeStamp | ( | void | ) | const |
Returns the time stamp when the notification started.
Dump contents of list from tail record and backwards. Only available if compiled with debug information on.
void SoNotList::setLastType | ( | const SoNotRec::Type | type | ) |
Set the type of the last notification record in the list.