C# Class Universe.Services.DisplayNamesCAPS

Inheritance: ICapsServiceConnector
Show file Open project: Virtual-Universe/Virtual-Universe

Public Methods

Method Description
DeregisterCaps ( ) : void
DisplayNameReply ( string newDisplayName, string oldDisplayName, UUID iD, bool isDefault, string first, string last, string account ) : OSD

Send back a user's display name

DisplayNameUpdate ( string newDisplayName, string oldDisplayName, UUID iD, bool isDefault, string first, string last, string account ) : OSD

Tell the user about an update

DisplayNameUpdate ( string newDisplayName, string oldDisplayName, UserAccount infoFromAv, UUID toAgentID ) : void

Send the user a display name update

EnteringRegion ( ) : void
RegisterCaps ( IRegionClientCapsService service ) : void
SetDisplayNameReply ( string newDisplayName, string oldDisplayName, UserAccount mAvatar ) : void

Reply to the set display name reply

Private Methods

Method Description
PackUserInfo ( IUserProfileInfo info, UserAccount account, OSDArray &agents ) : void
ProcessGetDisplayName ( string path, Stream request, OSHttpRequest httpRequest, OSHttpResponse httpResponse ) : byte[]

Get the user's display name, currently not used?

ProcessSetDisplayName ( string path, Stream request, OSHttpRequest httpRequest, OSHttpResponse httpResponse ) : byte[]

Set the display name for the given user

isDefaultDisplayName ( string first, string last, string name, string displayName ) : bool

Method Details

DeregisterCaps() public method

public DeregisterCaps ( ) : void
return void

DisplayNameReply() public method

Send back a user's display name
public DisplayNameReply ( string newDisplayName, string oldDisplayName, UUID iD, bool isDefault, string first, string last, string account ) : OSD
newDisplayName string
oldDisplayName string
iD UUID
isDefault bool
first string
last string
account string
return OSD

DisplayNameUpdate() public method

Tell the user about an update
public DisplayNameUpdate ( string newDisplayName, string oldDisplayName, UUID iD, bool isDefault, string first, string last, string account ) : OSD
newDisplayName string
oldDisplayName string
iD UUID
isDefault bool
first string
last string
account string
return OSD

DisplayNameUpdate() public method

Send the user a display name update
public DisplayNameUpdate ( string newDisplayName, string oldDisplayName, UserAccount infoFromAv, UUID toAgentID ) : void
newDisplayName string
oldDisplayName string
infoFromAv Universe.Framework.Services.UserAccount
toAgentID UUID
return void

EnteringRegion() public method

public EnteringRegion ( ) : void
return void

RegisterCaps() public method

public RegisterCaps ( IRegionClientCapsService service ) : void
service IRegionClientCapsService
return void

SetDisplayNameReply() public method

Reply to the set display name reply
public SetDisplayNameReply ( string newDisplayName, string oldDisplayName, UserAccount mAvatar ) : void
newDisplayName string
oldDisplayName string
mAvatar Universe.Framework.Services.UserAccount
return void