VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
DtReflectedObjectCallbackInfo Class Reference

Instances of DtReflectedObjectCallbackInfo are used to contain the function and user data associated with a DtReflectedObject callback. More...

+ Inheritance diagram for DtReflectedObjectCallbackInfo:
+ Collaboration diagram for DtReflectedObjectCallbackInfo:

Public Member Functions

 DtReflectedObjectCallbackInfo ()
 default constructor
 DtReflectedObjectCallbackInfo (DtReflectedObjectCallbackFunction cb, void *userData)
 constructor
virtual ~DtReflectedObjectCallbackInfo ()
 destructor
 DtReflectedObjectCallbackInfo (const DtReflectedObjectCallbackInfo &orig)
 copy constructor
DtReflectedObjectCallbackInfooperator= (const DtReflectedObjectCallbackInfo &orig)
 assignment operator
int operator== (const DtReflectedObjectCallbackInfo &orig) const
 equality operators
int operator!= (const DtReflectedObjectCallbackInfo &orig) const
virtual void setCallbackFunction (DtReflectedObjectCallbackFunction funct)
 Set/get the callback function.
virtual
DtReflectedObjectCallbackFunction 
callbackFunction () const
virtual void setUserData (void *data)
 Set/get the user data.
virtual void * userData () const
- Public Member Functions inherited from DtListedObj
 DtListedObj ()
 Constructor.
virtual ~DtListedObj ()
 Destructor.
void * next () const
 Return next (previous) elements on the list, or NULL if hit the end (beginning) of the list.
void * prev () const
void * wrapNext () const
 Return next (previous) elements on the list, but wrap to the beginning (end) of the list when you hit the end (beginning).
void * wrapPrev () const

Protected Attributes

DtReflectedObjectCallbackFunction myCallbackFunction
void * myUserData
- Protected Attributes inherited from DtListedObj
DtListmyList
DtListItemmyItem

Detailed Description

Instances of DtReflectedObjectCallbackInfo are used to contain the function and user data associated with a DtReflectedObject callback.

Constructor & Destructor Documentation

DtReflectedObjectCallbackInfo::DtReflectedObjectCallbackInfo ( )

default constructor

DtReflectedObjectCallbackInfo::DtReflectedObjectCallbackInfo ( DtReflectedObjectCallbackFunction  cb,
void *  userData 
)

constructor

virtual DtReflectedObjectCallbackInfo::~DtReflectedObjectCallbackInfo ( )
virtual

destructor

DtReflectedObjectCallbackInfo::DtReflectedObjectCallbackInfo ( const DtReflectedObjectCallbackInfo orig)

copy constructor

Member Function Documentation

virtual DtReflectedObjectCallbackFunction DtReflectedObjectCallbackInfo::callbackFunction ( ) const
virtual
int DtReflectedObjectCallbackInfo::operator!= ( const DtReflectedObjectCallbackInfo orig) const
DtReflectedObjectCallbackInfo& DtReflectedObjectCallbackInfo::operator= ( const DtReflectedObjectCallbackInfo orig)

assignment operator

int DtReflectedObjectCallbackInfo::operator== ( const DtReflectedObjectCallbackInfo orig) const

equality operators

virtual void DtReflectedObjectCallbackInfo::setCallbackFunction ( DtReflectedObjectCallbackFunction  funct)
virtual

Set/get the callback function.

virtual void DtReflectedObjectCallbackInfo::setUserData ( void *  data)
virtual

Set/get the user data.

virtual void* DtReflectedObjectCallbackInfo::userData ( ) const
virtual

Member Data Documentation

DtReflectedObjectCallbackFunction DtReflectedObjectCallbackInfo::myCallbackFunction
protected
void* DtReflectedObjectCallbackInfo::myUserData
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (www.mak.com)