TagObserver Class Reference
#include <Ample.h>
List of all members.
Detailed Description
Observer interface for tags.
Member Typedef Documentation
Member Function Documentation
| void detachObservables |
( |
void |
|
) |
[inline, inherited] |
Detaches all observed objects from this observer.
| virtual void onDestroy |
( |
Tag & |
tag |
) |
[virtual] |
Called before an observed tag is destroyed.
- Parameters:
-
| tag | The tag to be destroyed. |
| virtual void onSetName |
( |
Tag & |
tag, |
|
|
const std::string |
name | |
|
) |
| | [virtual] |
Called before an observed tag has its name changed.
- Parameters:
-
| tag | The observed tag. |
| name | The new name of the tag. |
| virtual void onSetType |
( |
Tag & |
tag, |
|
|
VNTagType |
type, |
|
|
const VNTag & |
value | |
|
) |
| | [virtual] |
| virtual void onSetValue |
( |
Tag & |
tag, |
|
|
const VNTag & |
value | |
|
) |
| | [virtual] |
Friends And Related Function Documentation