Searched refs:PastePartsCommand (Results 1 – 4 of 4) sorted by relevance
82 class PastePartsCommand : public ElementEditionCommand {85 PastePartsCommand(ElementView *, const ElementContent &, QUndoCommand * = nullptr);86 ~PastePartsCommand() override;88 PastePartsCommand(const PastePartsCommand &);
129 PastePartsCommand::PastePartsCommand( in PastePartsCommand() function in PastePartsCommand144 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()
299 PastePartsCommand *undo_object = new PastePartsCommand(this, content_pasted); in paste()346 PastePartsCommand *undo_object = new PastePartsCommand(this, content_pasted); in pasteWithOffset()
29 friend class PastePartsCommand; variable