C# Class OpenMetaverse.GUI.LocalChat

Panel GUI component for interfacing with local chat
Inheritance: System.Windows.Forms.Panel
Show file Open project: 3di/3di-viewer-rei-libs

Public Methods

Method Description
LocalChat ( ) : System

Panel control for an unspecified client's local chat interaction

LocalChat ( GridClient client ) : System

Panel control for the specified client's local chat interaction

LogChat ( string name, ChatType type, string text, Color color ) : void
LogText ( string text, Color color ) : void

Private Methods

Method Description
InitializeClient ( GridClient client ) : void
Self_OnChat ( string message, ChatAudibleLevel audible, ChatType type, ChatSourceType sourceType, string fromName, UUID id, UUID ownerid, System.Vector3 position ) : void
_txtInput_KeyDown ( object sender, KeyEventArgs e ) : void

Method Details

LocalChat() public method

Panel control for an unspecified client's local chat interaction
public LocalChat ( ) : System
return System

LocalChat() public method

Panel control for the specified client's local chat interaction
public LocalChat ( GridClient client ) : System
client GridClient
return System

LogChat() public method

public LogChat ( string name, ChatType type, string text, Color color ) : void
name string
type ChatType
text string
color Color
return void

LogText() public method

public LogText ( string text, Color color ) : void
text string
color Color
return void