CAST II Game Engine

   MAIN       FEATURES       SCREENSHOTS       FORUMS       MANUAL       DOWNLOADS       CONTACTS   
Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Enumerations
Variables
Constants
Functions and Procedures
Identifiers

Unit GUIHelper

Description

GUI helper unit

(C) 2006 George "Mirage" Bakhtadze
The source code may be used under either MPL 1.1 or LGPL 2.1 license. See included license.txt file
Unit contains abstract (independent of GUI library used) helper classes for GUI applications

Classes, Interfaces and Objects

NameDescription
Class TGUIHelper 

Constants

Overview

aApply = 5;
aBack = 8;
aCancel = 6;
aClose = 3;
ActionStr : array[0..TotalActions-1] of string = ('Show', 'Invoke', 'Toggle', 'Close', 'OK', 'Apply', 'Cancel', 'Reset', 'Back');
aOK = 4;
aReset = 7;
aShow = 0;
aShowSolely = 1;
aToggle = 2;
FormNamesCapacityStep = 1;
ImmediateApplyControls : array[0..TotalImmediateApplyControls-1] of string = ('Gamma', 'Contrast', 'Brightness');
NotifyingApplyControls : array[0..TotalNotifyingApplyControls-1] of string = ('UserName');
TotalActions = 9;
TotalImmediateApplyControls = 3;
TotalNotifyingApplyControls = 1;

Description

aApply = 5;

 

aBack = 8;

 

aCancel = 6;

 

aClose = 3;

 

ActionStr : array[0..TotalActions-1] of string = ('Show', 'Invoke', 'Toggle', 'Close', 'OK', 'Apply', 'Cancel', 'Reset', 'Back');

 

aOK = 4;

 

aReset = 7;

 

aShow = 0;

 

aShowSolely = 1;

 

aToggle = 2;

 

FormNamesCapacityStep = 1;

 

ImmediateApplyControls : array[0..TotalImmediateApplyControls-1] of string = ('Gamma', 'Contrast', 'Brightness');

 

NotifyingApplyControls : array[0..TotalNotifyingApplyControls-1] of string = ('UserName');

 

TotalActions = 9;

On click predefined actions

TotalImmediateApplyControls = 3;

 

TotalNotifyingApplyControls = 1;

 

Last modified: Jan 6, 2010
Copyright (C) 2006-2010, casteng.com