C# Class GnomeSubtitles.Dialog.SubtitleFileSaveAsDialog

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

Protected Properties

Property Type Description
dialog Gtk.FileChooserDialog

Protected Methods

Method Description
ProcessResponse ( ResponseType response ) : bool
SubtitleFileSaveAsDialog ( SubtitleTextType textType ) : Glade

Private Methods

Method Description
AddExtensionIfNeeded ( SubtitleType type ) : string
ConnectHandlers ( ) : void
GetFilenameExtension ( string filename, int &index ) : string

Returns the extension for the specified filename.

GetFixedEncoding ( ) : int
GetFixedSubtitleType ( ) : SubtitleType
InitEncodingComboBox ( ) : void
InitFormatComboBox ( ) : void
InitNewlineComboBox ( ) : void
OnFormatChanged ( object o, EventArgs args ) : void
SetDialogFromFileProperties ( ) : void
SetTitle ( ) : void
UpdateFilenameExtension ( string filename, SubtitleType type ) : string

Method Details

ProcessResponse() protected method

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

SubtitleFileSaveAsDialog() protected method

protected SubtitleFileSaveAsDialog ( SubtitleTextType textType ) : Glade
textType SubtitleTextType
return Glade

Property Details

dialog protected_oe property

protected FileChooserDialog,Gtk dialog
return Gtk.FileChooserDialog