C# Class NetIde.Core.ToolWindows.DiffViewer.DiffEditorControl

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: netide/netide

Méthodes publiques

Méthode Description
DiffEditorControl ( ) : System
SetMarkers ( List markers, int visibleLines ) : void
UpdateVisibleRange ( int offset, int visible, int lineHeight ) : void

Méthodes protégées

Méthode Description
OnButtonClick ( DiffEditorButtonEventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
AddButton ( MarkerButton buttons, DiffEditorButtonType type, IDiffMarker editMarker ) : void
FindButton ( Point location ) : MarkerButton>.Tuple

Method Details

DiffEditorControl() public méthode

public DiffEditorControl ( ) : System
Résultat System

OnButtonClick() protected méthode

protected OnButtonClick ( DiffEditorButtonEventArgs e ) : void
e DiffEditorButtonEventArgs
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

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

SetMarkers() public méthode

public SetMarkers ( List markers, int visibleLines ) : void
markers List
visibleLines int
Résultat void

UpdateVisibleRange() public méthode

public UpdateVisibleRange ( int offset, int visible, int lineHeight ) : void
offset int
visible int
lineHeight int
Résultat void