C# 클래스 RetroShareSSHClient.ChatProcessor

파일 보기 프로젝트 열기: sehraf/RSSSHClient

공개 메소드들

메소드 설명
ChatProcessor ( ) : System
Tick ( uint counter ) : void

비공개 메소드들

메소드 설명
AddBroadcast ( ) : void
AddMsgToLobby ( string ID, ChatMessage response ) : void
AddMsgToLobby ( string ID, string msg ) : void
AutoAnswer ( ChatMessage response, GuiChatLobby cl ) : void
ChatLobbyIndexChange ( int index ) : void
CheckChatRegistration ( ) : void
CheckHistoryLength ( GuiChatLobby &cl ) : void
GetLobbyByListIndex ( int index, GuiChatLobby &lobby ) : bool
JoinLeaveChatLobby ( JoinLeaveAction action, int index ) : CheckState

joins/leaves selected lobby

LobbyInvite ( EventLobbyInvite msg ) : void
NotifyAndSetCheckState ( ) : void
ProcessLobby ( ChatLobbyInfo lobby ) : void
Reset ( bool justResetChatRegistration = false ) : void
SendChatMsg ( GuiChatLobby cl, string inMsg = "" ) : void
SetChatText ( string LobbyID ) : void

prints the text from a lobby to screen (textbox)

SetNick ( string nick ) : void
UpdateChatLobbies ( ResponseChatLobbies msg ) : void

메소드 상세

ChatProcessor() 공개 메소드

public ChatProcessor ( ) : System
리턴 System

Tick() 공개 메소드

public Tick ( uint counter ) : void
counter uint
리턴 void