C# Class GnomeSubtitles.Dialog.FileOpenDialog

Inheritance: GladeDialog
显示文件 Open project: GNOME/gnome-subtitles

Protected Properties

Property Type Description
dialog Gtk.FileChooserDialog

Public Methods

Method Description
FileOpenDialog ( ) : GnomeSubtitles.Core

Protected Methods

Method Description
FileOpenDialog ( bool toEnableVideo, string title ) : GnomeSubtitles.Core
GetStartFolder ( ) : string
ProcessResponse ( ResponseType response ) : bool

Private Methods

Method Description
EnableVideo ( ) : void
FilenameWithoutExtension ( string filename ) : string
FillVideoComboBoxBasedOnCurrentFolder ( ) : void
InitEncodingComboBox ( ) : void
OnCurrentFolderChanged ( object o, EventArgs args ) : void
OnSelectionChanged ( object o, EventArgs args ) : void
SetActiveComboBoxItem ( int item ) : void
SetActiveVideoFile ( ) : void
SetFilters ( ) : void
SetVideoSelectionSensitivity ( bool sensitivity ) : void

Method Details

FileOpenDialog() public method

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

FileOpenDialog() protected method

protected FileOpenDialog ( bool toEnableVideo, string title ) : GnomeSubtitles.Core
toEnableVideo bool
title string
return GnomeSubtitles.Core

GetStartFolder() protected method

protected GetStartFolder ( ) : string
return string

ProcessResponse() protected method

protected ProcessResponse ( ResponseType response ) : bool
response ResponseType
return bool

Property Details

dialog protected_oe property

protected FileChooserDialog,Gtk dialog
return Gtk.FileChooserDialog