|
void | notifyKeyframeTimeChanged (Keyframe *key, Seconds oldTime) |
|
void | notifyKeyframeSelectionChanged (Keyframe *key) |
|
void | forEachObserver (C callback) |
|
void | addObservationHelper (Observer *observer) |
|
void | removeObservationHelper (Observer *observer) |
|
|
| Observable (const Observable< KeyframeObserver > &other) |
|
| Observable (Observable< KeyframeObserver > &&other) |
|
Observable< KeyframeObserver > & | operator= (const Observable< KeyframeObserver > &other) |
|
Observable< KeyframeObserver > & | operator= (Observable< KeyframeObserver > &&other) |
|
void | addObserver (KeyframeObserver *observer) |
|
void | removeObserver (KeyframeObserver *observer) |
|
virtual void | startBlockingNotifications () override final |
|
virtual void | stopBlockingNotifications () override final |
|
The documentation for this class was generated from the following files:
- keyframeobserver.h
- keyframeobserver.cpp