Home
last modified time | relevance | path

Searched defs:undo (Results 76 – 100 of 4684) sorted by relevance

12345678910>>...188

/dports/japanese/ng-devel/ng-1.5beta1/
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/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/resourceeditor/qrceditor/
H A Dundocommands.cpp90 void ModifyPropertyCommand::undo() in undo() function in ModifyPropertyCommand
131 void RemoveEntryCommand::undo() in undo() function in RemoveEntryCommand
170 void RemoveMultipleEntryCommand::undo() in undo() function in RemoveMultipleEntryCommand
190 void AddFilesCommand::undo() in undo() function in AddFilesCommand
204 void AddEmptyPrefixCommand::undo() in undo() function in AddEmptyPrefixCommand
/dports/devel/py-apptools/apptools-4.5.0/examples/undo/
H A Dcommands.py63 def undo(self): member in LabelIncrementSizeCommand
106 def undo(self): member in LabelDecrementSizeCommand
138 def undo(self): member in LabelNormalFontCommand
170 def undo(self): member in LabelBoldFontCommand
202 def undo(self): member in LabelItalicFontCommand
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/topdown/
H A Dbindings.go15 type undo struct { struct
16 k *ast.Term
17 u *bindings
18 next *undo
21 func (u *undo) Undo() {
/dports/devel/py-pyface/pyface-7.2.0/examples/undo/
H A Dcommands.py73 def undo(self): member in LabelIncrementSizeCommand
116 def undo(self): member in LabelDecrementSizeCommand
148 def undo(self): member in LabelNormalFontCommand
180 def undo(self): member in LabelBoldFontCommand
212 def undo(self): member in LabelItalicFontCommand
/dports/games/wesnoth/wesnoth-1.14.17/src/editor/action/
H A Daction_item.cpp33 editor_action_ptr undo(new editor_action_item_delete(loc_)); in IMPLEMENT_ACTION() local
76 editor_action_ptr undo(new editor_action_item_replace(new_loc_, loc_)); in IMPLEMENT_ACTION() local
110 editor_action_ptr undo(new editor_action_item_facing(loc_, old_direction_, new_direction_)); in IMPLEMENT_ACTION() local
H A Daction.cpp65 editor_action_ptr undo(new editor_action_whole_map(mc.map())); in perform() local
164 std::unique_ptr<editor_action_chain> undo(new editor_action_chain()); in perform() local
198 std::unique_ptr<editor_action_paste> undo(new editor_action_paste(mf)); in perform() local
216 std::unique_ptr<editor_action_paste> undo(new editor_action_paste(mf)); in IMPLEMENT_ACTION() local
233 std::unique_ptr<editor_action_paint_area> undo( in IMPLEMENT_ACTION() local
253 editor_action_ptr undo; in IMPLEMENT_ACTION() local
323 std::unique_ptr<editor_action_paste> undo(new editor_action_paste(mf)); in IMPLEMENT_ACTION() local
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/bin/
H A Dbincommands.cpp23 void MoveBinClipCommand::undo() in undo() function in MoveBinClipCommand
43 void MoveBinFolderCommand::undo() in undo() function in MoveBinFolderCommand
65 void RenameBinSubClipCommand::undo() in undo() function in RenameBinSubClipCommand
87 void EditClipCommand::undo() in undo() function in EditClipCommand
/dports/graphics/ipe/ipe-7.2.23/src/ipe/lua/
H A Deditpath.lua346 undo = function (t, shape) function
449 undo = function (t, shape) function
702 undo = function (t, shape) function
743 undo = function (t, shape) function
986 t.undo = function (t, doc) function
/dports/games/ktuberling/ktuberling-21.12.3/
H A Daction.cpp40 void ActionAdd::undo() in undo() function in ActionAdd
65 void ActionRemove::undo() in undo() function in ActionRemove
89 void ActionMove::undo() in undo() function in ActionMove
/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_keyframe_commands.cpp17 void KisReplaceKeyframeCommand::undo() { in undo() function in KisReplaceKeyframeCommand
35 void KisMoveFrameCommand::undo() { in undo() function in KisMoveFrameCommand
52 void KisSwapFramesCommand::undo() in undo() function in KisSwapFramesCommand
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/selection/algorithm/
H A DTransformation.cpp21 UndoableCommand undo(command); in rotateSelected() local
35 UndoableCommand undo(command); in scaleSelected() local
83 UndoableCommand undo("cloneSelected"); in cloneSelected() local
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/document/
H A Doperations.py57 def undo(self, document): member in Operation
85 def undo(self, document): member in OperationSettingSet
150 def undo(self, document): member in OperationSettingPropagate
199 def undo(self, document): member in OperationWidgetRename
225 def undo(self, document): member in OperationWidgetDelete
270 def undo(self, document): member in OperationWidgetsDelete
300 def undo(self, document): member in OperationWidgetMoveUpDown
361 def undo(self, document): member in OperationWidgetMove
418 def undo(self, document): member in OperationWidgetAdd
442 def undo(self, document): member in OperationDatasetSet
[all …]
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/creation/
H A Drs_creation.cpp180 LC_UndoSection undo( document, handleUndo); in createParallelLine() local
383 LC_UndoSection undo( document, handleUndo); in createParallelSplinePoints() local
442 LC_UndoSection undo( document, handleUndo); in createBisector() local
480 LC_UndoSection undo( document, handleUndo); in createLineOrthTan() local
524 LC_UndoSection undo( document, handleUndo); in createTangent1() local
800 LC_UndoSection undo( document, handleUndo); in createLineRelAngle() local
828 LC_UndoSection undo( document, handleUndo); in createPolygon() local
872 LC_UndoSection undo( document, handleUndo); in createPolygon2() local
927 LC_UndoSection undo( document, handleUndo); in createPolygon3() local
970 LC_UndoSection undo( document, handleUndo); in createInsert() local
[all …]
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/src/widgets/
H A Dquest_properties_editor.cpp68 virtual void undo() override { in undo() function in SolarusEditor::__anon8bbe479f0111::SetWriteDirCommand
98 virtual void undo() override { in undo() function in SolarusEditor::__anon8bbe479f0111::SetTitleCommand
127 void undo() override { in undo() function in SolarusEditor::__anon8bbe479f0111::SetShortDescriptionCommand
153 void undo() override { in undo() function in SolarusEditor::__anon8bbe479f0111::SetLongDescriptionCommand
179 void undo() override { in undo() function in SolarusEditor::__anon8bbe479f0111::SetAuthorCommand
205 void undo() override { in undo() function in SolarusEditor::__anon8bbe479f0111::SetQuestVersionCommand
231 void undo() override { in undo() function in SolarusEditor::__anon8bbe479f0111::SetReleaseDateCommand
257 void undo() override { in undo() function in SolarusEditor::__anon8bbe479f0111::SetWebsiteCommand
284 virtual void undo() override { in undo() function in SolarusEditor::__anon8bbe479f0111::SetNormalSizeCommand
324 virtual void undo() override { in undo() function in SolarusEditor::__anon8bbe479f0111::SetMinSizeCommand
[all …]
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/tests/common_scenarios/undo_redo/
H A DGTTestsUndoRedo.cpp65 QAbstractButton *undo = GTAction::button(os, "msa_action_undo"); in GUI_TEST_CLASS_DEFINITION() local
125 QAbstractButton *undo = GTAction::button(os, "msa_action_undo"); in GUI_TEST_CLASS_DEFINITION() local
162 QAbstractButton *undo = GTAction::button(os, "msa_action_undo"); in GUI_TEST_CLASS_DEFINITION() local
187 QAbstractButton *undo = GTAction::button(os, "msa_action_undo"); in GUI_TEST_CLASS_DEFINITION() local
220 QAbstractButton *undo = GTAction::button(os, "msa_action_undo"); in GUI_TEST_CLASS_DEFINITION() local
267 QAbstractButton *undo = GTAction::button(os, "msa_action_undo"); in GUI_TEST_CLASS_DEFINITION() local
325 QAbstractButton *undo = GTAction::button(os, "msa_action_undo"); in GUI_TEST_CLASS_DEFINITION() local
384 QAbstractButton *undo = GTAction::button(os, "msa_action_undo"); in GUI_TEST_CLASS_DEFINITION() local
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/project/
H A Dprojectcommands.cpp27 void AddClipCutCommand::undo() in undo() function in AddClipCutCommand
64 void AddFolderCommand::undo() in undo() function in AddFolderCommand
98 void EditClipCutCommand::undo() in undo() function in EditClipCutCommand
127 void EditFolderCommand::undo() in undo() function in EditFolderCommand
/dports/cad/qelectrotech/qet-0.7.0/sources/
H A Ddiagramcommands.cpp75 void PasteDiagramCommand::undo() in undo() function in PasteDiagramCommand
216 void MoveElementsCommand::undo() { in undo() function in MoveElementsCommand
318 void MoveConductorsTextsCommand::undo() { in undo() function in MoveConductorsTextsCommand
407 void ChangeDiagramTextCommand::undo() { in undo() function in ChangeDiagramTextCommand
451 void ChangeConductorCommand::undo() { in undo() function in ChangeConductorCommand
509 void ResetConductorCommand::undo() { in undo() function in ResetConductorCommand
548 void ChangeBorderCommand::undo() { in undo() function in ChangeBorderCommand
/dports/graphics/krita/krita-4.4.8/libs/command/
H A Dkis_command_utils.cpp42 void AggregateCommand::undo() in undo() function in KisCommandUtils::AggregateCommand
104 void SkipFirstRedoWrapper::undo() in undo() function in KisCommandUtils::SkipFirstRedoWrapper
134 void SkipFirstRedoBase::undo() in undo() function in KisCommandUtils::SkipFirstRedoBase
167 void FlipFlopCommand::undo() in undo() function in KisCommandUtils::FlipFlopCommand
199 void CompositeCommand::undo() { in undo() function in KisCommandUtils::CompositeCommand
/dports/games/wesnoth/wesnoth-1.14.17/src/actions/
H A Dundo_dismiss_action.cpp23 namespace undo namespace
39 bool dismiss_action::undo(int side) in undo() function in actions::undo::dismiss_action
/dports/x11-toolkits/fox14/fox-1.4.35/adie/
H A DCommands.cpp65 void FXTextInsert::undo(){ in undo() function in FXTextInsert
90 void FXTextDelete::undo(){ in undo() function in FXTextDelete
116 void FXTextReplace::undo(){ in undo() function in FXTextReplace
/dports/x11-toolkits/fox16/fox-1.6.57/adie/
H A DCommands.cpp65 void FXTextInsert::undo(){ in undo() function in FXTextInsert
90 void FXTextDelete::undo(){ in undo() function in FXTextDelete
116 void FXTextReplace::undo(){ in undo() function in FXTextReplace
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/innobase/row/
H A Drow0undo.cc130 undo_node_t* undo; in row_undo_node_create() local
263 if (trx_undo_t* undo = trx->rsegs.m_redo.undo) { in row_undo_try_truncate() local
268 if (trx_undo_t* undo = trx->rsegs.m_noredo.undo) { in row_undo_try_truncate() local
286 trx_undo_t* undo = NULL; in row_undo_rec_get() local
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/row/
H A Drow0undo.cc130 undo_node_t* undo; in row_undo_node_create() local
263 if (trx_undo_t* undo = trx->rsegs.m_redo.undo) { in row_undo_try_truncate() local
268 if (trx_undo_t* undo = trx->rsegs.m_noredo.undo) { in row_undo_try_truncate() local
286 trx_undo_t* undo = NULL; in row_undo_rec_get() local
/dports/cad/qelectrotech/qet-0.7.0/sources/editor/
H A Darceditor.cpp143 …QPropertyUndoCommand *undo= new QPropertyUndoCommand(part, "startAngle", part->property("startAngl… in updateArcS() local
164 …QPropertyUndoCommand *undo= new QPropertyUndoCommand(part, "spanAngle", part->property("spanAngle"… in updateArcA() local
186 QPropertyUndoCommand *undo= new QPropertyUndoCommand(part, "rect", part->property("rect"), rect); in updateArcRect() local

12345678910>>...188