Arbor: State Diagram Editor  2.2.0
CommentNode Class Reference

Class that represents a comment More...

Inheritance diagram for CommentNode:
Node

Public Member Functions

 CommentNode (ArborFSMInternal stateMachine, int nodeID)
 
void Move (ArborFSMInternal stateMachine)
 For Editor. More...
 
- Public Member Functions inherited from Node
 Node (ArborFSMInternal stateMachine, int nodeID)
 

Public Attributes

string comment = string.Empty
 
- Public Attributes inherited from Node
Rect position
 Position on the Arbor Editor. More...
 
bool showComment
 Whether to display comments More...
 
string nodeComment
 Comment More...
 

Properties

int commentID [get]
 Gets the comment identifier. More...
 
- Properties inherited from Node
ArborFSMInternal stateMachine [get]
 Gets the state machine. More...
 
int nodeID [get]
 Gets the node identifier. More...
 

Additional Inherited Members

- Protected Attributes inherited from Node
ArborFSMInternal _StateMachine
 
int _NodeID
 

Detailed Description

Class that represents a comment

Constructor & Destructor Documentation

CommentNode ( ArborFSMInternal  stateMachine,
int  nodeID 
)

Member Function Documentation

void Move ( ArborFSMInternal  stateMachine)

For Editor.

Member Data Documentation

string comment = string.Empty

Property Documentation

int commentID
get

Gets the comment identifier.