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 ACSHelper

Description

GUI helper unit

(C) 2006 George "Mirage" Bakhtadze. www.casteng.com
Unit contains helper classes for GUI applications
Supported controls (including all descendants): TTextGUIItem , TSwitchButton, TCheckBox, TTrackBar

Classes, Interfaces and Objects

NameDescription
Class TACSHelper 

Types

Overview

TGUIState = record Visibility: array of Boolean; end;

Description

TGUIState = record Visibility: array of Boolean; end;

 

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', 'SoundVolume', 'MusicVolume');
NotifyingApplyControls : array[0..TotalNotifyingApplyControls-1] of string = ('UserName');
TotalActions = 9;
TotalImmediateApplyControls = 5;
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', 'SoundVolume', 'MusicVolume');

ToDo: Move out of here

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

 

TotalActions = 9;

On click predefined actions

TotalImmediateApplyControls = 5;

 

TotalNotifyingApplyControls = 1;

 

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