C# 클래스 QSChat.Chat

상속: Gtk.Bin
파일 보기 프로젝트 열기: QualitySolution/QSProjects

공개 프로퍼티들

프로퍼티 타입 설명
ChatUser QSProjectsLib.UserInfo
NewMessageCount int

Private Properties

프로퍼티 타입 설명
OnTextviewMessegeKeyPressEvent void
OnUpdateTimer bool

공개 메소드들

메소드 설명
Chat ( ) : System
OnHistoryDestroyed ( object sender, EventArgs e ) : void

보호된 메소드들

메소드 설명
Build ( ) : void
OnButtonHistoryClicked ( object sender, EventArgs e ) : void
OnButtonSendClicked ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
OnTextviewMessegeKeyPressEvent ( object o, Gtk args ) : void
OnUpdateTimer ( ) : bool

메소드 상세

Build() 보호된 메소드

protected Build ( ) : void
리턴 void

Chat() 공개 메소드

public Chat ( ) : System
리턴 System

OnButtonHistoryClicked() 보호된 메소드

protected OnButtonHistoryClicked ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

OnButtonSendClicked() 보호된 메소드

protected OnButtonSendClicked ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

OnHistoryDestroyed() 공개 메소드

public OnHistoryDestroyed ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

ChatUser 공개적으로 프로퍼티

public UserInfo,QSProjectsLib ChatUser
리턴 QSProjectsLib.UserInfo

NewMessageCount 공개적으로 프로퍼티

public int NewMessageCount
리턴 int