openshot-audio  0.1.2
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
copyPropertiesFrom(const ValueTree &source, UndoManager *undoManager)ValueTree
createCopy() constValueTree
createXml() constValueTree
fromXml(const XmlElement &xml)ValueTreestatic
getChild(int index) constValueTree
getChildWithName(const Identifier &type) constValueTree
getChildWithProperty(const Identifier &propertyName, const var &propertyValue) constValueTree
getNumChildren() constValueTree
getNumProperties() constValueTree
getOrCreateChildWithName(const Identifier &type, UndoManager *undoManager)ValueTree
getParent() constValueTree
getProperty(const Identifier &name) constValueTree
getProperty(const Identifier &name, const var &defaultReturnValue) constValueTree
getPropertyAsValue(const Identifier &name, UndoManager *undoManager)ValueTree
getPropertyName(int index) constValueTree
getReferenceCount() const noexceptValueTree
getSibling(int delta) constValueTree
getType() constValueTree
hasProperty(const Identifier &name) constValueTree
hasType(const Identifier &typeName) constValueTree
indexOf(const ValueTree &child) constValueTree
invalidValueTreestatic
isAChildOf(const ValueTree &possibleParent) constValueTree
isEquivalentTo(const ValueTree &) constValueTree
isValid() constValueTreeinline
moveChild(int currentIndex, int newIndex, UndoManager *undoManager)ValueTree
operator!=(const ValueTree &) const noexceptValueTree
operator=(const ValueTree &)ValueTree
operator==(const ValueTree &) const noexceptValueTree
operator[](const Identifier &name) constValueTree
readFromData(const void *data, size_t numBytes)ValueTreestatic
readFromGZIPData(const void *data, size_t numBytes)ValueTreestatic
readFromStream(InputStream &input)ValueTreestatic
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
SharedObject classValueTreefriend
sort(ElementComparator &comparator, UndoManager *undoManager, bool retainOrderOfEquivalentItems)ValueTreeinline
toXmlString() constValueTree
ValueTree() noexceptValueTree
ValueTree(const Identifier &type)ValueTreeexplicit
ValueTree(const ValueTree &)ValueTree
writeToStream(OutputStream &output) constValueTree
~ValueTree()ValueTree