TracktionEngine
|
Notifies UI components of changes to the scenes and clips. More...
#include <tracktion_Scene.h>
Inherits juce::ValueTree::Listener, and juce::Timer.
Classes | |
struct | Listener |
A listener interface. More... | |
Public Member Functions | |
SceneWatcher (const juce::ValueTree &scenesState, Edit &) | |
Creates a SceneWatcher. | |
void | addListener (Listener *) |
Adds a Listener. | |
void | removeListener (Listener *) |
Removes a previously added Listener. | |
Notifies UI components of changes to the scenes and clips.
tracktion::engine::SceneWatcher::SceneWatcher | ( | const juce::ValueTree & | scenesState, |
Edit & | |||
) |
Creates a SceneWatcher.
You don't need to create one of these manually, use the instance in SceneList
void tracktion::engine::SceneWatcher::removeListener | ( | Listener * | ) |
Removes a previously added Listener.