C# Класс Forex_Strategy_Builder.Journal_Bars

Наследование: System.Windows.Forms.Panel
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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