Skip to content

DIWNE::Actions

Classes

Name
structDIWNE::Actions::ConnectPinAction
structDIWNE::Actions::DiwneAction <br>Base class for DIWNEActions.
structDIWNE::Actions::DragNodeAction
structDIWNE::Actions::EditorAction <br>Helper class for actions that require an explicit reference to the NodeEditor they are active in.
structDIWNE::Actions::SelectionRectAction

Attributes

Name
const std::stringconnectPin
const std::stringdragNode
const std::stringselectionRect

Attributes Documentation

variable connectPin

cpp
static const std::string connectPin = "connectPin";
static const std::string connectPin = "connectPin";

variable dragNode

cpp
static const std::string dragNode = "dragNode";
static const std::string dragNode = "dragNode";

variable selectionRect

cpp
static const std::string selectionRect = "selectionRect";
static const std::string selectionRect = "selectionRect";

Updated on 2025-05-31 at 12:55:31 +0000