CAST II Game Engine

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

Unit GUIFitter

Description

GUI fitter unit

(C) 2006 George "Mirage" Bakhtadze. www.casteng.com
The source code may be used under either MPL 1.1 or LGPL 2.1 license. See included license.txt file
Unit contains base GUI fitter class and 2D fitter class

Classes, Interfaces and Objects

NameDescription
Class T2DFitter 
Class TFitter 
Class TGUIFitterOp 

Types

Overview

TFitterOpParams = record X, Y, Width, Height: Single; end;

Description

TFitterOpParams = record X, Y, Width, Height: Single; end;

 

Constants

Overview

haBottom = 4;
haBottomLeft = 7;
haBottomRight = 8;
haCenter = 0;
haLeft = 2;
haRight = 3;
haTop = 1;
haTopLeft = 5;
haTopRight = 6;
haXMove = 1;
haXRotate = 4;
haYMove = 2;
haYRotate = 5;
haZMove = 3;
haZRotate = 6;

Description

haBottom = 4;

 

haBottomLeft = 7;

 

haBottomRight = 8;

 

haCenter = 0;

Hot areas

haLeft = 2;

 

haRight = 3;

 

haTop = 1;

 

haTopLeft = 5;

 

haTopRight = 6;

 

haXMove = 1;

Aliases

haXRotate = 4;

 

haYMove = 2;

 

haYRotate = 5;

 

haZMove = 3;

 

haZRotate = 6;

 

Last modified: 4 Jul, 2008
Copyright (C) 2006-2008, casteng.com