API Documentation
Loading...
Searching...
No Matches
DesignObjectUpdateTarget.h
Go to the documentation of this file.
1#pragma once
2namespace NDEVR
3{
4 class DesignObjectLookup;
5 class Time;
6 //An object that will be call update, each time the lookup is updated
8 {
9 public:
10 virtual void update(DesignObjectLookup* lookup, Time time) = 0;
11 };
12}
Definition DesignObjectLookup.h:61
Definition DesignObjectUpdateTarget.h:8
virtual void update(DesignObjectLookup *lookup, Time time)=0
Represents a timestamp with utilities for manipulation and conversion.
Definition Time.h:54
Definition ACIColor.h:37