NDEVR
API Documentation
DesignObjectUpdateTargetabstract

An object that will be called to update each time the lookup is updated. More...

Inheritance diagram for DesignObjectUpdateTarget:
[legend]

Public Member Functions

virtual void update (DesignObjectLookup *lookup, Time time)=0
 Called when the associated DesignObjectLookup is updated.

Detailed Description

An object that will be called to update each time the lookup is updated.


Subclasses implement the pure virtual update method to receive notifications whenever a DesignObjectLookup has been modified.

Definition at line 13 of file DesignObjectUpdateTarget.h.

Member Function Documentation

◆ update()

virtual void DesignObjectUpdateTarget::update ( DesignObjectLookup * lookup,
Time time )
pure virtual

Called when the associated DesignObjectLookup is updated.


Parameters
[in]lookupThe DesignObjectLookup that was updated.
[in]timeThe time at which the update occurred.

Implemented in Device, and GraphicsUpdater.


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