|
| DebugLogCommandNode (CommandData _commandData, Command _command, Vector2 _position, Config _nodeConfig) |
|
Public Member Functions inherited from Calcatz.CookieCutter.TextFormatterCommandNode |
| TextFormatterCommandNode (CommandData _commandData, Command _command, Vector2 _position, Config _nodeConfig) |
|
override bool | FilterByContent (string _filter, out string _displayContent) |
|
Public Member Functions inherited from Calcatz.CookieCutter.CommandNode |
CommandData | GetCommandData () |
|
Command | GetCommand () |
|
T | GetCommand< T > () |
|
| CommandNode (CommandData _commandData, Command _command, Vector2 _position, float _width, float _height, Config _config) |
|
ConnectionPoint | AddMainInPoint (Config _config) |
|
ConnectionPoint | AddMainOutPoint (Config _config) |
|
ConnectionPoint | AddPropertyInPoint (Type _type, Config _config) |
|
ConnectionPoint | AddPropertyInPoint< T > (Config _config) |
|
ConnectionPoint | AddPropertyOutPoint (Type _type, Config _config) |
|
ConnectionPoint | AddPropertyOutPoint< T > (Config _config) |
|
override void | Draw (Vector2 _offset) |
|
| Node (Vector2 position, float width, float height, Config config) |
|
ConnectionPoint | AddInPoint (Config _config) |
|
ConnectionPoint | AddOutPoint (Config _config) |
|
void | SetConfig (Config _config) |
|
void | Drag (Vector2 delta) |
|
bool | ProcessEvents (Vector2 _offset, Event e, float _zoomScale, ref bool _anyNodeClicked) |
|
bool | ProcessSelectedNodesEvents (Vector2 _offset, Event e, HashSet< Node > _selectedNodes) |
|
|
override void | DrawTextFieldLabel (Vector2 _absolutePosition) |
|
Protected Member Functions inherited from Calcatz.CookieCutter.TextFormatterCommandNode |
void | AddArgument () |
|
void | RemoveArgument (int _index) |
|
virtual void | SwapToUpper (int _index) |
|
virtual void | OnBeforeSwapToUpper (int _index) |
|
override void | HandleFirstInPointCreation (Config _config) |
|
override void | OnDrawContents (Vector2 _absolutePosition) |
|
void | DrawArgumentsField (Vector2 _absolutePosition, Command _textFormatterCommand) |
|
virtual string | DrawTextFieldArea (Vector2 _absolutePosition, ITextFormatterCommand textFormatterCommand) |
|
Protected Member Functions inherited from Calcatz.CookieCutter.CommandNode |
virtual void | HandleFirstOutPointCreation (Config _config) |
|
override void | DrawInPoint (Vector2 _nodePosition, int _index, float _yPos) |
|
override void | DrawOutPoint (Vector2 _nodePosition, int _index, float _yPos) |
|
virtual void | OnDrawTitle (Vector2 _absolutePosition) |
|
void | AddRectHeight (float _height, bool _autoAddVerticalSpacing=true) |
|
override void | OnEndDragNode () |
|
override void | HandleContextMenu (GenericMenu _genericMenu) |
|
override bool | IsCopyAvailable () |
|
bool | IsPasteAvailable () |
|
override void | Copy () |
|
override void | Paste () |
|
override void | OnClickRemoveNode () |
|
Rect | GenerateLineRect (Vector2 _absolutePosition, int _lineCount=1) |
| A wrapper to generate a standard rect for one line (or more) field. More...
|
|
void | GenerateSingleLineLabeledRect (Vector2 _absolutePosition, out Rect labelRect, out Rect valueRect) |
|
virtual void | OnRemoved () |
|