Arbor: State Diagram Editor
2.2.0
|
Class that represents a calculator More...
Public Member Functions | |
Object | GetObject () |
CalculatorNode (ArborFSMInternal stateMachine, int nodeID, System.Type calculatorType) | |
Calculator | CreateCalculator (System.Type calculatorType) |
void | Move (ArborFSMInternal stateMachine) |
For Editor. More... | |
delegate Object | InstanceIDToObject (int instanceID) |
For Editor. More... | |
void | ForceRebuild (InstanceIDToObject instanceIDToObject) |
For Editor. More... | |
Public Member Functions inherited from Node | |
Node (ArborFSMInternal stateMachine, int nodeID) | |
Properties | |
int | calculatorID [get] |
Gets the calculator node identifier. More... | |
Calculator | calculator [get] |
Properties inherited from Node | |
ArborFSMInternal | stateMachine [get] |
Gets the state machine. More... | |
int | nodeID [get] |
Gets the node identifier. More... | |
Additional Inherited Members | |
Public Attributes inherited from Node | |
Rect | position |
Position on the Arbor Editor. More... | |
bool | showComment |
Whether to display comments More... | |
string | nodeComment |
Comment More... | |
Protected Attributes inherited from Node | |
ArborFSMInternal | _StateMachine |
int | _NodeID |
Class that represents a calculator
CalculatorNode | ( | ArborFSMInternal | stateMachine, |
int | nodeID, | ||
System.Type | calculatorType | ||
) |
Calculator CreateCalculator | ( | System.Type | calculatorType | ) |
void ForceRebuild | ( | InstanceIDToObject | instanceIDToObject | ) |
For Editor.
Object GetObject | ( | ) |
delegate Object InstanceIDToObject | ( | int | instanceID | ) |
For Editor.
void Move | ( | ArborFSMInternal | stateMachine | ) |
For Editor.
|
get |
|
get |
Gets the calculator node identifier.