C# 클래스 GnomeSubtitles.Dialog.FileOpenDialog

상속: GladeDialog
파일 보기 프로젝트 열기: GNOME/gnome-subtitles

보호된 프로퍼티들

프로퍼티 타입 설명
dialog Gtk.FileChooserDialog

공개 메소드들

메소드 설명
FileOpenDialog ( ) : GnomeSubtitles.Core

보호된 메소드들

메소드 설명
FileOpenDialog ( bool toEnableVideo, string title ) : GnomeSubtitles.Core
GetStartFolder ( ) : string
ProcessResponse ( ResponseType response ) : bool

비공개 메소드들

메소드 설명
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

메소드 상세

FileOpenDialog() 공개 메소드

public FileOpenDialog ( ) : GnomeSubtitles.Core
리턴 GnomeSubtitles.Core

FileOpenDialog() 보호된 메소드

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

GetStartFolder() 보호된 메소드

protected GetStartFolder ( ) : string
리턴 string

ProcessResponse() 보호된 메소드

protected ProcessResponse ( ResponseType response ) : bool
response ResponseType
리턴 bool

프로퍼티 상세

dialog 보호되어 있는 프로퍼티

protected FileChooserDialog,Gtk dialog
리턴 Gtk.FileChooserDialog