|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
Public Member Functions | |
| DestinationList (InputDeviceInstance &i, const juce::ValueTree &v) | |
| bool | isSuitableType (const juce::ValueTree &v) const override |
| Destination * | createNewObject (const juce::ValueTree &v) override |
| void | deleteObject (Destination *c) override |
| void | newObjectAdded (Destination *) override |
| void | objectRemoved (Destination *) override |
| void | objectOrderChanged () override |
Public Member Functions inherited from tracktion::engine::ValueTreeObjectList< Destination > | |
| ValueTreeObjectList (const juce::ValueTree &parentTree) | |
| int | size () const |
| bool | isEmpty () const noexcept |
| Destination * | operator[] (int idx) const |
| Destination * | at (int idx) |
| Destination ** | begin () |
| Destination *const * | begin () const |
| Destination ** | end () |
| Destination *const * | end () const |
| void | rebuildObjects () |
| void | freeObjects () |
| virtual void | deleteObject (Destination *)=0 |
| virtual void | newObjectAdded (Destination *)=0 |
| virtual void | objectRemoved (Destination *)=0 |
| void | valueTreeChildAdded (juce::ValueTree &, juce::ValueTree &tree) override |
| void | valueTreeChildRemoved (juce::ValueTree &exParent, juce::ValueTree &tree, int) override |
| void | valueTreeChildOrderChanged (juce::ValueTree &tree, int, int) override |
| void | valueTreePropertyChanged (juce::ValueTree &, const juce::Identifier &) override |
| void | valueTreeParentChanged (juce::ValueTree &) override |
| void | valueTreeRedirected (juce::ValueTree &) override |
| int | compareElements (Destination *first, Destination *second) const |
| ValueTreeObjectList (const juce::ValueTree &parentTree) | |
| int | size () const |
| bool | isEmpty () const noexcept |
| Destination * | operator[] (int idx) const |
| Destination * | at (int idx) |
| Destination ** | begin () |
| Destination *const * | begin () const |
| Destination ** | end () |
| Destination *const * | end () const |
| void | rebuildObjects () |
| void | freeObjects () |
| virtual void | deleteObject (Destination *)=0 |
| virtual void | newObjectAdded (Destination *)=0 |
| virtual void | objectRemoved (Destination *)=0 |
| void | valueTreeChildAdded (juce::ValueTree &, juce::ValueTree &tree) override |
| void | valueTreeChildRemoved (juce::ValueTree &exParent, juce::ValueTree &tree, int) override |
| void | valueTreeChildOrderChanged (juce::ValueTree &tree, int, int) override |
| void | valueTreePropertyChanged (juce::ValueTree &, const juce::Identifier &) override |
| void | valueTreeParentChanged (juce::ValueTree &) override |
| void | valueTreeRedirected (juce::ValueTree &) override |
| int | compareElements (Destination *first, Destination *second) const |
Public Attributes | |
| InputDeviceInstance & | input |
Public Attributes inherited from tracktion::engine::ValueTreeObjectList< Destination > | |
| juce::Array< Destination * > | objects |
| juce::DummyCriticalSection | arrayLock |
| juce::Array< Destination * > | objects |
| juce::DummyCriticalSection | arrayLock |
Additional Inherited Members | |
Public Types inherited from tracktion::engine::ValueTreeObjectList< Destination > | |
| using | ScopedLockType = typename CriticalSectionType::ScopedLockType |
| using | ScopedLockType = typename CriticalSectionType::ScopedLockType |
Protected Member Functions inherited from tracktion::engine::ValueTreeObjectList< Destination > | |
| void | deleteAllObjects () |
| bool | isChildTree (juce::ValueTree &v) const |
| int | indexOf (const juce::ValueTree &v) const noexcept |
| void | sortArray () |
| void | deleteAllObjects () |
| bool | isChildTree (juce::ValueTree &v) const |
| int | indexOf (const juce::ValueTree &v) const noexcept |
| void | sortArray () |
Protected Attributes inherited from tracktion::engine::ValueTreeObjectList< Destination > | |
| juce::ValueTree | parent |
| juce::ValueTree | parent |
Definition at line 316 of file tracktion_InputDevice.h.
| tracktion::engine::InputDeviceInstance::DestinationList::DestinationList | ( | InputDeviceInstance & | i, |
| const juce::ValueTree & | v | ||
| ) |
Definition at line 318 of file tracktion_InputDevice.h.
|
override |
Definition at line 324 of file tracktion_InputDevice.h.
|
overridevirtual |
Implements tracktion::engine::ValueTreeObjectList< Destination >.
Definition at line 334 of file tracktion_InputDevice.h.
|
override |
Definition at line 351 of file tracktion_InputDevice.h.
|
overridevirtual |
Implements tracktion::engine::ValueTreeObjectList< Destination >.
Definition at line 329 of file tracktion_InputDevice.h.
|
override |
Definition at line 356 of file tracktion_InputDevice.h.
|
overridevirtual |
Implements tracktion::engine::ValueTreeObjectList< Destination >.
Definition at line 358 of file tracktion_InputDevice.h.
|
override |
Definition at line 357 of file tracktion_InputDevice.h.
| InputDeviceInstance& tracktion::engine::InputDeviceInstance::DestinationList::input |
Definition at line 360 of file tracktion_InputDevice.h.