CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::GraphInstance Member List

This is the complete list of members for CeresEngine::GraphInstance, including all inherited members.

addInputSocket(String name)CeresEngine::GraphNodeinline
addInputSocket(String name)CeresEngine::GraphNodeinline
addOutputSocket(String name)CeresEngine::GraphNodeinline
addOutputSocket(String name)CeresEngine::GraphNodeinline
addSocket(String name, GraphSocketDirection direction)CeresEngine::GraphNode
addSocket(String name, const GraphSocketDirection direction)CeresEngine::GraphNodeinline
forEachSocket(std::function< void(GraphSocket &)> function)CeresEngine::GraphNode
getDisplayName() const noexceptCeresEngine::GraphNodeinline
getGraph() const noexceptCeresEngine::GraphNodeinline
getInputSockets() const noexceptCeresEngine::GraphNodeinline
getNodeTypeName() constCeresEngine::GraphNode
getOutputs() const noexceptCeresEngine::GraphNodeinline
getSocket(StringView name) constCeresEngine::GraphNode
getSockets() const noexceptCeresEngine::GraphNodeinline
getUUID() const noexceptCeresEngine::GraphNodeinline
GraphInstance(Graph &ownerGraph, const GraphPtr &targetGraph)CeresEngine::GraphInstanceinlineexplicit
GraphNode(Graph &graph, const UUID &uuid)CeresEngine::GraphNodeinlineexplicit
markAsChanged()CeresEngine::GraphNode
mDeleterCeresEngine::RefCounted< GraphNode >private
mDisplayNameCeresEngine::GraphNodeprotected
mGraphCeresEngine::GraphNodeprotected
mInputsCeresEngine::GraphNodeprotected
mOutputsCeresEngine::GraphNodeprotected
mRefCounterCeresEngine::RefCounted< GraphNode >private
mSocketsCeresEngine::GraphNodeprotected
mTargetGraphCeresEngine::GraphInstanceprivate
mUUIDCeresEngine::GraphNodeprotected
onAttach(Graph &graph, const UUID &uuid)CeresEngine::GraphNode
onChangeCeresEngine::GraphNode
onConnectCeresEngine::GraphNode
onDetach(const Graph &graph)CeresEngine::GraphNode
onDisconnectCeresEngine::GraphNode
onSocketAddedCeresEngine::GraphNode
onSocketRemovedCeresEngine::GraphNode
RefCounted(Args &&... args)CeresEngine::RefCounted< GraphNode >inlineexplicit
release() noexceptCeresEngine::RefCounted< GraphNode >inline
removeSocket(GraphSocket &socket)CeresEngine::GraphNode
removeSocket(StringView name)CeresEngine::GraphNode
retain() noexceptCeresEngine::RefCounted< GraphNode >inline
setDisplayName(String displayName)CeresEngine::GraphNode
~GraphNode() noexcept=defaultCeresEngine::GraphNodevirtual