C# Class Smuxi.Frontend.Swf.Entry

Inheritance: System.Windows.Forms.TextBox
Show file Open project: meebey/smuxi

Public Properties

Property Type Description
Activated EventHandler

Private Properties

Property Type Description
_ string
_Command bool
_CommandClear void
_CommandDetach void
_CommandEcho void
_CommandExec void
_CommandHelp void
_CommandUnknown void
_CommandWindow void
_NickCompletion void
_OnActivated void
_OnClipboardPasted void
_OnFocusOut void
_OnKeyPress void

Public Methods

Method Description
AddToHistory ( string data, int positiondiff ) : void
ApplyConfig ( Smuxi.Engine.UserConfig config ) : void
Entry ( ) : System
ExecuteCommand ( string cmd ) : void
HistoryCurrent ( ) : string
HistoryNext ( ) : void
HistoryPrevious ( ) : void
UpdateHistoryChangedLine ( ) : void

Private Methods

Method Description
_ ( string msg ) : string
_Command ( Smuxi.Engine.CommandModel cd ) : bool
_CommandClear ( Smuxi.Engine.CommandModel cd ) : void
_CommandDetach ( Smuxi.Engine.CommandModel cd ) : void
_CommandEcho ( Smuxi.Engine.CommandModel cd ) : void
_CommandExec ( Smuxi.Engine.CommandModel cd ) : void
_CommandHelp ( Smuxi.Engine.CommandModel cd ) : void
_CommandUnknown ( Smuxi.Engine.CommandModel cd ) : void
_CommandWindow ( Smuxi.Engine.CommandModel cd ) : void
_NickCompletion ( ) : void
_OnActivated ( object sender, EventArgs e ) : void
_OnClipboardPasted ( object sender, EventArgs e ) : void
_OnFocusOut ( object sender, EventArgs e ) : void
_OnKeyPress ( object sender, KeyEventArgs e ) : void

Method Details

AddToHistory() public method

public AddToHistory ( string data, int positiondiff ) : void
data string
positiondiff int
return void

ApplyConfig() public method

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

Entry() public method

public Entry ( ) : System
return System

ExecuteCommand() public method

public ExecuteCommand ( string cmd ) : void
cmd string
return void

HistoryCurrent() public method

public HistoryCurrent ( ) : string
return string

HistoryNext() public method

public HistoryNext ( ) : void
return void

HistoryPrevious() public method

public HistoryPrevious ( ) : void
return void

UpdateHistoryChangedLine() public method

public UpdateHistoryChangedLine ( ) : void
return void

Property Details

Activated public property

public EventHandler Activated
return EventHandler