#include <Inventor/SbBasic.h>
Go to the source code of this file.
Functions | |
SoNotRec (SoBase *b) | |
void | setType (SoNotRec::Type t) |
SoBase * | getBase () const |
SoNotRec::Type | getType () const |
const SoNotRec * | getPrevious () const |
void | setPrevious (SoNotRec *prev) |
void | print (FILE *fp) const |
SoBase * getBase | ( | ) | const |
Definition at line 122 of file SoNotification.h.
const SoNotRec * getPrevious | ( | ) | const |
Definition at line 124 of file SoNotification.h.
SoNotRec::Type getType | ( | ) | const |
Definition at line 123 of file SoNotification.h.
void print | ( | FILE * | fp | ) | const |
void setPrevious | ( | SoNotRec * | prev | ) |
Definition at line 127 of file SoNotification.h.
void setType | ( | SoNotRec::Type | t | ) |
Definition at line 119 of file SoNotification.h.
SoNotRec | ( | SoBase * | b | ) |
Definition at line 116 of file SoNotification.h.