VR-Link API Documentation for HLA 1516
 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 More...
 
 DtReflectedObjectCallbackInfo (DtReflectedObjectCallbackFunction cb, void *userData)
 constructor More...
 
virtual ~DtReflectedObjectCallbackInfo ()
 destructor More...
 
 DtReflectedObjectCallbackInfo (const DtReflectedObjectCallbackInfo &orig)
 copy constructor More...
 
DtReflectedObjectCallbackInfooperator= (const DtReflectedObjectCallbackInfo &orig)
 assignment operator More...
 
int operator== (const DtReflectedObjectCallbackInfo &orig) const
 equality operators More...
 
int operator!= (const DtReflectedObjectCallbackInfo &orig) const
 
virtual void setCallbackFunction (DtReflectedObjectCallbackFunction funct)
 Set/get the callback function. More...
 
virtual
DtReflectedObjectCallbackFunction 
callbackFunction () const
 
virtual void setUserData (void *data)
 Set/get the user data. More...
 
virtual void * userData () const
 
- Public Member Functions inherited from DtListedObj
 DtListedObj ()
 Constructor. More...
 
virtual ~DtListedObj ()
 Destructor. More...
 
void * next () const
 Return next (previous) elements on the list, or NULL if hit the end (beginning) of the list. More...
 
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). More...
 
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 Thu Sep 19 02:12:35 EDT 2024 from SVN revision 269601
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)