|
CeresEngine 0.2.0
A game development framework
|
#include <CeresEngine/Graph/GraphInstance.hpp>
Private Attributes | |
| GraphPtr | mTargetGraph |
Additional Inherited Members | |
Public Attributes inherited from CeresEngine::GraphNode | |
| Event< void()> | onChange |
| Event< void(GraphSocket &)> | onSocketAdded |
| Event< void(GraphSocket &)> | onSocketRemoved |
| Event< void(GraphConnection &)> | onConnect |
| Event< void(GraphConnection &)> | onDisconnect |
Protected Attributes inherited from CeresEngine::GraphNode | |
| Graph * | mGraph |
| UUID | mUUID |
| String | mDisplayName |
| Vector< GraphSocket * > | mInputs |
| Vector< GraphSocket * > | mOutputs |
| Vector< GraphSocketPtr > | mSockets |
|
inlineexplicit |
|
private |