C# Class OpenMetaverse.GUI.LocalChat

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

Méthodes publiques

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

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

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

LocalChat() public méthode

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

LogChat() public méthode

public LogChat ( string name, ChatType type, string text, Color color ) : void
name string
type ChatType
text string
color Color
Résultat void

LogText() public méthode

public LogText ( string text, Color color ) : void
text string
color Color
Résultat void