C# Class Forex_Strategy_Builder.Dialogs.Generator.IndicatorsLayout

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

Public Methods

Method Description
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

Protected Methods

Method Description
OnResize ( EventArgs eventargs ) : void

Rearranges layout.

Private Methods

Method Description
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

Method Details

BlockIndikatorChange() public method

public BlockIndikatorChange ( ) : void
return void

IndicatorsLayout() public method

Constructor
public IndicatorsLayout ( ) : System
return System

IsIndicatorBanned() public method

Checks if the indicator is in the ban list.
public IsIndicatorBanned ( SlotTypes slotType, string indicatorName ) : bool
slotType SlotTypes
indicatorName string
return bool

OnResize() protected method

Rearranges layout.
protected OnResize ( EventArgs eventargs ) : void
eventargs System.EventArgs
return void

SetConfigFile() public method

Writes banned indicator in the config file.
public SetConfigFile ( ) : void
return void

UnblockIndikatorChange() public method

public UnblockIndikatorChange ( ) : void
return void