openshot-audio  0.1.7
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() const ValueTree
createXml() const ValueTree
fromXml(const XmlElement &xml)ValueTreestatic
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
getReferenceCount() const noexceptValueTree
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
invalidValueTreestatic
isAChildOf(const ValueTree &possibleParent) const ValueTree
isEquivalentTo(const ValueTree &) const ValueTree
isValid() const ValueTreeinline
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) const ValueTree
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() const ValueTree
ValueTree() noexceptValueTree
ValueTree(const Identifier &type)ValueTreeexplicit
ValueTree(const ValueTree &)ValueTree
writeToStream(OutputStream &output) const ValueTree
~ValueTree()ValueTree