Unit frmGoPhastUnit

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

The main purpose of frmGoPhastUnit is to define TfrmGoPhast and declare frmGoPhast. The latter is the main form of GoPhast. The former is the type of frmGoPhast.

Uses

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TMenuItemHint Modified from http://delphi.about.com/od/vclusing/a/menuitemhints.htm
record TFramePosition  
Class TPositionStorage  
Class TPositionList  
Class TfrmGoPhast TfrmGoPhast is the type of frmGoPhast which is the main form of GoPhast.

Types

TFileFormat = (...);
TVersionCompare = (...);
TOnNewPositionEvent = procedure (Sender: TObject; NewPosition: TPositionStorage) of object;

Constants

StrSelectedLayerD = 'Selected Layer: %d';
StrSelectedRowD = 'Selected Row: %d';
StrSelectedColD = 'Selected Col: %d';
VideoUrl = 'https://water.usgs.gov/nrp/gwsoftware/ModelMuse/ModelMuseVideos.html';
StrCustomization = 'Customization';
StrShowTips = 'ShowTips';

Variables

frmGoPhast: TfrmGoPhast;

Description

Types

TFileFormat = (...);

TFileFormat is used to specify the format of the files that can be opened or saved by GoPhast.

ffAscii = an ASCII text file.

ffBinary = a binary file.

ffXML = an XML file.

Values
  • ffAscii:  
  • ffBinary:  
  • ffXML:  
  • ffZLib:  
TVersionCompare = (...);
 
Values
  • vcUnknown:  
  • vcSame:  
  • vcExternalOlder:  
  • vcExternalNewer:  
TOnNewPositionEvent = procedure (Sender: TObject; NewPosition: TPositionStorage) of object;
 

Constants

StrSelectedLayerD = 'Selected Layer: %d';
 
StrSelectedRowD = 'Selected Row: %d';
 
StrSelectedColD = 'Selected Col: %d';
 
VideoUrl = 'https://water.usgs.gov/nrp/gwsoftware/ModelMuse/ModelMuseVideos.html';
 
StrCustomization = 'Customization';
 
StrShowTips = 'ShowTips';
 

Variables

frmGoPhast: TfrmGoPhast;

frmGoPhast is the main form of ModelMuse.

Author


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