C# 클래스 Banshee.Gui.Dialogs.FileChooserDialog

상속: Gtk.FileChooserDialog
파일 보기 프로젝트 열기: mono-soc-2011/banshee

공개 프로퍼티들

프로퍼티 타입 설명
LastFileChooserUri SchemaEntry

공개 메소드들

메소드 설명
CreateForImport ( string title, bool files ) : FileChooserDialog
FileChooserDialog ( string title, FileChooserAction action ) : System
FileChooserDialog ( string title, Gtk.Window parent, FileChooserAction action ) : System
GetPhotosFolder ( ) : string

보호된 메소드들

메소드 설명
OnResponse ( ResponseType response ) : void

메소드 상세

CreateForImport() 공개 정적인 메소드

public static CreateForImport ( string title, bool files ) : FileChooserDialog
title string
files bool
리턴 FileChooserDialog

FileChooserDialog() 공개 메소드

public FileChooserDialog ( string title, FileChooserAction action ) : System
title string
action FileChooserAction
리턴 System

FileChooserDialog() 공개 메소드

public FileChooserDialog ( string title, Gtk.Window parent, FileChooserAction action ) : System
title string
parent Gtk.Window
action FileChooserAction
리턴 System

GetPhotosFolder() 공개 정적인 메소드

public static GetPhotosFolder ( ) : string
리턴 string

OnResponse() 보호된 메소드

protected OnResponse ( ResponseType response ) : void
response ResponseType
리턴 void

프로퍼티 상세

LastFileChooserUri 공개적으로 정적으로 프로퍼티

public static SchemaEntry LastFileChooserUri
리턴 SchemaEntry