Home
last modified time | relevance | path

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

12345

/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/undo/undoables/
H A DUndoableJoined.java1 package org.herac.tuxguitar.gui.undo.undoables;
14 private List undoables; field in UndoableJoined
19 this.undoables = new ArrayList(); in UndoableJoined()
23 this.undoables.add(undoable); in addUndoableEdit()
27 int count = this.undoables.size(); in redo()
29 UndoableEdit undoable = (UndoableEdit)this.undoables.get(i); in redo()
37 int count = this.undoables.size(); in undo()
39 UndoableEdit undoable = (UndoableEdit)this.undoables.get(i); in undo()
60 return this.undoables.isEmpty(); in isEmpty()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/engine/
H A Drs_undocycle.cpp40 undoables.insert(u); in addUndoable()
50 undoables.erase(u); in removeUndoable()
58 return undoables.size(); in size()
63 for (RS_Undoable* u: undoables) in changeUndoState()
69 return undoables; in getUndoables()
86 for (auto u: uc.undoables) { in operator <<()
/dports/multimedia/gaupol/gaupol-1.4-3-g6116d42b/aeidon/agents/
H A Dregister.py77 return len(self.undoables) >= count
84 del self.undoables[self.undo_limit:]
96 return self.undoables
107 return self.undoables
145 self.undoables.insert(0, action)
153 self.undoables.insert(0, action)
198 if count > 1 or isinstance(self.undoables[0], group):
200 self._do_description = self.undoables[0].description
201 self.undoables.pop(0).revert()
/dports/textproc/py-aeidon/aeidon-1.10.1/aeidon/agents/
H A Dregister.py77 return len(self.undoables) >= count
84 del self.undoables[self.undo_limit:]
96 return self.undoables
107 return self.undoables
145 self.undoables.insert(0, action)
153 self.undoables.insert(0, action)
198 if count > 1 or isinstance(self.undoables[0], group):
200 self._do_description = self.undoables[0].description
201 self.undoables.pop(0).revert()
/dports/multimedia/gaupol/gaupol-1.4-3-g6116d42b/gaupol/agents/
H A Dedit.py104 if (len(page.project.undoables) > 1 and
105 page.project.undoables[1].description ==
106 page.project.undoables[0].description):
122 if (len(page.project.undoables) > 1 and
123 page.project.undoables[1].description ==
124 page.project.undoables[0].description):
292 if (len(page.project.undoables) > 1 and
293 page.project.undoables[1].description ==
294 page.project.undoables[0].description):
310 if (len(page.project.undoables) > 1 and
[all …]
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/undo/undoables/measure/
H A DUndoableAddMeasure.java1 package org.herac.tuxguitar.gui.undo.undoables.measure;
7 import org.herac.tuxguitar.gui.undo.undoables.UndoableCaretHelper;
H A DUndoableInsertMeasure.java1 package org.herac.tuxguitar.gui.undo.undoables.measure;
8 import org.herac.tuxguitar.gui.undo.undoables.UndoableCaretHelper;
H A DUndoableRemoveMeasure.java1 package org.herac.tuxguitar.gui.undo.undoables.measure;
11 import org.herac.tuxguitar.gui.undo.undoables.UndoableCaretHelper;
H A DUndoableMeasureGeneric.java1 package org.herac.tuxguitar.gui.undo.undoables.measure;
8 import org.herac.tuxguitar.gui.undo.undoables.UndoableCaretHelper;
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/undo/undoables/track/
H A DUndoableMoveTrackDown.java1 package org.herac.tuxguitar.gui.undo.undoables.track;
7 import org.herac.tuxguitar.gui.undo.undoables.UndoableCaretHelper;
H A DUndoableMoveTrackUp.java1 package org.herac.tuxguitar.gui.undo.undoables.track;
7 import org.herac.tuxguitar.gui.undo.undoables.UndoableCaretHelper;
H A DUndoableAddTrack.java1 package org.herac.tuxguitar.gui.undo.undoables.track;
7 import org.herac.tuxguitar.gui.undo.undoables.UndoableCaretHelper;
H A DUndoableCloneTrack.java1 package org.herac.tuxguitar.gui.undo.undoables.track;
8 import org.herac.tuxguitar.gui.undo.undoables.UndoableCaretHelper;
H A DUndoableRemoveTrack.java1 package org.herac.tuxguitar.gui.undo.undoables.track;
8 import org.herac.tuxguitar.gui.undo.undoables.UndoableCaretHelper;
H A DUndoableTrackInstrument.java1 package org.herac.tuxguitar.gui.undo.undoables.track;
7 import org.herac.tuxguitar.gui.undo.undoables.UndoableCaretHelper;
H A DUndoableTrackInfo.java1 package org.herac.tuxguitar.gui.undo.undoables.track;
7 import org.herac.tuxguitar.gui.undo.undoables.UndoableCaretHelper;
H A DUndoableTrackLyric.java1 package org.herac.tuxguitar.gui.undo.undoables.track;
7 import org.herac.tuxguitar.gui.undo.undoables.UndoableCaretHelper;
H A DUndoableTrackSoloMute.java1 package org.herac.tuxguitar.gui.undo.undoables.track;
7 import org.herac.tuxguitar.gui.undo.undoables.UndoableCaretHelper;
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/undo/undoables/custom/
H A DUndoableChangeOpenRepeat.java1 package org.herac.tuxguitar.gui.undo.undoables.custom;
8 import org.herac.tuxguitar.gui.undo.undoables.UndoableCaretHelper;
H A DUndoableChangeTimeSignature.java1 package org.herac.tuxguitar.gui.undo.undoables.custom;
7 import org.herac.tuxguitar.gui.undo.undoables.UndoableCaretHelper;
H A DUndoableChangeAlternativeRepeat.java1 package org.herac.tuxguitar.gui.undo.undoables.custom;
8 import org.herac.tuxguitar.gui.undo.undoables.UndoableCaretHelper;
H A DUndoableChangeCloseRepeat.java1 package org.herac.tuxguitar.gui.undo.undoables.custom;
8 import org.herac.tuxguitar.gui.undo.undoables.UndoableCaretHelper;
H A DUndoableChangeMarker.java1 package org.herac.tuxguitar.gui.undo.undoables.custom;
8 import org.herac.tuxguitar.gui.undo.undoables.UndoableCaretHelper;
H A DUndoableChangeTempo.java1 package org.herac.tuxguitar.gui.undo.undoables.custom;
11 import org.herac.tuxguitar.gui.undo.undoables.UndoableCaretHelper;
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/actions/insert/
H A DRepeatAlternativeAction.java23 import org.herac.tuxguitar.gui.undo.undoables.UndoableJoined;
24 import org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeAlternativeRepeat;
25 import org.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeCloseRepeat;

12345