The BI_StrokeText class.
Definition: bi_stroketext.h:49
The CmdDeviceStrokeTextRemove class.
Definition: cmddevicestroketextremove.h:47
void performRedo() override
Redo the command.
Definition: cmddevicestroketextremove.cpp:61
BI_Device & mDevice
Definition: cmddevicestroketextremove.h:68
BI_StrokeText & mText
Definition: cmddevicestroketextremove.h:69
void performUndo() override
Undo the command.
Definition: cmddevicestroketextremove.cpp:57
CmdDeviceStrokeTextRemove(BI_Device &device, BI_StrokeText &text) noexcept
Definition: cmddevicestroketextremove.cpp:39
bool performExecute() override
Execute the command the first time.
Definition: cmddevicestroketextremove.cpp:51
~CmdDeviceStrokeTextRemove() noexcept
Definition: cmddevicestroketextremove.cpp:44