C# Class GnomeSubtitles.Core.Command.CommandManager

Mostra file Open project: GNOME/gnome-subtitles Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
CommandManager ( ) : Mono.Unix
CommandManager ( int undoLimit ) : Mono.Unix
Execute ( Command command ) : bool
Redo ( ) : void
Undo ( ) : void

Private Methods

Method Description
ClearRedo ( ) : void
ClearTarget ( CommandTarget target ) : void
DecrementCount ( int count ) : int
EmitCommandActivated ( Command command ) : void
EmitRedoToggled ( ) : void
EmitUndoToggled ( ) : void
GetNextCommand ( ) : Command
GetPreviousCommand ( ) : Command
IncrementCount ( int count ) : int
Next ( ) : void
OnBaseInitFinished ( ) : void
OnBaseTranslationUnloaded ( ) : void
Previous ( ) : void
ProcessExecute ( Command command ) : void
ProcessRedo ( ) : void
ProcessUndo ( ) : void
SetNextCommand ( Command command ) : void
SetPreviousCommand ( Command command ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

CommandManager() public method

public CommandManager ( ) : Mono.Unix
return Mono.Unix

CommandManager() public method

public CommandManager ( int undoLimit ) : Mono.Unix
undoLimit int
return Mono.Unix

Execute() public method

public Execute ( Command command ) : bool
command Command
return bool

Redo() public method

public Redo ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void