C# Class GnomeSubtitles.Core.Command.FixedSingleSelectionCommand

Inheritance: SingleSelectionCommand
Mostra file Open project: GNOME/gnome-subtitles

Public Methods

Method Description
Execute ( ) : bool
FixedSingleSelectionCommand ( string description, bool canGroup, bool reselect ) : Gtk
Undo ( ) : void

Protected Methods

Method Description
ChangeValues ( ) : bool
PostProcess ( ) : void

Method Details

ChangeValues() protected method

protected ChangeValues ( ) : bool
return bool

Execute() public method

public Execute ( ) : bool
return bool

FixedSingleSelectionCommand() public method

public FixedSingleSelectionCommand ( string description, bool canGroup, bool reselect ) : Gtk
description string
canGroup bool
reselect bool
return Gtk

PostProcess() protected method

protected PostProcess ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void