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

DtAbsNotifyObserver is an abstract base class. More...

Public Member Functions

virtual ~DtAbsNotifyObserver ()
 destructor More...
 
DtAbsNotifyObserveroperator= (const DtAbsNotifyObserver &orig)
 assignment operator More...
 
virtual bool notifyFromObserved (DtObservee *observed, const DtObservee::DtWhyNotifyObserver &why)
 Called by DtObservee when something has happened to the observed object. More...
 

Protected Member Functions

 DtAbsNotifyObserver ()
 Constructors are protected since this is an abstract base class. More...
 
 DtAbsNotifyObserver (const DtAbsNotifyObserver &orig)
 copy constructor More...
 

Detailed Description

DtAbsNotifyObserver is an abstract base class.

Instances of DtAbsNotifyObserver are used by DtObservee to notify an observer object that something has happened to the observed object. Observers should subclass from DtAbsNotifyObserver to receive notification for their class.

Constructor & Destructor Documentation

virtual DtAbsNotifyObserver::~DtAbsNotifyObserver ( )
virtual

destructor

DtAbsNotifyObserver::DtAbsNotifyObserver ( )
protected

Constructors are protected since this is an abstract base class.

default constructor

DtAbsNotifyObserver::DtAbsNotifyObserver ( const DtAbsNotifyObserver orig)
protected

copy constructor

Member Function Documentation

virtual bool DtAbsNotifyObserver::notifyFromObserved ( DtObservee observed,
const DtObservee::DtWhyNotifyObserver why 
)
virtual

Called by DtObservee when something has happened to the observed object.

Default does nothing. This should be overridden.

DtAbsNotifyObserver& DtAbsNotifyObserver::operator= ( const DtAbsNotifyObserver orig)

assignment operator


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

Document ID: Generated on Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)