C# 클래스 Forex_Strategy_Builder.Journal_Bars

상속: System.Windows.Forms.Panel
파일 보기 프로젝트 열기: nuggett11/Forex-Strategy-Builder 1 사용 예제들

공개 메소드들

메소드 설명
Journal_Bars ( ) : System

Constructor

SetUpJournal ( ) : void

Sets the journal's current data

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Journal_Bars() 공개 메소드

Constructor
public Journal_Bars ( ) : System
리턴 System

OnMouseUp() 보호된 메소드

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

OnPaint() 보호된 메소드

Paints the journal
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnResize() 보호된 메소드

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

OnSelectedBarChange() 보호된 메소드

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

SetUpJournal() 공개 메소드

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