![]() |
NDEVR
API Documentation
|
An object that will be called to update each time the lookup is updated. More...
Public Member Functions | |
| virtual void | update (DesignObjectLookup *lookup, Time time)=0 |
| Called when the associated DesignObjectLookup is updated. | |
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.
|
pure virtual |
Called when the associated DesignObjectLookup is updated.
| [in] | lookup | The DesignObjectLookup that was updated. |
| [in] | time | The time at which the update occurred. |
Implemented in Device, and GraphicsUpdater.