Arbor: State Diagram Editor  2.2.0
CalculatorNode Class Reference

Class that represents a calculator More...

Inheritance diagram for CalculatorNode:
Node

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
 

Detailed Description

Class that represents a calculator

Constructor & Destructor Documentation

CalculatorNode ( ArborFSMInternal  stateMachine,
int  nodeID,
System.Type  calculatorType 
)

Member Function Documentation

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.

Property Documentation

Calculator calculator
get
int calculatorID
get

Gets the calculator node identifier.