C# Class GnomeSubtitles.Core.Command.InsertSubtitleCommand

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

Public Methods

Method Description
Execute ( ) : bool
InsertSubtitleCommand ( Gtk.TreePath path ) : Gtk
Redo ( ) : void
Undo ( ) : void

Protected Methods

Method Description
GetNewPath ( ) : Gtk.TreePath
InsertNew ( ) : void

Method Details

Execute() public method

public Execute ( ) : bool
return bool

GetNewPath() protected abstract method

protected abstract GetNewPath ( ) : Gtk.TreePath
return Gtk.TreePath

InsertNew() protected abstract method

protected abstract InsertNew ( ) : void
return void

InsertSubtitleCommand() public method

public InsertSubtitleCommand ( Gtk.TreePath path ) : Gtk
path Gtk.TreePath
return Gtk

Redo() public method

public Redo ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void