Home
last modified time | relevance | path

Searched defs:undo (Results 51 – 75 of 4300) sorted by relevance

12345678910>>...172

/dports/misc/kwordquiz/kwordquiz-21.12.3/src/
H A Dkwqcommands.cpp59 void KWQUndoCommand::undo() in undo() function in KWQUndoCommand
113 void KWQCommandPaste::undo() in undo() function in KWQCommandPaste
214 void KWQCommandSort::undo() in undo() function in KWQCommandSort
240 void KWQCommandShuffle::undo() in undo() function in KWQCommandShuffle
260 void KWQCommandInsert::undo() in undo() function in KWQCommandInsert
293 void KWQCommandDelete::undo() in undo() function in KWQCommandDelete
377 void KWQCommandIdentifiers::undo() in undo() function in KWQCommandIdentifiers
410 void KWQCommandImage::undo() in undo() function in KWQCommandImage
429 void KWQCommandSound::undo() in undo() function in KWQCommandSound
/dports/graphics/qgis/qgis-3.22.3/src/core/vector/
H A Dqgsvectorlayerundopassthroughcommand.cpp121 void QgsVectorLayerUndoPassthroughCommandAddFeatures::undo() in undo() function in QgsVectorLayerUndoPassthroughCommandAddFeatures
158 void QgsVectorLayerUndoPassthroughCommandDeleteFeatures::undo() in undo() function in QgsVectorLayerUndoPassthroughCommandDeleteFeatures
218 void QgsVectorLayerUndoPassthroughCommandChangeGeometry::undo() in undo() function in QgsVectorLayerUndoPassthroughCommandChangeGeometry
308 void QgsVectorLayerUndoPassthroughCommandChangeAttribute::undo() in undo() function in QgsVectorLayerUndoPassthroughCommandChangeAttribute
389 void QgsVectorLayerUndoPassthroughCommandAddAttribute::undo() in undo() function in QgsVectorLayerUndoPassthroughCommandAddAttribute
430 void QgsVectorLayerUndoPassthroughCommandDeleteAttribute::undo() in undo() function in QgsVectorLayerUndoPassthroughCommandDeleteAttribute
470 void QgsVectorLayerUndoPassthroughCommandRenameAttribute::undo() in undo() function in QgsVectorLayerUndoPassthroughCommandRenameAttribute
511 void QgsVectorLayerUndoPassthroughCommandUpdate::undo() in undo() function in QgsVectorLayerUndoPassthroughCommandUpdate
588 void QgsVectorLayerUndoPassthroughCommandChangeAttributes::undo() in undo() function in QgsVectorLayerUndoPassthroughCommandChangeAttributes
H A Dqgsvectorlayerundocommand.cpp45 void QgsVectorLayerUndoCommandAddFeature::undo() in undo() function in QgsVectorLayerUndoCommandAddFeature
78 void QgsVectorLayerUndoCommandDeleteFeature::undo() in undo() function in QgsVectorLayerUndoCommandDeleteFeature
145 void QgsVectorLayerUndoCommandChangeGeometry::undo() in undo() function in QgsVectorLayerUndoCommandChangeGeometry
223 void QgsVectorLayerUndoCommandChangeAttribute::undo() in undo() function in QgsVectorLayerUndoCommandChangeAttribute
297 void QgsVectorLayerUndoCommandAddAttribute::undo() in undo() function in QgsVectorLayerUndoCommandAddAttribute
355 void QgsVectorLayerUndoCommandDeleteAttribute::undo() in undo() function in QgsVectorLayerUndoCommandDeleteAttribute
429 void QgsVectorLayerUndoCommandRenameAttribute::undo() in undo() function in QgsVectorLayerUndoCommandRenameAttribute
/dports/editors/nedit/nedit-5.7/source/
H A Dundo.c76 UndoInfo *undo = window->undo; in Undo() local
189 UndoInfo *u, *undo = window->undo; in SaveUndoInformation() local
313 static void addUndoItem(WindowInfo *window, UndoInfo *undo) in addUndoItem()
360 UndoInfo *undo = window->undo; in removeUndoItem() local
407 UndoInfo *undo = window->undo; in appendDeletedText() local
490 static void freeUndoRecord(UndoInfo *undo) in freeUndoRecord()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/playlist/
H A DUndoCommands.cpp44 Playlist::InsertTracksCmd::undo() in undo() function in Playlist::InsertTracksCmd
66 Playlist::RemoveTracksCmd::undo() in undo() function in Playlist::RemoveTracksCmd
88 Playlist::MoveTracksCmd::undo() in undo() function in Playlist::MoveTracksCmd
/dports/games/wesnoth/wesnoth-1.14.17/src/editor/action/
H A Daction_unit.cpp36 editor_action_ptr undo(new editor_action_unit_delete(loc_)); in IMPLEMENT_ACTION() local
55 editor_action_ptr undo; in IMPLEMENT_ACTION() local
79 editor_action_ptr undo(new editor_action_unit_replace(new_loc_, loc_)); in IMPLEMENT_ACTION() local
114 editor_action_ptr undo(new editor_action_unit_facing(loc_, old_direction_, new_direction_)); in IMPLEMENT_ACTION() local
/dports/misc/actiona/actiona-3.10.1/gui/
H A Dscriptmodelundocommands.cpp65 void ChangeEnabledCommand::undo() in undo() function in ChangeEnabledCommand
118 void ChangeColorCommand::undo() in undo() function in ChangeColorCommand
163 void ChangeCommentCommand::undo() in undo() function in ChangeCommentCommand
202 void ChangeLabelCommand::undo() in undo() function in ChangeLabelCommand
243 void ChangeDataCommand::undo() in undo() function in ChangeDataCommand
275 void CopyActionCommand::undo() in undo() function in CopyActionCommand
299 void InsertNewActionCommand::undo() in undo() function in InsertNewActionCommand
328 void RemoveActionCommand::undo() in undo() function in RemoveActionCommand
387 void MoveActionCommand::undo() in undo() function in MoveActionCommand
435 void MoveActionOneRowCommand::undo() in undo() function in MoveActionOneRowCommand
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/modification/
H A Drs_modification.cpp102 LC_UndoSection undo( document); in remove() local
169 LC_UndoSection undo(document); in changeAttributes() local
321 LC_UndoSection undo( document); in copyEntity() local
566 LC_UndoSection undo(document, handleUndo); in paste() local
961 LC_UndoSection undo( document); in addPolylineNode() local
1100 LC_UndoSection undo( document); in deletePolylineNode() local
1331 LC_UndoSection undo( document); in deletePolylineNodesBetween() local
1565 LC_UndoSection undo( document); in polylineTrim() local
2246 LC_UndoSection undo( document); in trim() local
2307 LC_UndoSection undo( document); in trimAmount() local
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsvectorlayerundocommand.cpp45 void QgsVectorLayerUndoCommandAddFeature::undo() in undo() function in QgsVectorLayerUndoCommandAddFeature
78 void QgsVectorLayerUndoCommandDeleteFeature::undo() in undo() function in QgsVectorLayerUndoCommandDeleteFeature
148 void QgsVectorLayerUndoCommandChangeGeometry::undo() in undo() function in QgsVectorLayerUndoCommandChangeGeometry
226 void QgsVectorLayerUndoCommandChangeAttribute::undo() in undo() function in QgsVectorLayerUndoCommandChangeAttribute
300 void QgsVectorLayerUndoCommandAddAttribute::undo() in undo() function in QgsVectorLayerUndoCommandAddAttribute
358 void QgsVectorLayerUndoCommandDeleteAttribute::undo() in undo() function in QgsVectorLayerUndoCommandDeleteAttribute
432 void QgsVectorLayerUndoCommandRenameAttribute::undo() in undo() function in QgsVectorLayerUndoCommandRenameAttribute
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dtilesetchanges.h115 void undo() override { swap(); } in undo() function
132 void undo() override { swap(); } in undo() function
149 void undo() override { swap(); } in undo() function
166 void undo() override { swap(); } in undo() function
183 void undo() override { swap(); } in undo() function
H A Dchangewangcolordata.cpp41 void ChangeWangColorName::undo() in undo() function in ChangeWangColorName
67 void ChangeWangColorImage::undo() in undo() function in ChangeWangColorImage
91 void ChangeWangColorColor::undo() in undo() function in ChangeWangColorColor
115 void ChangeWangColorProbability::undo() in undo() function in ChangeWangColorProbability
/dports/graphics/ipe/ipe-7.2.23/src/ipelets/lua/
H A Dgridmaker.lua166 t.undo = function (t, doc) function
238 t.undo = function (t, doc) doc[t.pno]:remove(#doc[t.pno]) end function
260 t.undo = function (t, doc) function
/dports/audio/hydrogen/hydrogen-1.0.1/src/gui/src/
H A DUndoActions.h38 virtual void undo() in undo() function
66 virtual void undo() in undo() function
93 virtual void undo() in undo() function
118 virtual void undo() in undo() function
144 virtual void undo() in undo() function
178 virtual void undo() in undo() function
211 virtual void undo() in undo() function
242 virtual void undo() in undo() function
271 virtual void undo() in undo() function
315 virtual void undo() in undo() function
[all …]
/dports/misc/ktouch/ktouch-21.12.3/src/undocommands/
H A Dkeyboardlayoutcommands.cpp24 void SetKeyboardLayoutTitleCommand::undo() in undo() function in SetKeyboardLayoutTitleCommand
59 void SetKeyboardLayoutNameCommand::undo() in undo() function in SetKeyboardLayoutNameCommand
151 void AddKeyCommand::undo() in undo() function in AddKeyCommand
206 void RemoveKeyCommand::undo() in undo() function in RemoveKeyCommand
263 void SetKeyGeometryCommand::undo() in undo() function in SetKeyGeometryCommand
305 void SetKeyFingerIndexCommand::undo() in undo() function in SetKeyFingerIndexCommand
392 void AddKeyCharCommand::undo() in undo() function in AddKeyCharCommand
438 void RemoveKeyCharCommand::undo() in undo() function in RemoveKeyCharCommand
493 void SetKeyCharValueCommand::undo() in undo() function in SetKeyCharValueCommand
540 void SetKeyCharModifierCommand::undo() in undo() function in SetKeyCharModifierCommand
[all …]
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/undocommands/
H A Dundogroup.cpp51 void AddGroup::undo() in undo() function in AddGroup
134 void RenameGroup::undo() in undo() function in RenameGroup
167 void ChangeGroupOptions::undo() in undo() function in ChangeGroupOptions
196 void AddItemToGroup::undo() in undo() function in AddItemToGroup
282 void RemoveItemFromGroup::undo() in undo() function in RemoveItemFromGroup
378 void ChangeGroupVisibility::undo() in undo() function in ChangeGroupVisibility
447 void ChangeMultipleGroupsVisibility::undo() in undo() function in ChangeMultipleGroupsVisibility
535 void DelGroup::undo() in undo() function in DelGroup
/dports/deskutils/timewarrior/timewarrior-1.4.3/src/
H A DJournal.cpp44 std::vector<Transaction> loadJournal (AtomicFile& undo) in loadJournal()
68 AtomicFile undo (_location); in initialize() local
104 AtomicFile undo (_location); in endTransaction() local
172 AtomicFile undo (_location); in popLastTransaction() local
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpundostack.c93 gimp_undo_stack_pop (GimpUndo *undo, in gimp_undo_stack_pop()
111 gimp_undo_stack_free (GimpUndo *undo, in gimp_undo_stack_free()
142 GimpUndo *undo) in gimp_undo_stack_push_undo()
155 GimpUndo *undo; in gimp_undo_stack_pop_undo() local
177 GimpUndo *undo; in gimp_undo_stack_free_bottom() local
/dports/graphics/mypaint/mypaint-2.0.1/lib/
H A Dcommand.py85 def undo(self): member in CommandStack
206 def undo(self): member in Command
358 def undo(self): member in Brushwork
592 def undo(self): member in FloodFill
622 def undo(self): member in TrimLayer
644 def undo(self): member in UniqLayer
667 def undo(self): member in RefactorGroup
687 def undo(self): member in ClearLayer
711 def undo(self): member in LoadLayer
750 def undo(self): member in NewLayerMergedFromVisible
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/innobase/trx/
H A Dtrx0undo.cc658 trx_undo_free_last_page(trx_undo_t* undo, mtr_t* mtr) in trx_undo_free_last_page()
795 static void trx_undo_seg_free(const trx_undo_t *undo) in trx_undo_seg_free()
924 trx_undo_t* undo = trx_undo_mem_create( in trx_undo_mem_create_at_db_start() local
983 trx_undo_t* undo; in trx_undo_mem_create() local
1024 trx_undo_t* undo, /*!< in: undo log to init */ in trx_undo_mem_init_for_reuse()
1121 trx_undo_t* undo = UT_LIST_GET_FIRST(rseg->undo_cached); in trx_undo_reuse_cached() local
1183 trx_undo_t* undo = trx->rsegs.m_redo.undo; in trx_undo_assign() local
1278 trx_undo_t* undo, /*!< in: undo log memory copy */ in trx_undo_set_state_at_finish()
1339 void trx_undo_commit_cleanup(trx_undo_t *undo) in trx_undo_commit_cleanup()
1369 if (trx_undo_t*& undo = trx->rsegs.m_redo.undo) { in trx_undo_free_at_shutdown() local
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/trx/
H A Dtrx0undo.cc658 trx_undo_free_last_page(trx_undo_t* undo, mtr_t* mtr) in trx_undo_free_last_page()
795 static void trx_undo_seg_free(const trx_undo_t *undo) in trx_undo_seg_free()
924 trx_undo_t* undo = trx_undo_mem_create( in trx_undo_mem_create_at_db_start() local
983 trx_undo_t* undo; in trx_undo_mem_create() local
1024 trx_undo_t* undo, /*!< in: undo log to init */ in trx_undo_mem_init_for_reuse()
1121 trx_undo_t* undo = UT_LIST_GET_FIRST(rseg->undo_cached); in trx_undo_reuse_cached() local
1183 trx_undo_t* undo = trx->rsegs.m_redo.undo; in trx_undo_assign() local
1278 trx_undo_t* undo, /*!< in: undo log memory copy */ in trx_undo_set_state_at_finish()
1339 void trx_undo_commit_cleanup(trx_undo_t *undo) in trx_undo_commit_cleanup()
1369 if (trx_undo_t*& undo = trx->rsegs.m_redo.undo) { in trx_undo_free_at_shutdown() local
[all …]
/dports/deskutils/treeline/TreeLine/source/
H A Dundo.py78 def undo(self): member in UndoRedoList
150 def undo(self, redoRef): member in DataUndo
199 def undo(self, redoRef): member in ChildListUndo
267 def undo(self, redoRef): member in ChildDataUndo
326 def undo(self, redoRef): member in TypeUndo
368 def undo(self, redoRef): member in FormatUndo
399 def undo(self, redoRef): member in ParamUndo
429 def undo(self, redoRef): member in StateSettingUndo
/dports/converters/wkhtmltopdf/qt-5db36ec/demos/undo/
H A Dcommands.cpp58 void AddShapeCommand::undo() in undo() function in AddShapeCommand
84 void RemoveShapeCommand::undo() in undo() function in RemoveShapeCommand
110 void SetShapeColorCommand::undo() in undo() function in SetShapeColorCommand
154 void SetShapeRectCommand::undo() in undo() function in SetShapeRectCommand
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/tools/undo/
H A Dcommands.cpp65 void AddShapeCommand::undo() in undo() function in AddShapeCommand
89 void RemoveShapeCommand::undo() in undo() function in RemoveShapeCommand
111 void SetShapeColorCommand::undo() in undo() function in SetShapeColorCommand
151 void SetShapeRectCommand::undo() in undo() function in SetShapeRectCommand
/dports/japanese/ng/ng-1.4.4/
H A Dundo.c93 UNDO_DATA **undo = bp->b_ustack; local
120 undo_balloc(undo, size) in undo_balloc() argument
165 undo_bgrow(undo, size) in undo_bgrow() argument
213 UNDO_DATA *undo,*undoend; in do_undo() local
/dports/japanese/ng-canna/ng-1.4.4/
H A Dundo.c93 UNDO_DATA **undo = bp->b_ustack; local
120 undo_balloc(undo, size) in undo_balloc() argument
165 undo_bgrow(undo, size) in undo_bgrow() argument
213 UNDO_DATA *undo,*undoend; in do_undo() local

12345678910>>...172