C# Class GnomeSubtitles.Dialog.EncodingsDialog

Inheritance: GladeDialog
Exibir arquivo Open project: GNOME/gnome-subtitles

Public Methods

Method Description
EncodingsDialog ( ) : GnomeSubtitles.Core

Private Methods

Method Description
AddSelectedAvailableEncoding ( ) : void
AddToShownEncodings ( EncodingDescription desc ) : void
ConnectSignals ( ) : void
FillAvailableEncodings ( ) : void
FillShownEncodings ( ) : void
GetListStore ( Gtk.TreeView tree ) : ListStore
GetSelectedIter ( Gtk.TreeView tree, Gtk.TreeIter &iter ) : bool
GetSelectedPath ( Gtk.TreeView tree ) : Gtk.TreePath
GetShownNames ( ) : string[]
IsAlreadyShown ( string name ) : bool
OnAdd ( object o, EventArgs args ) : void
OnAvailableRowActivated ( object o, Gtk.RowActivatedArgs args ) : void
OnAvailableSelectionChanged ( object o, EventArgs args ) : void
OnRemove ( object o, EventArgs args ) : void
OnShownRowActivated ( object o, Gtk.RowActivatedArgs args ) : void
OnShownSelectionChanged ( object o, EventArgs args ) : void
RemoveSelectedShownEncoding ( ) : void
SetColumns ( Gtk.TreeView tree ) : void
SetModel ( Gtk.TreeView tree, ListStore store ) : void
UpdateShownEncodingsPrefs ( ) : void

Method Details

EncodingsDialog() public method

public EncodingsDialog ( ) : GnomeSubtitles.Core
return GnomeSubtitles.Core