|
|
void | notifyTrackAdded (Track *track) |
| |
|
void | notifyTrackRemoved (Track *track) |
| |
|
void | notifyFirstMoved () |
| |
|
void | notifyLastMoved () |
| |
|
void | forEachObserver (C callback) |
| |
|
void | addObservationHelper (Observer *observer) |
| |
|
void | removeObservationHelper (Observer *observer) |
| |
|
| | Observable (const Observable< AnimationObserver > &other) |
| |
| | Observable (Observable< AnimationObserver > &&other) |
| |
| Observable< AnimationObserver > & | operator= (const Observable< AnimationObserver > &other) |
| |
| Observable< AnimationObserver > & | operator= (Observable< AnimationObserver > &&other) |
| |
|
void | addObserver (AnimationObserver *observer) |
| |
|
void | removeObserver (AnimationObserver *observer) |
| |
|
virtual void | startBlockingNotifications () override final |
| |
|
virtual void | stopBlockingNotifications () override final |
| |
The documentation for this class was generated from the following files:
- animationobserver.h
- animationobserver.cpp