C# 클래스 GnomeSubtitles.Dialog.MessageDialog

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
MessageDialog ( MessageType messageType ) : GnomeSubtitles.Core
MessageDialog ( MessageType messageType, string primaryText ) : GnomeSubtitles.Core
MessageDialog ( MessageType messageType, string primaryText, string secondaryText ) : GnomeSubtitles.Core

보호된 메소드들

메소드 설명
AddButtons ( ) : void
ProcessResponse ( ResponseType response ) : bool
SetPrimaryText ( string text ) : void
SetSecondaryText ( string text ) : void
SetText ( string primaryText, string secondaryText ) : void

비공개 메소드들

메소드 설명
GetMarkupPrimaryText ( string primaryText ) : string
Init ( MessageType messageType, string primaryText, string secondaryText ) : void

메소드 상세

AddButtons() 보호된 추상적인 메소드

protected abstract AddButtons ( ) : void
리턴 void

MessageDialog() 공개 메소드

public MessageDialog ( MessageType messageType ) : GnomeSubtitles.Core
messageType MessageType
리턴 GnomeSubtitles.Core

MessageDialog() 공개 메소드

public MessageDialog ( MessageType messageType, string primaryText ) : GnomeSubtitles.Core
messageType MessageType
primaryText string
리턴 GnomeSubtitles.Core

MessageDialog() 공개 메소드

public MessageDialog ( MessageType messageType, string primaryText, string secondaryText ) : GnomeSubtitles.Core
messageType MessageType
primaryText string
secondaryText string
리턴 GnomeSubtitles.Core

ProcessResponse() 보호된 메소드

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

SetPrimaryText() 보호된 메소드

protected SetPrimaryText ( string text ) : void
text string
리턴 void

SetSecondaryText() 보호된 메소드

protected SetSecondaryText ( string text ) : void
text string
리턴 void

SetText() 보호된 메소드

protected SetText ( string primaryText, string secondaryText ) : void
primaryText string
secondaryText string
리턴 void

프로퍼티 상세

dialog 보호되어 있는 프로퍼티

protected MessageDialog,Gtk dialog
리턴 Gtk.MessageDialog