tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
tracktion::engine::PitchSequence::PitchList Struct Reference
Inheritance diagram for tracktion::engine::PitchSequence::PitchList:
tracktion::engine::ValueTreeObjectList< PitchSetting > juce::AsyncUpdater juce::ValueTree::Listener

Public Member Functions

 PitchList (PitchSequence &s, const juce::ValueTree &parentTree)
 
bool isSuitableType (const juce::ValueTree &v) const override
 
PitchSettingcreateNewObject (const juce::ValueTree &v) override
 
void deleteObject (PitchSetting *t) override
 
void newObjectAdded (PitchSetting *) override
 
void objectRemoved (PitchSetting *) override
 
void objectOrderChanged () override
 
void valueTreePropertyChanged (juce::ValueTree &, const juce::Identifier &) override
 
void sendChange ()
 
void handleAsyncUpdate () override
 
- Public Member Functions inherited from tracktion::engine::ValueTreeObjectList< PitchSetting >
 ValueTreeObjectList (const juce::ValueTree &parentTree)
 
int size () const
 
bool isEmpty () const noexcept
 
PitchSettingoperator[] (int idx) const
 
PitchSettingat (int idx)
 
PitchSetting ** begin ()
 
PitchSetting *const * begin () const
 
PitchSetting ** end ()
 
PitchSetting *const * end () const
 
void rebuildObjects ()
 
void freeObjects ()
 
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 (PitchSetting *first, PitchSetting *second) const
 
 ValueTreeObjectList (const juce::ValueTree &parentTree)
 
int size () const
 
bool isEmpty () const noexcept
 
PitchSettingoperator[] (int idx) const
 
PitchSettingat (int idx)
 
PitchSetting ** begin ()
 
PitchSetting *const * begin () const
 
PitchSetting ** end ()
 
PitchSetting *const * end () const
 
void rebuildObjects ()
 
void freeObjects ()
 
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 (PitchSetting *first, PitchSetting *second) const
 

Public Attributes

PitchSequencepitchSequence
 
- Public Attributes inherited from tracktion::engine::ValueTreeObjectList< PitchSetting >
juce::Array< PitchSetting * > objects
 
juce::DummyCriticalSection arrayLock
 
juce::Array< PitchSetting * > objects
 
juce::DummyCriticalSection arrayLock
 

Additional Inherited Members

- Public Types inherited from tracktion::engine::ValueTreeObjectList< PitchSetting >
using ScopedLockType = typename CriticalSectionType::ScopedLockType
 
using ScopedLockType = typename CriticalSectionType::ScopedLockType
 
- Protected Member Functions inherited from tracktion::engine::ValueTreeObjectList< PitchSetting >
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< PitchSetting >
juce::ValueTree parent
 
juce::ValueTree parent
 

Detailed Description

Definition at line 14 of file tracktion_PitchSequence.cpp.

Constructor & Destructor Documentation

◆ PitchList()

tracktion::engine::PitchSequence::PitchList::PitchList ( PitchSequence s,
const juce::ValueTree parentTree 
)

Definition at line 17 of file tracktion_PitchSequence.cpp.

◆ ~PitchList()

tracktion::engine::PitchSequence::PitchList::~PitchList ( )
override

Definition at line 23 of file tracktion_PitchSequence.cpp.

Member Function Documentation

◆ createNewObject()

PitchSetting * tracktion::engine::PitchSequence::PitchList::createNewObject ( const juce::ValueTree v)
overridevirtual

◆ deleteObject()

void tracktion::engine::PitchSequence::PitchList::deleteObject ( PitchSetting t)
overridevirtual

◆ handleAsyncUpdate()

void tracktion::engine::PitchSequence::PitchList::handleAsyncUpdate ( )
overridevirtual

Implements juce::AsyncUpdater.

Definition at line 57 of file tracktion_PitchSequence.cpp.

◆ isSuitableType()

bool tracktion::engine::PitchSequence::PitchList::isSuitableType ( const juce::ValueTree v) const
overridevirtual

◆ newObjectAdded()

void tracktion::engine::PitchSequence::PitchList::newObjectAdded ( PitchSetting )
overridevirtual

◆ objectOrderChanged()

void tracktion::engine::PitchSequence::PitchList::objectOrderChanged ( )
overridevirtual

◆ objectRemoved()

void tracktion::engine::PitchSequence::PitchList::objectRemoved ( PitchSetting )
overridevirtual

◆ sendChange()

void tracktion::engine::PitchSequence::PitchList::sendChange ( )

Definition at line 51 of file tracktion_PitchSequence.cpp.

◆ valueTreePropertyChanged()

void tracktion::engine::PitchSequence::PitchList::valueTreePropertyChanged ( juce::ValueTree ,
const juce::Identifier  
)
overridevirtual

Reimplemented from juce::ValueTree::Listener.

Definition at line 49 of file tracktion_PitchSequence.cpp.

Member Data Documentation

◆ pitchSequence

PitchSequence& tracktion::engine::PitchSequence::PitchList::pitchSequence

Definition at line 62 of file tracktion_PitchSequence.cpp.


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