The SI_Text class represents a text label in a schematic.
Definition: si_text.h:48
The CmdSchematicTextRemove class.
Definition: cmdschematictextremove.h:47
void performRedo() override
Redo the command.
Definition: cmdschematictextremove.cpp:61
CmdSchematicTextRemove()=delete
void performUndo() override
Undo the command.
Definition: cmdschematictextremove.cpp:57
~CmdSchematicTextRemove() noexcept
Definition: cmdschematictextremove.cpp:44
SI_Text & mText
Definition: cmdschematictextremove.h:69
bool performExecute() override
Execute the command the first time.
Definition: cmdschematictextremove.cpp:51
CmdSchematicTextRemove(const CmdSchematicTextRemove &other)=delete