C# Class Forex_Strategy_Builder.Journal_Positions

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Protected Properties

Свойство Type Description
btnRemoveJournal System.Windows.Forms.Button
btnToggleJournal System.Windows.Forms.Button

Méthodes publiques

Méthode Description
Journal_Positions ( ) : System

Constructor

SetUpJournal ( ) : void

Sets the journal's current data

Méthodes protégées

Méthode 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 méthode

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

InitializeJournal() protected méthode

Inits the Journal
protected InitializeJournal ( ) : void
Résultat void

Journal_Positions() public méthode

Constructor
public Journal_Positions ( ) : System
Résultat System

OnMouseUp() protected méthode

Selects a row on Mouse Up
protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

Paints the journal
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnResize() protected méthode

Set params on resize
protected OnResize ( EventArgs eventargs ) : void
eventargs System.EventArgs
Résultat void

OnSelectedBarChange() protected méthode

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

SetJournalColors() protected méthode

Sets the journal colors
protected SetJournalColors ( ) : void
Résultat void

SetUpJournal() public méthode

Sets the journal's current data
public SetUpJournal ( ) : void
Résultat void

UpdateJournalData() protected méthode

Updates the journal data from the backtester
protected UpdateJournalData ( ) : void
Résultat void

VScrollBar_ValueChanged() protected méthode

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

Property Details

btnRemoveJournal protected_oe property

protected Button,System.Windows.Forms btnRemoveJournal
Résultat System.Windows.Forms.Button

btnToggleJournal protected_oe property

protected Button,System.Windows.Forms btnToggleJournal
Résultat System.Windows.Forms.Button