C# 클래스 Radegast.ChatTextManager

상속: IDisposable
파일 보기 프로젝트 열기: radegastdev/radegast 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
fontSettings Settings.FontSetting>.Dictionary

Private Properties

프로퍼티 타입 설명
InitializeConfig void
ProcessIncomingChat void
ProcessOutgoingChat void
netcom_AlertMessageReceived void
netcom_ChatReceived void
netcom_ChatSent void
s_OnSettingChanged void

공개 메소드들

메소드 설명
ChatTextManager ( Radegast.RadegastInstance instance, ITextPrinter textPrinter ) : System
ClearInternalBuffer ( ) : void
Dispose ( ) : void
PrintStartupMessage ( ) : void
ProcessBufferItem ( ChatBufferItem item, bool addToBuffer ) : void
ReprintAllText ( ) : void

비공개 메소드들

메소드 설명
InitializeConfig ( ) : void
ProcessIncomingChat ( OpenMetaverse.ChatEventArgs e ) : void
ProcessOutgoingChat ( Radegast.Netcom.ChatSentEventArgs e ) : void
netcom_AlertMessageReceived ( object sender, OpenMetaverse.AlertMessageEventArgs e ) : void
netcom_ChatReceived ( object sender, OpenMetaverse.ChatEventArgs e ) : void
netcom_ChatSent ( object sender, Radegast.Netcom.ChatSentEventArgs e ) : void
s_OnSettingChanged ( object sender, SettingsEventArgs e ) : void

메소드 상세

ChatTextManager() 공개 메소드

public ChatTextManager ( Radegast.RadegastInstance instance, ITextPrinter textPrinter ) : System
instance Radegast.RadegastInstance
textPrinter ITextPrinter
리턴 System

ClearInternalBuffer() 공개 메소드

public ClearInternalBuffer ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PrintStartupMessage() 공개 메소드

public PrintStartupMessage ( ) : void
리턴 void

ProcessBufferItem() 공개 메소드

public ProcessBufferItem ( ChatBufferItem item, bool addToBuffer ) : void
item ChatBufferItem
addToBuffer bool
리턴 void

ReprintAllText() 공개 메소드

public ReprintAllText ( ) : void
리턴 void

프로퍼티 상세

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

public static Dictionary fontSettings
리턴 Settings.FontSetting>.Dictionary