![]() |
cello
JUCE ValueTrees for Humans
|
This is the complete list of members for cello::IpcServerProperties, including all inherited members.
append(Object *object) | cello::Object | |
begin() (defined in cello::Object) | cello::Object | inline |
canRedo() const | cello::Object | |
canUndo() const | cello::Object | |
ChildUpdateFn typedef (defined in cello::Object) | cello::Object | |
clearUndoHistory() | cello::Object | |
clone(bool deep) const | cello::Object | |
CreationType enum name (defined in cello::Object) | cello::Object | |
creationType | cello::Object | protected |
data | cello::Object | protected |
delattr(const juce::Identifier &attr) | cello::Object | |
doForceUpdates | cello::Object | protected |
end() (defined in cello::Object) | cello::Object | inline |
excludedListener | cello::Object | protected |
excludeListener(juce::ValueTree::Listener *listener) | cello::Object | inline |
FileFormat enum name (defined in cello::Object) | cello::Object | |
find(const cello::Query &query, bool deep=false) | cello::Object | |
findOne(const cello::Query &query, bool deep=false) | cello::Object | |
forceUpdate(bool shouldForceUpdate) | cello::UpdateSource | inline |
getattr(const juce::Identifier &attr, const T &defaultVal) const | cello::Object | inline |
getCreationType() const | cello::Object | inline |
getExcludedListener() const | cello::Object | inline |
getNumChildren() const | cello::Object | |
getType() const | cello::Object | inline |
getTypeName() const | cello::Object | inline |
getUndoManager() const | cello::Object | |
hasattr(const juce::Identifier &attr) const | cello::Object | |
insert(Object *object, int index) | cello::Object | |
IpcServerProperties(const juce::String &path, Object *state) (defined in cello::IpcServerProperties) | cello::IpcServerProperties | |
Iterator typedef (defined in cello::Object) | cello::Object | |
load(juce::File file, FileFormat format=FileFormat::xml) | cello::Object | static |
MAKE_VALUE_MEMBER(bool, running, false) | cello::IpcServerProperties | |
MAKE_VALUE_MEMBER(IpcServerStatus, status, IpcServerStatus::unknown) | cello::IpcServerProperties | |
MAKE_VALUE_MEMBER(int, portNumber, 0) | cello::IpcServerProperties | |
MAKE_VALUE_MEMBER(juce::String, bindAddress, {}) | cello::IpcServerProperties | |
move(int fromIndex, int toIndex) | cello::Object | |
Object(const juce::String &type, const Object *state) | cello::Object | |
Object(const juce::String &type, const Object &state) | cello::Object | |
Object(const juce::String &type, juce::ValueTree tree) | cello::Object | |
Object(const juce::String &type, juce::File file, FileFormat format=FileFormat::xml) | cello::Object | |
Object(const Object &rhs) | cello::Object | |
onChildAdded (defined in cello::Object) | cello::Object | |
onChildMoved (defined in cello::Object) | cello::Object | |
onChildRemoved (defined in cello::Object) | cello::Object | |
onParentChanged (defined in cello::Object) | cello::Object | |
onPropertyChange(juce::Identifier id, PropertyUpdateFn callback) | cello::Object | |
onPropertyChange(PropertyUpdateFn callback) | cello::Object | inline |
onPropertyChange(const ValueBase &val, PropertyUpdateFn callback) | cello::Object | |
onTreeRedirected (defined in cello::Object) | cello::Object | |
operator juce::ValueTree() const | cello::Object | inline |
operator!=(const juce::ValueTree &rhs) const noexcept (defined in cello::Object) | cello::Object | inline |
operator=(const Object &rhs) | cello::Object | |
operator==(const juce::ValueTree &rhs) const noexcept | cello::Object | inline |
operator[](int index) const | cello::Object | |
redo() | cello::Object | |
remove(Object *object) | cello::Object | |
remove(int index) | cello::Object | |
save(juce::File file, FileFormat format=FileFormat::xml) const | cello::Object | |
SelfUpdateFn typedef (defined in cello::Object) | cello::Object | |
setattr(const juce::Identifier &attr, const T &attrVal) | cello::Object | inline |
setUndoManager(juce::UndoManager *undo) | cello::Object | |
shouldForceUpdate() const | cello::UpdateSource | inline |
sort(Comparator &comp, bool stableSort) | cello::Object | |
startServer(int portNum, const juce::String &address=juce::String()) | cello::IpcServerProperties | |
stopServer() | cello::IpcServerProperties | |
toXmlString(const juce::XmlElement::TextFormat &format={}) const | cello::Object | inline |
undo() | cello::Object | |
undoManager | cello::Object | protected |
update(const juce::MemoryBlock &updateBlock) | cello::Object | |
UpdateSource()=default (defined in cello::UpdateSource) | cello::UpdateSource | |
upsert(const Object *object, const juce::Identifier &key, bool deep=false) | cello::Object | |
upsertAll(const Object *parent, const juce::Identifier &key, bool deep=false) | cello::Object | |
wasInitialized() const | cello::Object | inline |
wasWrapped() const | cello::Object | inline |
wrap(const Object &other) | cello::Object | |
~Object() override | cello::Object | |
~UpdateSource()=default (defined in cello::UpdateSource) | cello::UpdateSource | virtual |