Arbor: State Diagram Editor  2.2.0
Node Class Reference

Arbor Editorにあるノードの基底クラス More...

Inheritance diagram for Node:
CalculatorNode CommentNode GroupNode State

Public Member Functions

 Node (ArborFSMInternal stateMachine, int nodeID)
 

Public Attributes

Rect position
 Arbor Editor上での位置。 More...
 
bool showComment
 コメントを表示するかどうか More...
 
string nodeComment
 コメント More...
 

Protected Attributes

ArborFSMInternal _StateMachine
 
int _NodeID
 

Properties

ArborFSMInternal stateMachine [get]
 FSMを取得。 More...
 
int nodeID [get]
 ノードIDを取得。 More...
 

Detailed Description

Arbor Editorにあるノードの基底クラス

Constructor & Destructor Documentation

Node ( ArborFSMInternal  stateMachine,
int  nodeID 
)

Member Data Documentation

int _NodeID
protected
ArborFSMInternal _StateMachine
protected
string nodeComment

コメント

Rect position

Arbor Editor上での位置。

bool showComment

コメントを表示するかどうか

Property Documentation

int nodeID
get

ノードIDを取得。

ArborFSMInternal stateMachine
get

FSMを取得。