JUCE
|
This is the complete list of members for CachedValue< Type >, including all inherited members.
CachedValue() | CachedValue< Type > | |
CachedValue(ValueTree &tree, const Identifier &propertyID, UndoManager *undoManager) | CachedValue< Type > | |
CachedValue(ValueTree &tree, const Identifier &propertyID, UndoManager *undoManager, const Type &defaultToUse) | CachedValue< Type > | |
forceUpdateOfCachedValue() | CachedValue< Type > | |
get() const noexcept | CachedValue< Type > | |
getDefault() const | CachedValue< Type > | |
getPropertyAsValue() | CachedValue< Type > | |
getPropertyID() const noexcept | CachedValue< Type > | |
getUndoManager() noexcept | CachedValue< Type > | |
getValueTree() noexcept | CachedValue< Type > | |
isUsingDefault() const | CachedValue< Type > | |
operator Type() const noexcept | CachedValue< Type > | |
operator!=(const OtherType &other) const | CachedValue< Type > | |
operator*() noexcept | CachedValue< Type > | |
operator->() noexcept | CachedValue< Type > | |
operator=(const Type &newValue) | CachedValue< Type > | |
operator==(const OtherType &other) const | CachedValue< Type > | |
referTo(ValueTree &tree, const Identifier &property, UndoManager *um) | CachedValue< Type > | |
referTo(ValueTree &tree, const Identifier &property, UndoManager *um, const Type &defaultVal) | CachedValue< Type > | |
resetToDefault() | CachedValue< Type > | |
resetToDefault(UndoManager *undoManagerToUse) | CachedValue< Type > | |
setDefault(const Type &value) | CachedValue< Type > | |
setValue(const Type &newValue, UndoManager *undoManagerToUse) | CachedValue< Type > | |
valueTreeChildAdded(ValueTree &parentTree, ValueTree &childWhichHasBeenAdded) | ValueTree::Listener | privatevirtual |
valueTreeChildOrderChanged(ValueTree &parentTreeWhoseChildrenHaveMoved, int oldIndex, int newIndex) | ValueTree::Listener | privatevirtual |
valueTreeChildRemoved(ValueTree &parentTree, ValueTree &childWhichHasBeenRemoved, int indexFromWhichChildWasRemoved) | ValueTree::Listener | privatevirtual |
valueTreeParentChanged(ValueTree &treeWhoseParentHasChanged) | ValueTree::Listener | privatevirtual |
valueTreeRedirected(ValueTree &treeWhichHasBeenChanged) | ValueTree::Listener | privatevirtual |
~Listener()=default | ValueTree::Listener | privatevirtual |