Home
last modified time | relevance | path

Searched refs:AddBackgroundImageCommand (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/kxstitch/kxstitch-2.2.0/src/
H A DCommands.h314 class AddBackgroundImageCommand : public QUndoCommand
317 AddBackgroundImageCommand(Document *, QSharedPointer<BackgroundImage>, MainWindow *);
318 virtual ~AddBackgroundImageCommand() = default;
H A DCommands.cpp499 AddBackgroundImageCommand::AddBackgroundImageCommand(Document *document, QSharedPointer<BackgroundI… in AddBackgroundImageCommand() function in AddBackgroundImageCommand
508 void AddBackgroundImageCommand::redo() in redo()
516 void AddBackgroundImageCommand::undo() in undo()
H A DMainWindow.cpp754 … m_document->undoStack().push(new AddBackgroundImageCommand(m_document, backgroundImage, this)); in fileAddBackgroundImage()