C# Class Forex_Strategy_Builder.Journal_Bars

Inheritance: System.Windows.Forms.Panel
Mostra file Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Public Methods

Method Description
Journal_Bars ( ) : System

Constructor

SetUpJournal ( ) : void

Sets the journal's current data

Protected Methods

Method Description
OnMouseUp ( MouseEventArgs e ) : void

Selects a row on Mouse Up

OnPaint ( PaintEventArgs e ) : void

Paints the journal

OnResize ( EventArgs eventargs ) : void

Set params on resize

OnSelectedBarChange ( EventArgs e ) : void

Raises the event by invoking the delegates

Private Methods

Method Description
HScrollBar_ValueChanged ( object sender, EventArgs e ) : void

Invalidates the sender after scrolling

InitializeJournal ( ) : void

Inits the Journal

SetJournalColors ( ) : void

Sets the journal colors

UpdateJournalData ( ) : void

Updates the journal data from the backtester

VScrollBar_ValueChanged ( object sender, EventArgs e ) : void

Invalidates the sender after scrolling

Method Details

Journal_Bars() public method

Constructor
public Journal_Bars ( ) : System
return System

OnMouseUp() protected method

Selects a row on Mouse Up
protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

Paints the journal
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnResize() protected method

Set params on resize
protected OnResize ( EventArgs eventargs ) : void
eventargs System.EventArgs
return void

OnSelectedBarChange() protected method

Raises the event by invoking the delegates
protected OnSelectedBarChange ( EventArgs e ) : void
e System.EventArgs
return void

SetUpJournal() public method

Sets the journal's current data
public SetUpJournal ( ) : void
return void