|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
Classes | |
| struct | Action |
| class | List |
Public Member Functions | |
| FollowActions (juce::ValueTree, juce::UndoManager *) | |
| Action & | addAction () |
| void | removeAction (Action &) |
| std::span< Action * > | getActions () const |
Public Member Functions inherited from juce::ChangeBroadcaster | |
| void | addChangeListener (ChangeListener *listener) |
| void | removeChangeListener (ChangeListener *listener) |
| void | removeAllChangeListeners () |
| void | sendChangeMessage () |
| void | sendSynchronousChangeMessage () |
| void | dispatchPendingMessages () |
Definition at line 72 of file tracktion_FollowActions.h.
| struct engine::FollowActions::Action |
Definition at line 75 of file tracktion_FollowActions.h.
| Class Members | ||
|---|---|---|
| CachedValue< FollowAction > | action | |
| ValueTree | state | |
| CachedValue< double > | weight | |
| engine::FollowActions::FollowActions | ( | juce::ValueTree | v, |
| juce::UndoManager * | um | ||
| ) |
Definition at line 530 of file tracktion_FollowActions.cpp.
|
override |
Definition at line 536 of file tracktion_FollowActions.cpp.
| FollowActions::Action & engine::FollowActions::addAction | ( | ) |
Definition at line 540 of file tracktion_FollowActions.cpp.
| std::span< FollowActions::Action * > engine::FollowActions::getActions | ( | ) | const |
Definition at line 552 of file tracktion_FollowActions.cpp.
| void engine::FollowActions::removeAction | ( | Action & | actionToRemove | ) |
Definition at line 546 of file tracktion_FollowActions.cpp.