Unit AdGUI

DescriptionusesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

Contains the main GUI classes.

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TAdHint TAdHint is used by the gui system to show a smal hint window when pointing on a specific GUI control.
Class TAdComponents A list for storing the gui components.
Class TAdComponent  
Class TAdMouseCursor  
Class TAdMouseLibrary  
Class TAdGUI  

Functions and Procedures

procedure RegisterComponent(AClass:TClass;ACard:string);

Types

TAdDownRgn = (...);
TGUIColor = -$7FFFFFFF-1..$7FFFFFFF;
TAdComponentClass = class of TAdComponent;

Variables

RegisteredComponents:TStringList;

Description

Functions and Procedures

procedure RegisterComponent(AClass:TClass;ACard:string);
 

Types

TAdDownRgn = (...);

Represents the region where the mouse cursor hit the component in the editor mode.

Values
  • drNone: The mouse didn't hit the component
  • drMiddle: The mouse hit the middle of the component
  • drLeftTop: The mouse hit the left top handle
  • drLeftBottom: The mouse hit the left bottom handle
  • drRightTop: The mouse hit the right top handle
  • drRightBottom: The mouse hit the right bottom handle
TGUIColor = -$7FFFFFFF-1..$7FFFFFFF;

A integer type decleration that is used for representing a color in the gui.

TAdComponentClass = class of TAdComponent;
 

Variables

RegisteredComponents:TStringList;
 

SourceForge.net Logo


Generated by PasDoc 0.11.0 on 2008-12-31 14:31:59