CAST II Game Engine |
||||||||
![]() |
MAIN | FEATURES | SCREENSHOTS | FORUMS | MANUAL | DOWNLOADS | CONTACTS | |
(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
| Name | Description |
|---|---|
Class TGUIHelper |
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; |
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 |