QElectroTech
0.70
|
#include <addelementtextcommand.h>
Public Member Functions | |
RemoveTextFromGroupCommand (DynamicElementTextItem *text, ElementTextItemGroup *group, QUndoCommand *parent=nullptr) | |
RemoveTextFromGroupCommand::RemoveTextFromGroupCommand. More... | |
~RemoveTextFromGroupCommand () override | |
RemoveTextFromGroupCommand::~RemoveTextFromGroupCommand Destructor. More... | |
void | undo () override |
void | redo () override |
Private Attributes | |
QPointer< DynamicElementTextItem > | m_text |
QPointer< ElementTextItemGroup > | m_group |
QPointer< Element > | m_element |
Definition at line 105 of file addelementtextcommand.h.
RemoveTextFromGroupCommand::RemoveTextFromGroupCommand | ( | DynamicElementTextItem * | text, |
ElementTextItemGroup * | group, | ||
QUndoCommand * | parent = nullptr |
||
) |
RemoveTextFromGroupCommand::RemoveTextFromGroupCommand.
text | : text to add to |
group | |
parent | : parent undo command |
Definition at line 271 of file addelementtextcommand.cpp.
References QET::Icons::tr.
|
override |
RemoveTextFromGroupCommand::~RemoveTextFromGroupCommand Destructor.
Definition at line 284 of file addelementtextcommand.cpp.
|
override |
Definition at line 300 of file addelementtextcommand.cpp.
|
override |
Definition at line 294 of file addelementtextcommand.cpp.
|
private |
Definition at line 117 of file addelementtextcommand.h.
Referenced by redo(), undo(), and ~RemoveTextFromGroupCommand().
|
private |
Definition at line 116 of file addelementtextcommand.h.
Referenced by redo(), undo(), and ~RemoveTextFromGroupCommand().
|
private |
Definition at line 115 of file addelementtextcommand.h.
Referenced by redo(), undo(), and ~RemoveTextFromGroupCommand().