C# Class Universe.Modules.Chat.DialogModule

This dialog module has support for mute lists
Inheritance: INonSharedRegionModule, IDialogModule
Exibir arquivo Open project: Virtual-Universe/Virtual-Universe

Protected Properties

Property Type Description
m_enabled bool
m_muteListModule IMuteListModule
m_scene IScene

Public Methods

Method Description
AddRegion ( IScene scene ) : void
Close ( ) : void
Initialize ( IConfigSource config ) : void
RegionLoaded ( IScene scene ) : void
RemoveRegion ( IScene scene ) : void
SendAlertToUser ( IClientAPI client, string message ) : void
SendAlertToUser ( IClientAPI client, string message, bool modal ) : void
SendAlertToUser ( UUID agentID, string message ) : void
SendAlertToUser ( UUID agentID, string message, bool modal ) : void
SendAlertToUser ( string Name, string message, bool modal ) : void
SendDialogToUser ( UUID avatarID, string objectName, UUID objectID, UUID ownerID, string message, UUID textureID, int ch, string buttonlabels ) : void
SendGeneralAlert ( string message ) : void
SendNotificationToUsersInRegion ( UUID fromAvatarID, string fromAvatarName, string message ) : void
SendTextBoxToUser ( UUID avatarID, string message, int chatChannel, string name, UUID objectID, UUID ownerID ) : void
SendUrlToUser ( UUID avatarID, string objectName, UUID objectID, UUID ownerID, bool groupOwned, string message, string url ) : void

Protected Methods

Method Description
HandleAlertConsoleCommand ( IScene scene, string cmdparams ) : void

Handle an alert command from the console.

Method Details

AddRegion() public method

public AddRegion ( IScene scene ) : void
scene IScene
return void

Close() public method

public Close ( ) : void
return void

HandleAlertConsoleCommand() protected method

Handle an alert command from the console.
protected HandleAlertConsoleCommand ( IScene scene, string cmdparams ) : void
scene IScene
cmdparams string
return void

Initialize() public method

public Initialize ( IConfigSource config ) : void
config IConfigSource
return void

RegionLoaded() public method

public RegionLoaded ( IScene scene ) : void
scene IScene
return void

RemoveRegion() public method

public RemoveRegion ( IScene scene ) : void
scene IScene
return void

SendAlertToUser() public method

public SendAlertToUser ( IClientAPI client, string message ) : void
client IClientAPI
message string
return void

SendAlertToUser() public method

public SendAlertToUser ( IClientAPI client, string message, bool modal ) : void
client IClientAPI
message string
modal bool
return void

SendAlertToUser() public method

public SendAlertToUser ( UUID agentID, string message ) : void
agentID UUID
message string
return void

SendAlertToUser() public method

public SendAlertToUser ( UUID agentID, string message, bool modal ) : void
agentID UUID
message string
modal bool
return void

SendAlertToUser() public method

public SendAlertToUser ( string Name, string message, bool modal ) : void
Name string
message string
modal bool
return void

SendDialogToUser() public method

public SendDialogToUser ( UUID avatarID, string objectName, UUID objectID, UUID ownerID, string message, UUID textureID, int ch, string buttonlabels ) : void
avatarID UUID
objectName string
objectID UUID
ownerID UUID
message string
textureID UUID
ch int
buttonlabels string
return void

SendGeneralAlert() public method

public SendGeneralAlert ( string message ) : void
message string
return void

SendNotificationToUsersInRegion() public method

public SendNotificationToUsersInRegion ( UUID fromAvatarID, string fromAvatarName, string message ) : void
fromAvatarID UUID
fromAvatarName string
message string
return void

SendTextBoxToUser() public method

public SendTextBoxToUser ( UUID avatarID, string message, int chatChannel, string name, UUID objectID, UUID ownerID ) : void
avatarID UUID
message string
chatChannel int
name string
objectID UUID
ownerID UUID
return void

SendUrlToUser() public method

public SendUrlToUser ( UUID avatarID, string objectName, UUID objectID, UUID ownerID, bool groupOwned, string message, string url ) : void
avatarID UUID
objectName string
objectID UUID
ownerID UUID
groupOwned bool
message string
url string
return void

Property Details

m_enabled protected_oe property

protected bool m_enabled
return bool

m_muteListModule protected_oe property

protected IMuteListModule m_muteListModule
return IMuteListModule

m_scene protected_oe property

protected IScene m_scene
return IScene