other versions
- jessie 3.1.4~abc9f50-7
SoNotRec(3) | Coin | SoNotRec(3) |
NAME¶
SoNotRec - The SoNotRec class specifies records for notification lists.SYNOPSIS¶
#include <Inventor/misc/SoNotification.h>Public Types¶
enum Type { CONTAINER, PARENT, SENSOR, FIELD, ENGINE }
Public Member Functions¶
SoNotRec (SoBase *const notifbase)
Detailed Description¶
The SoNotRec class specifies records for notification lists. See also:SoNotification
Member Enumeration Documentation¶
enum SoNotRec::Type¶
This enum is used to specify the type of the notification source within the record.enum SoNotRec::OperationType¶
This enum is used to specify the type of the scenegraph operation causing the notification.Constructor & Destructor Documentation¶
SoNotRec::SoNotRec ( SoBase *constnotifbase)¶
Constructor. Initializes the record with notifbase pointer.Member Function Documentation¶
void SoNotRec::setType (const SoNotRec::Typetypearg)¶
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 *constprevptr)¶
Set pointer to the previous notification record.void SoNotRec::print (FILE *constfile) const¶
Prints debug information.Author¶
Generated automatically by Doxygen for Coin from the source code.Thu May 29 2014 | Version 4.0.0a |