C# Class FC3Editor.UI.NomadCodeBox

Inheritance: NomadTextBox
Afficher le fichier Open project: Azerothian/fc3editor Class Usage Examples

Méthodes publiques

Méthode Description
ClearIcons ( ) : void
GetIcon ( int line ) : NomadCodeBox.IIcon
HideCodeHelper ( ) : void
InitFunctions ( ) : void
SetIcon ( int line, NomadCodeBox icon ) : void
ShowCodeHelper ( ) : void

Méthodes protégées

Méthode Description
DrawTextFormat ( Graphics g, IntPtr hFont, NomadTextBox position, int x, int y, string s ) : void
GetToken ( string s, int index ) : string
OnCaretPositionChanged ( ) : void
OnContentChanged ( NomadTextBox oldRef, NomadTextBox newRef ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnKeyPress ( KeyPressEventArgs e ) : void
OnPaintMargin ( PaintEventArgs e ) : void

Private Methods

Méthode Description
NomadCodeBox ( ) : System

Method Details

ClearIcons() public méthode

public ClearIcons ( ) : void
Résultat void

DrawTextFormat() protected méthode

protected DrawTextFormat ( Graphics g, IntPtr hFont, NomadTextBox position, int x, int y, string s ) : void
g System.Drawing.Graphics
hFont System.IntPtr
position NomadTextBox
x int
y int
s string
Résultat void

GetIcon() public méthode

public GetIcon ( int line ) : NomadCodeBox.IIcon
line int
Résultat NomadCodeBox.IIcon

GetToken() protected méthode

protected GetToken ( string s, int index ) : string
s string
index int
Résultat string

HideCodeHelper() public méthode

public HideCodeHelper ( ) : void
Résultat void

InitFunctions() public static méthode

public static InitFunctions ( ) : void
Résultat void

OnCaretPositionChanged() protected méthode

protected OnCaretPositionChanged ( ) : void
Résultat void

OnContentChanged() protected méthode

protected OnContentChanged ( NomadTextBox oldRef, NomadTextBox newRef ) : void
oldRef NomadTextBox
newRef NomadTextBox
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

OnKeyPress() protected méthode

protected OnKeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs
Résultat void

OnPaintMargin() protected méthode

protected OnPaintMargin ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

SetIcon() public méthode

public SetIcon ( int line, NomadCodeBox icon ) : void
line int
icon NomadCodeBox
Résultat void

ShowCodeHelper() public méthode

public ShowCodeHelper ( ) : void
Résultat void