Home
last modified time | relevance | path

Searched refs:undoLastCommand (Results 1 – 25 of 25) sorted by relevance

/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_surrogate_undo_adapter.cpp39 void KisSurrogateUndoAdapter::undoLastCommand() in undoLastCommand() function in KisSurrogateUndoAdapter
41 m_undoStore->undoLastCommand(); in undoLastCommand()
H A Dkis_legacy_undo_adapter.cpp37 void KisLegacyUndoAdapter::undoLastCommand() in undoLastCommand() function in KisLegacyUndoAdapter
39 undoStore()->undoLastCommand(); in undoLastCommand()
H A Dkis_legacy_undo_adapter.h36 void undoLastCommand() override;
H A Dkis_macro_based_undo_store.h46 void undoLastCommand() override;
H A Dkis_surrogate_undo_adapter.h35 void undoLastCommand() override;
H A Dkis_macro_based_undo_store.cpp46 void KisMacroBasedUndoStore::undoLastCommand() in undoLastCommand() function in KisMacroBasedUndoStore
H A Dkis_undo_adapter.h40 virtual void undoLastCommand() = 0;
/dports/graphics/krita/krita-4.4.8/libs/command/
H A Dkis_undo_stores.h40 void undoLastCommand() override;
67 void undoLastCommand() override;
H A Dkis_undo_stores.cpp43 void KisSurrogateUndoStore::undoLastCommand() in undoLastCommand() function in KisSurrogateUndoStore
108 void KisDumbUndoStore::undoLastCommand() in undoLastCommand() function in KisDumbUndoStore
H A Dkis_undo_store.h69 virtual void undoLastCommand() = 0;
/dports/graphics/krita/krita-4.4.8/libs/ui/
H A Dkis_node_commands_adapter.cpp138 void KisNodeCommandsAdapter::undoLastCommand() in undoLastCommand() function in KisNodeCommandsAdapter
141 m_view->image()->undoAdapter()->undoLastCommand(); in undoLastCommand()
H A Dkis_document_undo_store.h33 void undoLastCommand() override;
H A Dkis_document_undo_store.cpp39 void KisDocumentUndoStore::undoLastCommand() in undoLastCommand() function in KisDocumentUndoStore
H A Dkis_node_commands_adapter.h71 void undoLastCommand();
H A Dkis_mask_manager.cc269 m_commandsAdapter->undoLastCommand(); in createFilterMask()
H A Dkis_node_manager.cpp708 m_d->commandsAdapter.undoLastCommand(); in convertNode()
/dports/graphics/krita/krita-4.4.8/plugins/extensions/colorrange/
H A Ddlg_colorrange.cc126 m_viewManager->undoAdapter()->undoLastCommand(); in cancelClicked()
268 m_viewManager->undoAdapter()->undoLastCommand(); in slotDeselectClicked()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DCommandProcessor.h107 bool undoLastCommand();
H A DCommandProcessor.cpp184 bool CommandProcessor::undoLastCommand() { in undoLastCommand() function in TrenchBroom::View::CommandProcessor
H A DMapDocument.h304 void undoLastCommand();
H A DMapFrame.cpp540 m_document->undoLastCommand(); in OnEditUndo()
H A DMapDocumentCommandFacade.cpp1093 m_commandProcessor.undoLastCommand(); in doUndoLastCommand()
H A DMapDocument.cpp1023 void MapDocument::undoLastCommand() { in undoLastCommand() function in TrenchBroom::View::MapDocument
/dports/graphics/krita/krita-4.4.8/plugins/tools/tool_crop/
H A Dkis_tool_crop.cc321 image()->undoAdapter()->undoLastCommand(); in tryContinueLastCropAction()
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharoV10.sources61952 undoLastCommand
61954 ^(w := self currentWorld) == nil ifFalse:[w commandHistory undoLastCommand]! !
61968 …#((CrudeUndo undoLastCommand 'undo last command done' undoEnabled CrudeUndoDisabled CrudeUndoDisab…
62097 undoLastCommand
62114 "Command undoLastCommand"
264500 [aWorldMenu addUpdating: #undoMenuWording target: self commandHistory action: #undoLastCommand.
404213 ^super undoLastCommand