Home
last modified time | relevance | path

Searched defs:startUndo (Results 1 – 25 of 29) sorted by relevance

12

/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/undo/undoables/custom/
H A DUndoableChangeCloseRepeat.java58 public static UndoableChangeCloseRepeat startUndo(){ in startUndo() method in UndoableChangeCloseRepeat
63 public static UndoableChangeCloseRepeat startUndo(long position,int repeatClose){ in startUndo() method in UndoableChangeCloseRepeat
H A DUndoableChangeMarker.java60 public static UndoableChangeMarker startUndo(TGMarker marker){ in startUndo() method in UndoableChangeMarker
H A DUndoableChangeOpenRepeat.java56 public static UndoableChangeOpenRepeat startUndo(){ in startUndo() method in UndoableChangeOpenRepeat
H A DUndoableChangeAlternativeRepeat.java58 public static UndoableChangeAlternativeRepeat startUndo(){ in startUndo() method in UndoableChangeAlternativeRepeat
H A DUndoableChangeTimeSignature.java55 public static UndoableChangeTimeSignature startUndo(){ in startUndo() method in UndoableChangeTimeSignature
H A DUndoableChangeTempo.java71 Iterator it = TuxGuitar.instance().getSongManager().getSong().getMeasureHeaders();
H A DUndoableChangeInfo.java67 public static UndoableChangeInfo startUndo(){ in startUndo() method in UndoableChangeInfo
H A DUndoableChangeClef.java68 public static UndoableChangeClef startUndo(){ in startUndo() method in UndoableChangeClef
H A DUndoableChangeTripletFeel.java66 public static UndoableChangeTripletFeel startUndo(){ in startUndo() method in UndoableChangeTripletFeel
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/undo/undoables/measure/
H A DUndoableMeasureGeneric.java61 public static UndoableMeasureGeneric startUndo( TGMeasure measure ){ in startUndo() method in UndoableMeasureGeneric
76 public static UndoableMeasureGeneric startUndo(){ in startUndo() method in UndoableMeasureGeneric
H A DUndoableAddMeasure.java57 public UndoableAddMeasure endUndo(){ in startUndo()
58 this.redoCaret = new UndoableCaretHelper(); in startUndo()
H A DUndoableRemoveMeasure.java49 …new TGSongSegmentHelper(TuxGuitar.instance().getSongManager()).insertMeasures(this.tracksMeasures.… in UndoableAddMeasure()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/undo/undoables/track/
H A DUndoableCloneTrack.java52 public static UndoableCloneTrack startUndo(){ in startUndo() method in UndoableCloneTrack
H A DUndoableAddTrack.java52 public static UndoableAddTrack startUndo(){ in startUndo() method in UndoableAddTrack
H A DUndoableMoveTrackDown.java54 public static UndoableMoveTrackDown startUndo(){ in startUndo() method in UndoableMoveTrackDown
H A DUndoableMoveTrackUp.java53 public static UndoableMoveTrackUp startUndo(){ in startUndo() method in UndoableMoveTrackUp
H A DUndoableRemoveTrack.java53 public static UndoableRemoveTrack startUndo(){ in startUndo() method in UndoableRemoveTrack
H A DUndoableTrackLyric.java60 public static UndoableTrackLyric startUndo(TGTrack track,int undoCaretPosition){ in startUndo() method in UndoableTrackLyric
H A DUndoableTrackInstrument.java64 public static UndoableTrackInstrument startUndo(TGTrack track){ in startUndo() method in UndoableTrackInstrument
H A DUndoableTrackGeneric.java48 public static UndoableTrackGeneric startUndo(TGTrack track){ in startUndo() method in UndoableTrackGeneric
H A DUndoableTrackSoloMute.java63 this.undoCaret.update(); in startUndo()
64 this.doAction = REDO_ACTION;
H A DUndoableTrackChannel.java78 public static UndoableTrackChannel startUndo(){ in startUndo() method in UndoableTrackChannel
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/undo/
H A DRadiantUndoSystem.cpp86 void RadiantUndoSystem::startUndo () in startUndo() function in undo::RadiantUndoSystem
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/undo/
H A Dkateundomanager.cpp112 void KateUndoManager::startUndo() in startUndo() function in KateUndoManager
/dports/games/gtkradiant/GPL/GtkRadiant/radiant/
H A Dundo.cpp317 void startUndo() in startUndo() function in RadiantUndoSystem

12