C# Class Smuxi.Frontend.Swf.ChatView

Inheritance: System.Windows.Forms.TabPage, IChatView
Afficher le fichier Open project: meebey/smuxi Class Usage Examples

Méthodes publiques

Méthode Description
AddMessage ( MessageModel msg ) : void
ApplyConfig ( Smuxi.Engine.UserConfig config ) : void
Disable ( ) : void
Enable ( ) : void
Populate ( ) : void
ScrollDown ( ) : void
ScrollToEnd ( ) : void
ScrollToStart ( ) : void
ScrollUp ( ) : void
Sync ( ) : void

Méthodes protégées

Méthode Description
ChatView ( Smuxi.Engine.ChatModel chat ) : System

Private Methods

Méthode Description
InitializeComponent ( ) : void
OutputSelectionChanged ( object sender, EventArgs e ) : void

Method Details

AddMessage() public méthode

public AddMessage ( MessageModel msg ) : void
msg Smuxi.Engine.MessageModel
Résultat void

ApplyConfig() public méthode

public ApplyConfig ( Smuxi.Engine.UserConfig config ) : void
config Smuxi.Engine.UserConfig
Résultat void

ChatView() protected méthode

protected ChatView ( Smuxi.Engine.ChatModel chat ) : System
chat Smuxi.Engine.ChatModel
Résultat System

Disable() public méthode

public Disable ( ) : void
Résultat void

Enable() public méthode

public Enable ( ) : void
Résultat void

Populate() public méthode

public Populate ( ) : void
Résultat void

ScrollDown() public méthode

public ScrollDown ( ) : void
Résultat void

ScrollToEnd() public méthode

public ScrollToEnd ( ) : void
Résultat void

ScrollToStart() public méthode

public ScrollToStart ( ) : void
Résultat void

ScrollUp() public méthode

public ScrollUp ( ) : void
Résultat void

Sync() public méthode

public Sync ( ) : void
Résultat void