Class TfrmDisplayData

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TfrmDisplayData = class(TfrmCustomGoPhast)

Description

no description available, TfrmCustomGoPhast description follows

TfrmCustomGoPhast is the ancestor of all TForms in GoPhast.

TfrmCustomGoPhast handles setting the color and font. TfrmCustomGoPhast also tries to keep from appearing at a location where it can't be seen. )

Hierarchy

Overview

Fields

Implicit pglstMain: TJvPageList;
Implicit tvpglstMain: TJvPageListTreeView;
Implicit splSplit: TSplitter;
Implicit jvspStreamLinks: TJvStandardPage;
Implicit frameStreamLink: TframeStreamLink;
Implicit pnlBottom: TPanel;
Implicit btnHelp: TBitBtn;
Implicit btnApply: TBitBtn;
Implicit btnClose: TBitBtn;
Implicit jvspHeadObsResults: TJvStandardPage;
Implicit frameHeadObservationResults: TframeHeadObservationResults;
Implicit jvspModpathPathline: TJvStandardPage;
Implicit frameModpathDisplay: TframeModpathDisplay;
Implicit jvspModpathTimeSeries: TJvStandardPage;
Implicit frameModpathTimeSeriesDisplay: TframeModpathTimeSeriesDisplay;
Implicit jvspModpathEndpoints: TJvStandardPage;
Implicit frameModpathEndpointDisplay1: TframeModpathEndpointDisplay;
Implicit jvspColorGrid: TJvStandardPage;
Implicit frameColorGrid: TframeColorGrid;
Implicit jvspContourData: TJvStandardPage;
Implicit frameContourData: TframeContourData;
Private FShouldUpdate: Boolean;

Methods

Implicit procedure btnApplyClick(Sender: TObject);
Implicit procedure FormCreate(Sender: TObject); override;
Implicit procedure pglstMainChange(Sender: TObject);
Implicit procedure tvpglstMainChanging(Sender: TObject; Node: TTreeNode; var AllowChange: Boolean);
Implicit procedure tvpglstMainCustomDrawItem(Sender: TCustomTreeView; Node: TTreeNode; State: TCustomDrawState; var DefaultDraw: Boolean);
Implicit procedure frameContourDatavirttreecomboDataSetsChange(Sender: TObject);
Private procedure SetData;
Public procedure GetData;
Public procedure SetPage(Page: TPostPages);
Public procedure UpdateLabelsAndLegend;
Public procedure UpdateColorSchemes;

Properties

Public property ShouldUpdate: Boolean read FShouldUpdate write FShouldUpdate;

Description

Fields

Implicit pglstMain: TJvPageList;
 
Implicit tvpglstMain: TJvPageListTreeView;
 
Implicit splSplit: TSplitter;
 
Implicit jvspStreamLinks: TJvStandardPage;
 
Implicit frameStreamLink: TframeStreamLink;
 
Implicit pnlBottom: TPanel;
 
Implicit btnHelp: TBitBtn;
 
Implicit btnApply: TBitBtn;
 
Implicit btnClose: TBitBtn;
 
Implicit jvspHeadObsResults: TJvStandardPage;
 
Implicit frameHeadObservationResults: TframeHeadObservationResults;
 
Implicit jvspModpathPathline: TJvStandardPage;
 
Implicit frameModpathDisplay: TframeModpathDisplay;
 
Implicit jvspModpathTimeSeries: TJvStandardPage;
 
Implicit frameModpathTimeSeriesDisplay: TframeModpathTimeSeriesDisplay;
 
Implicit jvspModpathEndpoints: TJvStandardPage;
 
Implicit frameModpathEndpointDisplay1: TframeModpathEndpointDisplay;
 
Implicit jvspColorGrid: TJvStandardPage;
 
Implicit frameColorGrid: TframeColorGrid;
 
Implicit jvspContourData: TJvStandardPage;
 
Implicit frameContourData: TframeContourData;
 
Private FShouldUpdate: Boolean;
 

Methods

Implicit procedure btnApplyClick(Sender: TObject);
 
Implicit procedure FormCreate(Sender: TObject); override;
 
Implicit procedure pglstMainChange(Sender: TObject);
 
Implicit procedure tvpglstMainChanging(Sender: TObject; Node: TTreeNode; var AllowChange: Boolean);
 
Implicit procedure tvpglstMainCustomDrawItem(Sender: TCustomTreeView; Node: TTreeNode; State: TCustomDrawState; var DefaultDraw: Boolean);
 
Implicit procedure frameContourDatavirttreecomboDataSetsChange(Sender: TObject);
 
Private procedure SetData;
 
Public procedure GetData;

Private declarations

Public procedure SetPage(Page: TPostPages);
 
Public procedure UpdateLabelsAndLegend;
 
Public procedure UpdateColorSchemes;
 

Properties

Public property ShouldUpdate: Boolean read FShouldUpdate write FShouldUpdate;
 

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