Arbor: State Diagram Editor  2.2.0
Node Class Reference

Base class of a node in Arbor Editor More...

Inheritance diagram for Node:
CalculatorNode CommentNode GroupNode State

Public Member Functions

 Node (ArborFSMInternal stateMachine, int nodeID)
 

Public Attributes

Rect position
 Position on the Arbor Editor. More...
 
bool showComment
 Whether to display comments More...
 
string nodeComment
 Comment More...
 

Protected Attributes

ArborFSMInternal _StateMachine
 
int _NodeID
 

Properties

ArborFSMInternal stateMachine [get]
 Gets the state machine. More...
 
int nodeID [get]
 Gets the node identifier. More...
 

Detailed Description

Base class of a node in Arbor Editor

Constructor & Destructor Documentation

Node ( ArborFSMInternal  stateMachine,
int  nodeID 
)

Member Data Documentation

int _NodeID
protected
ArborFSMInternal _StateMachine
protected
string nodeComment

Comment

Rect position

Position on the Arbor Editor.

bool showComment

Whether to display comments

Property Documentation

int nodeID
get

Gets the node identifier.

ArborFSMInternal stateMachine
get

Gets the state machine.