C# 클래스 FileFind.Meshwork.GtkClient.InviteToChatDialog

상속: GladeDialog
파일 보기 프로젝트 열기: codebutler/meshwork 1 사용 예제들

Private Properties

프로퍼티 타입 설명
EnableDisableOkButton void
HideShowPasswordBox void
InviteToChatDialog System
RoomComboImageFunc void
RoomComboTextFunc void
UserComboImageFunc void
UserComboTextFunc void

공개 메소드들

메소드 설명
InviteToChatDialog ( Network network, ChatRoom room ) : System
InviteToChatDialog ( Network network, Gtk.Node node ) : System

보호된 메소드들

메소드 설명
OnResponded ( int responseId ) : void

비공개 메소드들

메소드 설명
EnableDisableOkButton ( ) : void
HideShowPasswordBox ( ) : void
InviteToChatDialog ( Network network, Gtk.Node node, ChatRoom room ) : System
RoomComboImageFunc ( CellLayout layout, Gtk.CellRenderer cell, TreeModel model, Gtk.TreeIter iter ) : void
RoomComboTextFunc ( CellLayout layout, Gtk.CellRenderer cell, TreeModel model, Gtk.TreeIter iter ) : void
UserComboImageFunc ( CellLayout layout, Gtk.CellRenderer cell, TreeModel model, Gtk.TreeIter iter ) : void
UserComboTextFunc ( CellLayout layout, Gtk.CellRenderer cell, TreeModel model, Gtk.TreeIter iter ) : void

메소드 상세

InviteToChatDialog() 공개 메소드

public InviteToChatDialog ( Network network, ChatRoom room ) : System
network Network
room ChatRoom
리턴 System

InviteToChatDialog() 공개 메소드

public InviteToChatDialog ( Network network, Gtk.Node node ) : System
network Network
node Gtk.Node
리턴 System

OnResponded() 보호된 메소드

protected OnResponded ( int responseId ) : void
responseId int
리턴 void