|
QElectroTech
0.8-dev
|
Go to the documentation of this file.
18 #ifndef CHANGEELEMENTINFORMATIONCOMMAND_H
19 #define CHANGEELEMENTINFORMATIONCOMMAND_H
21 #include <QUndoCommand>
37 QUndoCommand *parent =
nullptr);
39 int id()
const override {
return 1;}
40 bool mergeWith(
const QUndoCommand *other)
override;
53 #endif // CHANGEELEMENTINFORMATIONCOMMAND_H
projectDataBase * dataBase()
QETProject::dataBase.
Definition: qetproject.cpp:124
Diagram * diagram() const
Definition: qetgraphicsitem.cpp:40
QETProject * project() const
Diagram::project.
Definition: diagram.cpp:2326
void elementInfoChanged(Element *element)
projectDataBase::elementInfoChanged
Definition: projectdatabase.cpp:136
QIcon tr
Definition: qeticons.cpp:206
Definition: diagramcontext.h:56