CAST II Game Engine |
||||||||
![]() |
MAIN | FEATURES | SCREENSHOTS | FORUMS | MANUAL | DOWNLOADS | CONTACTS | |
(C) 2006 George "Mirage" Bakhtadze. www.casteng.com
Unit contains helper classes for GUI applications
Supported controls (including all descendants): TTextGUIItem , TSwitchButton, TCheckBox, TTrackBar
| Name | Description |
|---|---|
Class TACSHelper |
TGUIState = record Visibility: array of Boolean; end; |
TGUIState = record Visibility: array of Boolean; end; |
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; |
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 |