C# Class SmartQuant.Controls.Data.DataManager

Inheritance: FrameworkControl
Afficher le fichier Open project: fastquant/fastquant.dll

Méthodes publiques

Méthode Description
DataManager ( ) : SmartQuant

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnInit ( ) : void

Private Methods

Méthode Description
Init ( ) : void
InitializeComponent ( ) : void
LoadLayout ( ) : void
SaveLayout ( ) : void
UpdateDataSeriesList ( DataTypeItem item ) : void
ctxDataSeries_Clear_Click ( object sender, EventArgs e ) : void
ctxDataSeries_CompressBars_Click ( object sender, EventArgs e ) : void
ctxDataSeries_Delete_Click ( object sender, EventArgs e ) : void
ctxDataSeries_Export_Click ( object sender, EventArgs e ) : void
ctxDataSeries_Opening ( object sender, CancelEventArgs e ) : void
ltvDataSeries_ColumnClick ( object sender, ColumnClickEventArgs e ) : void
ltvDataSeries_ColumnWidthChanged ( object sender, ColumnWidthChangedEventArgs e ) : void
trvDataTypes_AfterSelect ( object sender, TreeViewEventArgs e ) : void
trvDataTypes_MouseDown ( object sender, MouseEventArgs e ) : void
tsbRefresh_Click ( object sender, EventArgs e ) : void

Method Details

DataManager() public méthode

public DataManager ( ) : SmartQuant
Résultat SmartQuant

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnInit() protected méthode

protected OnInit ( ) : void
Résultat void