1#ifndef COIN_SONOTIFICATION_H
2#define COIN_SONOTIFICATION_H
36#include <Inventor/misc/SoNotRec.h>
59 void print(FILE *
const file = stdout)
const;
The SoEngineOutput class is the output slots in SoEngine instances.
Definition SoEngineOutput.h:45
The SoField class is the top-level abstract base class for fields.
Definition SoField.h:47
SbUniqueId getTimeStamp(void) const
Definition SoNotification.cpp:192
SoEngineOutput * getLastEngineOutput(void) const
Definition SoNotification.cpp:183
void append(SoNotRec *const rec)
Definition SoNotification.cpp:73
SoField * getLastField(void) const
Definition SoNotification.cpp:174
void setLastType(const SoNotRec::Type type)
Definition SoNotification.cpp:129
SoNotRec * getFirstRecAtNode(void) const
Definition SoNotification.cpp:165
void print(FILE *const file=stdout) const
Definition SoNotification.cpp:202
SoNotList(void)
Definition SoNotification.cpp:52
SoNotRec * getLastRec(void) const
Definition SoNotification.cpp:156
SoNotRec * getFirstRec(void) const
Definition SoNotification.cpp:147
The SoNotRec class specifies records for notification lists.
Definition SoNotRec.h:42
Type
Definition SoNotRec.h:44