DIWNE::Actions
Classes
| Name | |
|---|---|
| struct | DIWNE::Actions::ConnectPinAction |
| struct | DIWNE::Actions::DiwneAction <br>Base class for DIWNEActions. |
| struct | DIWNE::Actions::DragNodeAction |
| struct | DIWNE::Actions::EditorAction <br>Helper class for actions that require an explicit reference to the NodeEditor they are active in. |
| struct | DIWNE::Actions::SelectionRectAction |
Attributes
| Name | |
|---|---|
| const std::string | connectPin |
| const std::string | dragNode |
| const std::string | selectionRect |
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 2026-05-21 at 15:39:36 +0000