Property | Type | Description | |
---|---|---|---|
DingOnAllIncoming | bool | ||
fontSettings | Settings.FontSetting>.Dictionary |
Property | Type | Description | |
---|---|---|---|
AddNetcomEvents | void | ||
InitializeConfig | void | ||
PrintIM | void | ||
PrintLastLog | void | ||
ProcessIncomingIM | void | ||
ProcessOutgoingIM | void | ||
RemoveNetcomEvents | void | ||
netcom_InstantMessageReceived | void | ||
netcom_InstantMessageSent | void | ||
s_OnSettingChanged | void |
Method | Description | |
---|---|---|
CleanUp ( ) : void | ||
ClearInternalBuffer ( ) : void | ||
DisplayNotification ( string message ) : void | ||
IMTextManager ( Radegast.RadegastInstance instance, ITextPrinter textPrinter, IMTextManagerType type, UUID sessionID, string sessionName ) : System | ||
ProcessIM ( object e, bool isNewMessage ) : void | ||
ReadEndTokens ( string path, System.Int64 numberOfTokens, |
||
ReprintAllText ( ) : void |
Method | Description | |
---|---|---|
AddNetcomEvents ( ) : void | ||
InitializeConfig ( ) : void | ||
PrintIM ( System.DateTime timestamp, string fromName, UUID fromID, string message, bool isNewMessage ) : void | ||
PrintLastLog ( ) : void | ||
ProcessIncomingIM ( OpenMetaverse.InstantMessageEventArgs e, bool isNewMessage ) : void | ||
ProcessOutgoingIM ( Radegast.Netcom.InstantMessageSentEventArgs e, bool isNewMessage ) : void | ||
RemoveNetcomEvents ( ) : void | ||
netcom_InstantMessageReceived ( object sender, OpenMetaverse.InstantMessageEventArgs e ) : void | ||
netcom_InstantMessageSent ( object sender, Radegast.Netcom.InstantMessageSentEventArgs e ) : void | ||
s_OnSettingChanged ( object sender, SettingsEventArgs e ) : void |
public DisplayNotification ( string message ) : void | ||
message | string | |
return | void |
public IMTextManager ( Radegast.RadegastInstance instance, ITextPrinter textPrinter, IMTextManagerType type, UUID sessionID, string sessionName ) : System | ||
instance | Radegast.RadegastInstance | |
textPrinter | ITextPrinter | |
type | IMTextManagerType | |
sessionID | UUID | |
sessionName | string | |
return | System |
public ProcessIM ( object e, bool isNewMessage ) : void | ||
e | object | |
isNewMessage | bool | |
return | void |
public static ReadEndTokens ( string path, System.Int64 numberOfTokens, |
||
path | string | |
numberOfTokens | System.Int64 | |
encoding | ||
tokenSeparator | string | |
return | string |