C# Class GnomeSubtitles.Dialog.FileOpenDialog

Inheritance: GladeDialog
Afficher le fichier Open project: GNOME/gnome-subtitles

Protected Properties

Свойство Type Description
dialog Gtk.FileChooserDialog

Méthodes publiques

Méthode Description
FileOpenDialog ( ) : GnomeSubtitles.Core

Méthodes protégées

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

Private Methods

Méthode 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 méthode

public FileOpenDialog ( ) : GnomeSubtitles.Core
Résultat GnomeSubtitles.Core

FileOpenDialog() protected méthode

protected FileOpenDialog ( bool toEnableVideo, string title ) : GnomeSubtitles.Core
toEnableVideo bool
title string
Résultat GnomeSubtitles.Core

GetStartFolder() protected méthode

protected GetStartFolder ( ) : string
Résultat string

ProcessResponse() protected méthode

protected ProcessResponse ( ResponseType response ) : bool
response ResponseType
Résultat bool

Property Details

dialog protected_oe property

protected FileChooserDialog,Gtk dialog
Résultat Gtk.FileChooserDialog