Open Inventor Release 2023.2.3
 
Loading...
Searching...
No Matches
SoNotification.h File Reference
#include <Inventor/SbBasic.h>

Go to the source code of this file.

Functions

 SoNotRec (SoBase *b)
 
void setType (SoNotRec::Type t)
 
SoBasegetBase () const
 
SoNotRec::Type getType () const
 
const SoNotRecgetPrevious () const
 
void setPrevious (SoNotRec *prev)
 
void print (FILE *fp) const
 

Function Documentation

◆ getBase()

SoBase * getBase ( ) const

Definition at line 122 of file SoNotification.h.

◆ getPrevious()

const SoNotRec * getPrevious ( ) const

Definition at line 124 of file SoNotification.h.

◆ getType()

SoNotRec::Type getType ( ) const

Definition at line 123 of file SoNotification.h.

◆ print()

void print ( FILE *  fp) const

◆ setPrevious()

void setPrevious ( SoNotRec prev)

Definition at line 127 of file SoNotification.h.

◆ setType()

void setType ( SoNotRec::Type  t)

Definition at line 119 of file SoNotification.h.

◆ SoNotRec()

SoNotRec ( SoBase b)

Definition at line 116 of file SoNotification.h.