|
| static bool | isIDDeclaration (juce::StringRef att) |
| |
| static bool | isIDReference (const juce::Identifier &parentType, juce::StringRef att) |
| |
| static bool | isIDRefOrDecl (const juce::XmlElement &xml, juce::StringRef att) |
| |
| static bool | isIDRefOrDecl (const juce::ValueTree &v, juce::StringRef att) |
| |
| static bool | isIDList (juce::StringRef att) |
| |
| template<typename Visitor > |
| static void | visitAllIDDecls (const juce::XmlElement &xml, Visitor &&visitor) |
| |
| template<typename Visitor > |
| static void | visitAllIDDecls (const juce::ValueTree &v, Visitor &&visitor) |
| |
| static juce::String | remapIDList (const juce::String &list, const StringToIDMap &newIDsToApply) |
| |
| static void | applyNewIDs (juce::XmlElement &xml, const StringToIDMap &newIDsToApply) |
| |
| static void | applyNewIDs (juce::ValueTree &v, const StringToIDMap &newIDsToApply, juce::UndoManager *um) |
| |
| static void | addItemsToReturnedMap (const StringToIDMap &newIDs, EditItemID::IDMap *result) |
| |
Definition at line 164 of file tracktion_EditItem.cpp.
◆ StringToIDMap
◆ addItemsToReturnedMap()
◆ applyNewIDs() [1/2]
◆ applyNewIDs() [2/2]
◆ isIDDeclaration()
| static bool tracktion::engine::IDRemapping::isIDDeclaration |
( |
juce::StringRef |
att | ) |
|
|
static |
◆ isIDList()
| static bool tracktion::engine::IDRemapping::isIDList |
( |
juce::StringRef |
att | ) |
|
|
static |
◆ isIDReference()
◆ isIDRefOrDecl() [1/2]
◆ isIDRefOrDecl() [2/2]
◆ remapIDList()
◆ visitAllIDDecls() [1/2]
template<typename Visitor >
| static void tracktion::engine::IDRemapping::visitAllIDDecls |
( |
const juce::ValueTree & |
v, |
|
|
Visitor && |
visitor |
|
) |
| |
|
static |
◆ visitAllIDDecls() [2/2]
template<typename Visitor >
| static void tracktion::engine::IDRemapping::visitAllIDDecls |
( |
const juce::XmlElement & |
xml, |
|
|
Visitor && |
visitor |
|
) |
| |
|
static |
The documentation for this struct was generated from the following file: