TracktionEngine
Public Member Functions | Public Attributes | List of all members
tracktion::engine::InputDeviceInstance::InputDeviceDestination Struct Reference
Inheritance diagram for tracktion::engine::InputDeviceInstance::InputDeviceDestination:

Public Member Functions

 InputDeviceDestination (InputDeviceInstance &i, juce::ValueTree v)
 
 ~InputDeviceDestination () override
 
juce::String getSelectableDescription () override
 Subclasses must return a description of what they are. More...
 
- Public Member Functions inherited from tracktion::engine::Selectable
 Selectable ()
 
virtual ~Selectable ()
 
virtual void selectionStatusChanged (bool isNowSelected)
 Can be overridden to tell this object that it has just been selected or deselected. More...
 
virtual void changed ()
 This should be called to send a change notification to any SelectableListeners that are registered with this object. More...
 
virtual void selectableAboutToBeDeleted ()
 Called just before the selectable is about to be deleted so any subclasses should still be valid at this point. More...
 
void addSelectableListener (SelectableListener *)
 
void removeSelectableListener (SelectableListener *)
 
void cancelAnyPendingUpdates ()
 If changed() has been called, this will cancel any pending async change notificaions. More...
 
void deselect ()
 
void propertiesChanged ()
 
void notifyListenersOfDeletion ()
 
WeakRef getWeakRef ()
 

Public Attributes

InputDeviceInstanceinput
 
juce::ValueTree state
 
juce::CachedValue< bool > recordEnabled
 
juce::CachedValue< EditItemIDtargetTrack
 
juce::CachedValue< int > targetIndex
 
- Public Attributes inherited from tracktion::engine::Selectable
WeakRef::Master masterReference
 

Additional Inherited Members

- Public Types inherited from tracktion::engine::Selectable
using WeakRef = juce::WeakReference< Selectable >
 
- Static Public Member Functions inherited from tracktion::engine::Selectable
static void initialise ()
 
static bool isSelectableValid (const Selectable *) noexcept
 checks whether this object has been deleted. More...
 

Constructor & Destructor Documentation

◆ InputDeviceDestination()

tracktion::engine::InputDeviceInstance::InputDeviceDestination::InputDeviceDestination ( InputDeviceInstance i,
juce::ValueTree  v 
)

◆ ~InputDeviceDestination()

tracktion::engine::InputDeviceInstance::InputDeviceDestination::~InputDeviceDestination ( )
override

Member Function Documentation

◆ getSelectableDescription()

juce::String tracktion::engine::InputDeviceInstance::InputDeviceDestination::getSelectableDescription ( )
overridevirtual

Member Data Documentation

◆ input

InputDeviceInstance& tracktion::engine::InputDeviceInstance::InputDeviceDestination::input

◆ state

juce::ValueTree tracktion::engine::InputDeviceInstance::InputDeviceDestination::state

Referenced by InputDeviceDestination().

◆ recordEnabled

juce::CachedValue<bool> tracktion::engine::InputDeviceInstance::InputDeviceDestination::recordEnabled

Referenced by InputDeviceDestination().

◆ targetTrack

juce::CachedValue<EditItemID> tracktion::engine::InputDeviceInstance::InputDeviceDestination::targetTrack

Referenced by InputDeviceDestination().

◆ targetIndex

juce::CachedValue<int> tracktion::engine::InputDeviceInstance::InputDeviceDestination::targetIndex

Referenced by InputDeviceDestination().


The documentation for this struct was generated from the following file: