C# Class GitIStage.View

Show file Open project: terrajobst/git-istage Class Usage Examples

Public Methods

Method Description
BringIntoView ( int lineIndex ) : void
View ( ViewLineRenderer renderer, int top, int left, int bottom, int right ) : System

Private Methods

Method Description
Initialize ( ) : void
Render ( ) : void
RenderLine ( int lineIndex ) : void
RenderNonExistingLine ( int visualLine ) : void
UpdateLeftChar ( int value ) : void
UpdateSelectedLine ( int value ) : void
UpdateTopLine ( int value ) : void

Method Details

BringIntoView() public method

public BringIntoView ( int lineIndex ) : void
lineIndex int
return void

View() public method

public View ( ViewLineRenderer renderer, int top, int left, int bottom, int right ) : System
renderer ViewLineRenderer
top int
left int
bottom int
right int
return System