C# Class Smuxi.Frontend.Swf.ChatView

Inheritance: System.Windows.Forms.TabPage, IChatView
显示文件 Open project: meebey/smuxi Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
ChatView ( Smuxi.Engine.ChatModel chat ) : System

Private Methods

Method Description
InitializeComponent ( ) : void
OutputSelectionChanged ( object sender, EventArgs e ) : void

Method Details

AddMessage() public method

public AddMessage ( MessageModel msg ) : void
msg Smuxi.Engine.MessageModel
return void

ApplyConfig() public method

public ApplyConfig ( Smuxi.Engine.UserConfig config ) : void
config Smuxi.Engine.UserConfig
return void

ChatView() protected method

protected ChatView ( Smuxi.Engine.ChatModel chat ) : System
chat Smuxi.Engine.ChatModel
return System

Disable() public method

public Disable ( ) : void
return void

Enable() public method

public Enable ( ) : void
return void

Populate() public method

public Populate ( ) : void
return void

ScrollDown() public method

public ScrollDown ( ) : void
return void

ScrollToEnd() public method

public ScrollToEnd ( ) : void
return void

ScrollToStart() public method

public ScrollToStart ( ) : void
return void

ScrollUp() public method

public ScrollUp ( ) : void
return void

Sync() public method

public Sync ( ) : void
return void