Home
last modified time | relevance | path

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

12

/dports/games/katomic/katomic-21.12.3/src/
H A Dtoplevel.cpp116 QAction *undoAll = actionCollection()->addAction( QStringLiteral( "move_undo_all" ) ); in createMenu() local
117 undoAll->setIcon( QIcon::fromTheme( QStringLiteral( "media-skip-backward" )) ); in createMenu()
118 undoAll->setText( i18n("Undo All") ); in createMenu()
119 connect( undoAll, &QAction::triggered, m_gameWid->playfield(), &PlayField::undoAll ); in createMenu()
128 undoAll->setEnabled(false); in createMenu()
133 connect (m_gameWid->playfield(), &PlayField::enableUndo, undoAll, &QAction::setEnabled); in createMenu()
H A Dplayfield.h103 void undoAll();
/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_surrogate_undo_adapter.cpp69 void KisSurrogateUndoAdapter::undoAll() in undoAll() function in KisSurrogateUndoAdapter
71 m_undoStore->undoAll(); in undoAll()
H A Dkis_surrogate_undo_adapter.h43 void undoAll();
/dports/graphics/aseprite/aseprite-1.2.9/src/undo/tests/
H A Dcomplex_tree.cpp65 auto undoAll = [&]{ in main() local
78 undoAll(); EXPECT_EQ(0, model); in main()
/dports/graphics/krita/krita-4.4.8/libs/image/commands_new/
H A Dkis_processing_command.cpp46 m_undoAdapter.undoAll(); in undo()
/dports/graphics/krita/krita-4.4.8/libs/command/
H A Dkis_undo_stores.h48 void undoAll();
H A Dkis_undo_stores.cpp84 void KisSurrogateUndoStore::undoAll() in undoAll() function in KisSurrogateUndoStore
H A Dkis_command_utils.cpp44 m_store.undoAll(); in undo()
/dports/graphics/fortytwo/FT-0.2.0/
H A DFTTransactionManagerImpl.h181 - undoAll;
H A DFTTransactionManagerImpl.m138 [performedActions undoAll];
253 - undoAll { method
/dports/deskutils/keditbookmarks/keditbookmarks-21.12.3/src/kbookmarkmodel/tests/
H A Dkbookmarkmodeltest.cpp204 undoAll(); in testCreateFolder()
234 undoAll(); in testSort()
295 void undoAll() in undoAll() function in KBookmarkModelTest
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Components/Tagging/
H A DEditor.h75 void undoAll();
/dports/net/akonadi-calendar/akonadi-calendar-21.12.3/src/
H A Dhistory.h139 void undoAll(QWidget *parent = nullptr);
/dports/graphics/krita/krita-4.4.8/libs/flake/commands/
H A DKoShapeCreateCommand.cpp104 d->undoStore.undoAll(); in undo()
/dports/math/reduce/Reduce-svn5758-src/csl/fox/include/
H A DFXUndoList.h247 void undoAll();
/dports/x11-toolkits/fox16/fox-1.6.57/include/
H A DFXUndoList.h247 void undoAll();
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXUndoList.h244 void undoAll();
/dports/x11-toolkits/fox14/fox-1.4.35/include/
H A DFXUndoList.h247 void undoAll();
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFXUndoList.h244 void undoAll();
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXUndoList.cpp453 void FXUndoList::undoAll(){ in undoAll() function in FX::FXUndoList
567 undoAll(); in onCmdUndoAll()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXUndoList.cpp455 void FXUndoList::undoAll(){ in undoAll() function in FX::FXUndoList
569 undoAll(); in onCmdUndoAll()
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXUndoList.cpp453 void FXUndoList::undoAll(){ in undoAll() function in FX::FXUndoList
567 undoAll(); in onCmdUndoAll()
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFXUndoList.cpp453 void FXUndoList::undoAll(){ in undoAll() function in FX::FXUndoList
567 undoAll(); in onCmdUndoAll()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXUndoList.cpp455 void FXUndoList::undoAll(){ in undoAll() function in FX::FXUndoList
569 undoAll(); in onCmdUndoAll()

12