JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
ValueTree Member List
This is the complete list of members for ValueTree, including all inherited members.
addChild(const ValueTree &child, int index, UndoManager *undoManager)ValueTree
addListener(Listener *listener)ValueTree
createCopy() const ValueTree
createXml() const ValueTree
fromXml(const XmlElement &xml)ValueTree [static]
getChild(int index) const ValueTree
getChildWithName(const Identifier &type) const ValueTree
getChildWithProperty(const Identifier &propertyName, const var &propertyValue) const ValueTree
getNumChildren() const ValueTree
getNumProperties() const ValueTree
getOrCreateChildWithName(const Identifier &type, UndoManager *undoManager)ValueTree
getParent() const ValueTree
getProperty(const Identifier &name) const ValueTree
getProperty(const Identifier &name, const var &defaultReturnValue) const ValueTree
getPropertyAsValue(const Identifier &name, UndoManager *undoManager)ValueTree
getPropertyName(int index) const ValueTree
getSibling(int delta) const ValueTree
getType() const ValueTree
hasProperty(const Identifier &name) const ValueTree
hasType(const Identifier &typeName) const ValueTree
indexOf(const ValueTree &child) const ValueTree
invalidValueTree [static]
isAChildOf(const ValueTree &possibleParent) const ValueTree
isEquivalentTo(const ValueTree &other) const ValueTree
isValid() const ValueTree
moveChild(int currentIndex, int newIndex, UndoManager *undoManager)ValueTree
operator!=(const ValueTree &other) const noexceptValueTree
operator=(const ValueTree &other)ValueTree
operator==(const ValueTree &other) const noexceptValueTree
operator[](const Identifier &name) const ValueTree
readFromData(const void *data, size_t numBytes)ValueTree [static]
readFromGZIPData(const void *data, size_t numBytes)ValueTree [static]
readFromStream(InputStream &input)ValueTree [static]
removeAllChildren(UndoManager *undoManager)ValueTree
removeAllProperties(UndoManager *undoManager)ValueTree
removeChild(const ValueTree &child, UndoManager *undoManager)ValueTree
removeChild(int childIndex, UndoManager *undoManager)ValueTree
removeListener(Listener *listener)ValueTree
removeProperty(const Identifier &name, UndoManager *undoManager)ValueTree
sendPropertyChangeMessage(const Identifier &property)ValueTree
setProperty(const Identifier &name, const var &newValue, UndoManager *undoManager)ValueTree
sort(ElementComparator &comparator, UndoManager *undoManager, bool retainOrderOfEquivalentItems)ValueTree
ValueTree() noexceptValueTree
ValueTree(const Identifier &type)ValueTree [explicit]
ValueTree(const ValueTree &other)ValueTree
writeToStream(OutputStream &output)ValueTree
~ValueTree()ValueTree