C# Class Radegast.ChatTextManager

Inheritance: IDisposable
显示文件 Open project: radegastdev/radegast Class Usage Examples

Public Properties

Property Type Description
fontSettings Settings.FontSetting>.Dictionary

Private Properties

Property Type Description
InitializeConfig void
ProcessIncomingChat void
ProcessOutgoingChat void
netcom_AlertMessageReceived void
netcom_ChatReceived void
netcom_ChatSent void
s_OnSettingChanged void

Public Methods

Method Description
ChatTextManager ( Radegast.RadegastInstance instance, ITextPrinter textPrinter ) : System
ClearInternalBuffer ( ) : void
Dispose ( ) : void
PrintStartupMessage ( ) : void
ProcessBufferItem ( ChatBufferItem item, bool addToBuffer ) : void
ReprintAllText ( ) : void

Private Methods

Method Description
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

Method Details

ChatTextManager() public method

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

ClearInternalBuffer() public method

public ClearInternalBuffer ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

PrintStartupMessage() public method

public PrintStartupMessage ( ) : void
return void

ProcessBufferItem() public method

public ProcessBufferItem ( ChatBufferItem item, bool addToBuffer ) : void
item ChatBufferItem
addToBuffer bool
return void

ReprintAllText() public method

public ReprintAllText ( ) : void
return void

Property Details

fontSettings public_oe static_oe property

public static Dictionary fontSettings
return Settings.FontSetting>.Dictionary