Class TframeContourData

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TframeContourData = class(TframeCustomColor)

Description

no description available, TframeCustomColor description follows

Hierarchy

Overview

Fields

Implicit btnEditContours: TButton;
Implicit cbSpecifyContours: TJvCheckBox;
Implicit fdContourFont: TFontDialog;
Implicit cbLabelContours: TCheckBox;
Implicit btnContourFont: TButton;
Implicit comboAlgorithm: TComboBox;
Implicit lblAlgorithm: TLabel;
Private FContours: TContours;
Private FGettingData: Boolean;
Private FContourFont: TFont;

Methods

Implicit procedure cbSpecifyContoursClick(Sender: TObject);
Implicit procedure btnEditContoursClick(Sender: TObject);
Implicit procedure virttreecomboDataSetsChange(Sender: TObject);
Implicit procedure virttreecomboDataSetsTreeChange(Sender: TBaseVirtualTree; Node: PVirtualNode);
Implicit procedure virttreecomboDataSetsTreeGetNodeDataSize(Sender: TBaseVirtualTree; var NodeDataSize: Integer);
Implicit procedure cbLogTransformClick(Sender: TObject);
Implicit procedure btnContourFontClick(Sender: TObject);
Implicit procedure cbLabelContoursClick(Sender: TObject);
Private procedure UpdateTopFrontAndSideItems;
Private procedure HandleSelectedObject(AnObject: TObject);
Private procedure SetMinMaxLabels;
Private procedure HandleLimitChoice(DataSet: TDataArray);
Private function GetContourDataSet: TDataArray;
Protected function GetSelectedArray: TDataArray; override;
Protected procedure Loaded; override;
Public procedure GetData;
Public procedure SetData; override;
Public procedure ContourData(AnObject: TObject);
Public procedure UpdateLabelsAndLegend;
Public procedure UpdateContours;
Public destructor Destroy; override;

Description

Fields

Implicit btnEditContours: TButton;
 
Implicit cbSpecifyContours: TJvCheckBox;
 
Implicit fdContourFont: TFontDialog;
 
Implicit cbLabelContours: TCheckBox;
 
Implicit btnContourFont: TButton;
 
Implicit comboAlgorithm: TComboBox;
 
Implicit lblAlgorithm: TLabel;
 
Private FContours: TContours;
 
Private FGettingData: Boolean;
 
Private FContourFont: TFont;
 

Methods

Implicit procedure cbSpecifyContoursClick(Sender: TObject);
 
Implicit procedure btnEditContoursClick(Sender: TObject);
 
Implicit procedure virttreecomboDataSetsChange(Sender: TObject);
 
Implicit procedure virttreecomboDataSetsTreeChange(Sender: TBaseVirtualTree; Node: PVirtualNode);
 
Implicit procedure virttreecomboDataSetsTreeGetNodeDataSize(Sender: TBaseVirtualTree; var NodeDataSize: Integer);
 
Implicit procedure cbLogTransformClick(Sender: TObject);
 
Implicit procedure btnContourFontClick(Sender: TObject);
 
Implicit procedure cbLabelContoursClick(Sender: TObject);
 
Private procedure UpdateTopFrontAndSideItems;
 
Private procedure HandleSelectedObject(AnObject: TObject);
 
Private procedure SetMinMaxLabels;
 
Private procedure HandleLimitChoice(DataSet: TDataArray);
 
Private function GetContourDataSet: TDataArray;
 
Protected function GetSelectedArray: TDataArray; override;

Private declarations

Protected procedure Loaded; override;
 
Public procedure GetData;
 
Public procedure SetData; override;
 
Public procedure ContourData(AnObject: TObject);
 
Public procedure UpdateLabelsAndLegend;
 
Public procedure UpdateContours;
 
Public destructor Destroy; override;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:31