C# Класс Forex_Strategy_Builder.Dialogs.Generator.IndicatorsLayout

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

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

Метод Описание
BlockIndikatorChange ( ) : void
IndicatorsLayout ( ) : System

Constructor

IsIndicatorBanned ( SlotTypes slotType, string indicatorName ) : bool

Checks if the indicator is in the ban list.

SetConfigFile ( ) : void

Writes banned indicator in the config file.

UnblockIndikatorChange ( ) : void

Защищенные методы

Метод Описание
OnResize ( EventArgs eventargs ) : void

Rearranges layout.

Приватные методы

Метод Описание
ArrangeIndicatorsSlots ( ) : void

Arranges the indicators in the layout.

Buttons_Click ( object sender, EventArgs e ) : void

ToolStrip Buttons click

CbxIndicatorSlot_SelectedIndexChanged ( object sender, EventArgs e ) : void

Change of the slot type.

ChbxIndicator_CheckedChanged ( object sender, EventArgs e ) : void

Change of the indicator ban state.

InitBannedIndicators ( ) : void

Reads config file record and arranges lists.

SetStatusButton ( ) : void

Sets the text of button Status.

SetVerticalScrollBar ( ) : void

Shows, hides, sets the scrollbar.

ShowStatus ( ) : void

Shows all banned indicators.

VScrollBar_Scroll ( object sender, ScrollEventArgs e ) : void

Описание методов

BlockIndikatorChange() публичный Метод

public BlockIndikatorChange ( ) : void
Результат void

IndicatorsLayout() публичный Метод

Constructor
public IndicatorsLayout ( ) : System
Результат System

IsIndicatorBanned() публичный Метод

Checks if the indicator is in the ban list.
public IsIndicatorBanned ( SlotTypes slotType, string indicatorName ) : bool
slotType SlotTypes
indicatorName string
Результат bool

OnResize() защищенный Метод

Rearranges layout.
protected OnResize ( EventArgs eventargs ) : void
eventargs System.EventArgs
Результат void

SetConfigFile() публичный Метод

Writes banned indicator in the config file.
public SetConfigFile ( ) : void
Результат void

UnblockIndikatorChange() публичный Метод

public UnblockIndikatorChange ( ) : void
Результат void