Home
last modified time | relevance | path

Searched refs:PastePartsCommand (Results 1 – 4 of 4) sorted by relevance

/dports/cad/qelectrotech/qet-0.7.0/sources/editor/
H A Deditorcommands.h82 class PastePartsCommand : public ElementEditionCommand {
85 PastePartsCommand(ElementView *, const ElementContent &, QUndoCommand * = nullptr);
86 ~PastePartsCommand() override;
88 PastePartsCommand(const PastePartsCommand &);
H A Deditorcommands.cpp129 PastePartsCommand::PastePartsCommand( in PastePartsCommand() function in PastePartsCommand
144 PastePartsCommand::~PastePartsCommand() { in ~PastePartsCommand()
149 void PastePartsCommand::undo() { in undo()
164 void PastePartsCommand::redo() { in redo()
187 void PastePartsCommand::setOffset(int old_offset_pc, const QPointF &old_start_tlc, int new_offset_p… in setOffset()
H A Delementview.cpp299 PastePartsCommand *undo_object = new PastePartsCommand(this, content_pasted); in paste()
346 PastePartsCommand *undo_object = new PastePartsCommand(this, content_pasted); in pasteWithOffset()
H A Delementview.h29 friend class PastePartsCommand; variable