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