QElectroTech
0.70
|
#include <addelementtextcommand.h>
Public Member Functions | |
AddTextToGroupCommand (DynamicElementTextItem *text, ElementTextItemGroup *group, QUndoCommand *parent=nullptr) | |
AddTextToGroupCommand::AddTextToGroupCommand. More... | |
~AddTextToGroupCommand () override | |
AddTextToGroupCommand::~AddTextToGroupCommand 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 90 of file addelementtextcommand.h.
AddTextToGroupCommand::AddTextToGroupCommand | ( | DynamicElementTextItem * | text, |
ElementTextItemGroup * | group, | ||
QUndoCommand * | parent = nullptr |
||
) |
AddTextToGroupCommand::AddTextToGroupCommand.
text | |
group | |
parent |
Definition at line 220 of file addelementtextcommand.cpp.
References QET::Icons::tr.
|
override |
AddTextToGroupCommand::~AddTextToGroupCommand Destructor.
Definition at line 233 of file addelementtextcommand.cpp.
|
override |
Definition at line 249 of file addelementtextcommand.cpp.
|
override |
Definition at line 243 of file addelementtextcommand.cpp.
|
private |
Definition at line 102 of file addelementtextcommand.h.
Referenced by redo(), undo(), and ~AddTextToGroupCommand().
|
private |
Definition at line 101 of file addelementtextcommand.h.
Referenced by redo(), undo(), and ~AddTextToGroupCommand().
|
private |
Definition at line 100 of file addelementtextcommand.h.
Referenced by redo(), undo(), and ~AddTextToGroupCommand().