Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members

SoNotRec Class Reference
[General classes]

The SoNotRec class is the basis for records in notification lists. More...

#include <Inventor/misc/SoNotification.h>

List of all members.

Public Types

enum  Type {
  CONTAINER, PARENT, SENSOR, FIELD,
  ENGINE, INTERP
}

Public Member Functions

 SoNotRec (SoBase *const notifbase)
void setType (const SoNotRec::Type type)
SoBasegetBase (void) const
SoNotRec::Type getType (void) const
const SoNotRecgetPrevious (void) const
void setPrevious (const SoNotRec *const prev)
void print (FILE *const file) const


Detailed Description

The SoNotRec class is the basis for records in notification lists.


Member Enumeration Documentation

enum SoNotRec::Type
 

This enum is used to specify the type of the notification source within the record.


Constructor & Destructor Documentation

SoNotRec::SoNotRec SoBase *const  notifbase  ) 
 

Constructor. Initializes the record with notifbase pointer.


Member Function Documentation

void SoNotRec::setType const SoNotRec::Type  type  ) 
 

Set the type of the notification source of this record.

SoBase * SoNotRec::getBase void   )  const
 

Returns the notification source within this record.

SoNotRec::Type SoNotRec::getType void   )  const
 

Returns the type of the notification source within this record.

const SoNotRec * SoNotRec::getPrevious void   )  const
 

Returns the previous notification source (i.e. the source that the base within this record was auditing).

void SoNotRec::setPrevious const SoNotRec *const  prev  ) 
 

Set pointer to the previous notification record.

void SoNotRec::print FILE *const  file  )  const
 

Prints debug information.


The documentation for this class was generated from the following files:
Generated on Tue Jul 27 23:53:06 2004 for Coin by doxygen 1.3.7