C# Class Smuxi.Frontend.Swf.Entry

Inheritance: System.Windows.Forms.TextBox
Afficher le fichier Open project: meebey/smuxi

Méthodes publiques

Свойство Type Description
Activated EventHandler

Private Properties

Свойство 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

Méthodes publiques

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

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

public AddToHistory ( string data, int positiondiff ) : void
data string
positiondiff int
Résultat void

ApplyConfig() public méthode

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

Entry() public méthode

public Entry ( ) : System
Résultat System

ExecuteCommand() public méthode

public ExecuteCommand ( string cmd ) : void
cmd string
Résultat void

HistoryCurrent() public méthode

public HistoryCurrent ( ) : string
Résultat string

HistoryNext() public méthode

public HistoryNext ( ) : void
Résultat void

HistoryPrevious() public méthode

public HistoryPrevious ( ) : void
Résultat void

UpdateHistoryChangedLine() public méthode

public UpdateHistoryChangedLine ( ) : void
Résultat void

Property Details

Activated public_oe property

public EventHandler Activated
Résultat EventHandler