Class TframeColorGrid

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TframeColorGrid = class(TframeCustomColor)

Description

no description available, TframeCustomColor description follows

Hierarchy

Overview

Fields

Implicit lblTime: TLabel;
Implicit udTime: TJvUpDown;
Implicit comboTime3D: TJvComboBox;
Private FEdgeEdits: TList;
Private FBoundaryClassifications: TList;
Private FGettingData: Boolean;

Methods

Implicit procedure comboTime3DChange(Sender: TObject);
Implicit procedure udTimeChangingEx(Sender: TObject; var AllowChange: Boolean; NewValue: SmallInt; Direction: TUpDownDirection);
Implicit procedure virttreecomboDataSetsTreeGetNodeDataSize(Sender: TBaseVirtualTree; var NodeDataSize: Integer);
Implicit procedure virttreecomboDataSetsTreeChange(Sender: TBaseVirtualTree; Node: PVirtualNode);
Implicit procedure virttreecomboDataSetsChange(Sender: TObject);
Private procedure GetBoundaryConditions;
Private procedure UpdateTopFrontAndSideItems;
Private procedure SetTimeComboColor;
Private procedure StoreBoundaryDataSetsInLists;
Private procedure StoreTimelistsInLists;
Private procedure HandleSelectedObject(AnObject: TObject);
Private procedure SetMinMaxLabels;
Private procedure HandleLimitChoice(DataSet: TDataArray);
Protected function GetSelectedArray: TDataArray; override;
Protected procedure Loaded; override;
Public procedure GetData;
Public procedure SetData; override;
Public procedure UpdateLabelsAndLegend;
Public procedure ColorGrid(AnObject: TObject);
Public destructor Destroy; override;

Description

Fields

Implicit lblTime: TLabel;
 
Implicit udTime: TJvUpDown;
 
Implicit comboTime3D: TJvComboBox;
 
Private FEdgeEdits: TList;
 
Private FBoundaryClassifications: TList;
 
Private FGettingData: Boolean;
 

Methods

Implicit procedure comboTime3DChange(Sender: TObject);
 
Implicit procedure udTimeChangingEx(Sender: TObject; var AllowChange: Boolean; NewValue: SmallInt; Direction: TUpDownDirection);
 
Implicit procedure virttreecomboDataSetsTreeGetNodeDataSize(Sender: TBaseVirtualTree; var NodeDataSize: Integer);
 
Implicit procedure virttreecomboDataSetsTreeChange(Sender: TBaseVirtualTree; Node: PVirtualNode);
 
Implicit procedure virttreecomboDataSetsChange(Sender: TObject);
 
Private procedure GetBoundaryConditions;
 
Private procedure UpdateTopFrontAndSideItems;
 
Private procedure SetTimeComboColor;
 
Private procedure StoreBoundaryDataSetsInLists;
 
Private procedure StoreTimelistsInLists;
 
Private procedure HandleSelectedObject(AnObject: TObject);
 
Private procedure SetMinMaxLabels;
 
Private procedure HandleLimitChoice(DataSet: TDataArray);
 
Protected function GetSelectedArray: TDataArray; override;
 
Protected procedure Loaded; override;
 
Public procedure GetData;

Private declarations

Public procedure SetData; override;

SetData sets the TDataArray used to color the TCustomModelGrid.

Public procedure UpdateLabelsAndLegend;
 
Public procedure ColorGrid(AnObject: TObject);
 
Public destructor Destroy; override;
 

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