|
| enum class | Action { Connect
, Disconnect
} |
| |
|
|
| ChangeConnectionCommand (OpId inputOpId, unsigned int inputIndex, OpId outputOpId, unsigned int outputIndex, Action action) |
| |
| void | undo () override |
| |
| void | redo () override |
| |
| UndoCommandType | type () const override |
| |
Public Member Functions inherited from enzo::nt::UndoCommand |
◆ redo()
| void enzo::nt::ChangeConnectionCommand::redo |
( |
| ) |
|
|
inlineoverridevirtual |
◆ type()
| UndoCommandType enzo::nt::ChangeConnectionCommand::type |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ undo()
| void enzo::nt::ChangeConnectionCommand::undo |
( |
| ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: