C# Class Radegast.ChatTextManager

Inheritance: IDisposable
Afficher le fichier Open project: radegastdev/radegast Class Usage Examples

Méthodes publiques

Свойство Type Description
fontSettings Settings.FontSetting>.Dictionary

Private Properties

Свойство Type Description
InitializeConfig void
ProcessIncomingChat void
ProcessOutgoingChat void
netcom_AlertMessageReceived void
netcom_ChatReceived void
netcom_ChatSent void
s_OnSettingChanged void

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public ChatTextManager ( Radegast.RadegastInstance instance, ITextPrinter textPrinter ) : System
instance Radegast.RadegastInstance
textPrinter ITextPrinter
Résultat System

ClearInternalBuffer() public méthode

public ClearInternalBuffer ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

PrintStartupMessage() public méthode

public PrintStartupMessage ( ) : void
Résultat void

ProcessBufferItem() public méthode

public ProcessBufferItem ( ChatBufferItem item, bool addToBuffer ) : void
item ChatBufferItem
addToBuffer bool
Résultat void

ReprintAllText() public méthode

public ReprintAllText ( ) : void
Résultat void

Property Details

fontSettings public_oe static_oe property

public static Dictionary fontSettings
Résultat Settings.FontSetting>.Dictionary