JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::ValueTree Member List

This is the complete list of members for juce::ValueTree, including all inherited members.

addChild(const ValueTree &child, int index, UndoManager *undoManager)juce::ValueTree
addListener(Listener *listener)juce::ValueTree
appendChild(const ValueTree &child, UndoManager *undoManager)juce::ValueTree
begin() const noexceptjuce::ValueTree
copyPropertiesAndChildrenFrom(const ValueTree &source, UndoManager *undoManager)juce::ValueTree
copyPropertiesFrom(const ValueTree &source, UndoManager *undoManager)juce::ValueTree
createCopy() constjuce::ValueTree
createListOfChildren(OwnedArray< ValueTree > &) constjuce::ValueTreeprivate
createXml() constjuce::ValueTree
end() const noexceptjuce::ValueTree
fromXml(const XmlElement &xml)juce::ValueTreestatic
fromXml(const String &xmlText)juce::ValueTreestatic
getChild(int index) constjuce::ValueTree
getChildWithName(const Identifier &type) constjuce::ValueTree
getChildWithProperty(const Identifier &propertyName, const var &propertyValue) constjuce::ValueTree
getNumChildren() const noexceptjuce::ValueTree
getNumProperties() const noexceptjuce::ValueTree
getOrCreateChildWithName(const Identifier &type, UndoManager *undoManager)juce::ValueTree
getParent() const noexceptjuce::ValueTree
getProperty(const Identifier &name) const noexceptjuce::ValueTree
getProperty(const Identifier &name, const var &defaultReturnValue) constjuce::ValueTree
getPropertyAsValue(const Identifier &name, UndoManager *undoManager, bool shouldUpdateSynchronously=false)juce::ValueTree
getPropertyName(int index) const noexceptjuce::ValueTree
getPropertyPointer(const Identifier &name) const noexceptjuce::ValueTree
getReferenceCount() const noexceptjuce::ValueTree
getRoot() const noexceptjuce::ValueTree
getSibling(int delta) const noexceptjuce::ValueTree
getType() const noexceptjuce::ValueTree
hasProperty(const Identifier &name) const noexceptjuce::ValueTree
hasType(const Identifier &typeName) const noexceptjuce::ValueTree
indexOf(const ValueTree &child) const noexceptjuce::ValueTree
isAChildOf(const ValueTree &possibleParent) const noexceptjuce::ValueTree
isEquivalentTo(const ValueTree &) constjuce::ValueTree
isValid() const noexceptjuce::ValueTreeinline
listenersjuce::ValueTreeprivate
moveChild(int currentIndex, int newIndex, UndoManager *undoManager)juce::ValueTree
objectjuce::ValueTreeprivate
operator!=(const ValueTree &) const noexceptjuce::ValueTree
operator=(const ValueTree &)juce::ValueTree
operator==(const ValueTree &) const noexceptjuce::ValueTree
operator[](const Identifier &name) const noexceptjuce::ValueTree
readFromData(const void *data, size_t numBytes)juce::ValueTreestatic
readFromGZIPData(const void *data, size_t numBytes)juce::ValueTreestatic
readFromStream(InputStream &input)juce::ValueTreestatic
removeAllChildren(UndoManager *undoManager)juce::ValueTree
removeAllProperties(UndoManager *undoManager)juce::ValueTree
removeChild(const ValueTree &child, UndoManager *undoManager)juce::ValueTree
removeChild(int childIndex, UndoManager *undoManager)juce::ValueTree
removeListener(Listener *listener)juce::ValueTree
removeProperty(const Identifier &name, UndoManager *undoManager)juce::ValueTree
reorderChildren(const OwnedArray< ValueTree > &, UndoManager *)juce::ValueTreeprivate
sendPropertyChangeMessage(const Identifier &property)juce::ValueTree
setProperty(const Identifier &name, const var &newValue, UndoManager *undoManager)juce::ValueTree
setPropertyExcludingListener(Listener *listenerToExclude, const Identifier &name, const var &newValue, UndoManager *undoManager)juce::ValueTree
SharedObject classjuce::ValueTreefriend
sort(ElementComparator &comparator, UndoManager *undoManager, bool retainOrderOfEquivalentItems)juce::ValueTreeinline
toXmlString(const XmlElement::TextFormat &format={}) constjuce::ValueTree
ValueTree() noexceptjuce::ValueTree
ValueTree(const Identifier &type)juce::ValueTreeexplicit
ValueTree(const Identifier &type, std::initializer_list< NamedValueSet::NamedValue > properties, std::initializer_list< ValueTree > subTrees={})juce::ValueTree
ValueTree(const ValueTree &) noexceptjuce::ValueTree
ValueTree(ValueTree &&) noexceptjuce::ValueTree
ValueTree(ReferenceCountedObjectPtr< SharedObject >) noexceptjuce::ValueTreeexplicitprivate
ValueTree(SharedObject &) noexceptjuce::ValueTreeexplicitprivate
writeToStream(OutputStream &output) constjuce::ValueTree
~ValueTree()juce::ValueTree