C# Class Forex_Strategy_Builder.Journal_Positions

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

Protected Properties

Property Type Description
btnRemoveJournal System.Windows.Forms.Button
btnToggleJournal System.Windows.Forms.Button

Public Methods

Method Description
Journal_Positions ( ) : System

Constructor

SetUpJournal ( ) : void

Sets the journal's current data

Protected Methods

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

Invalidates the sender after scrolling

InitializeJournal ( ) : void

Inits the Journal

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

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

HScrollBar_ValueChanged() protected method

Invalidates the sender after scrolling
protected HScrollBar_ValueChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

InitializeJournal() protected method

Inits the Journal
protected InitializeJournal ( ) : void
return void

Journal_Positions() public method

Constructor
public Journal_Positions ( ) : 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

SetJournalColors() protected method

Sets the journal colors
protected SetJournalColors ( ) : void
return void

SetUpJournal() public method

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

UpdateJournalData() protected method

Updates the journal data from the backtester
protected UpdateJournalData ( ) : void
return void

VScrollBar_ValueChanged() protected method

Invalidates the sender after scrolling
protected VScrollBar_ValueChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

btnRemoveJournal protected_oe property

protected Button,System.Windows.Forms btnRemoveJournal
return System.Windows.Forms.Button

btnToggleJournal protected_oe property

protected Button,System.Windows.Forms btnToggleJournal
return System.Windows.Forms.Button