Class TAdMouseLibrary

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TAdMouseLibrary = class(TAdList)

Description

no description available, TAdList description follows

A Andorra list class. Will soon be replaced by some own list type.

Hierarchy

Overview

Methods

Public constructor Create(AParent:TAdDraw);
Public destructor Destroy; override;
Public procedure Move(TimeGap:double);
Public procedure Draw;
Public procedure LoadFromFile(AFile:string);
Public procedure SaveToFile(AFile:string);
Public procedure LoadFromXML(aroot:TAdSimpleXMLElem); virtual;
Public function SaveToXML(aroot:TAdSimpleXMLElems):TAdSimpleXMLElem; virtual;

Properties

Public property Items[Index:integer]: TAdMouseCursor read GetItem write SetItem;
Public property Images: TAdImageList read FImages write FImages;
Public property X: integer read FX write FX;
Public property Y: integer read FY write FY;
Public property Parent: TAdDraw read FParent write FParent;
Public property CurrentCursor: string read FCurrentCursorString write SetCurrentCursor;
Public property Visible: boolean read FVisible write FVisible;

Description

Methods

Public constructor Create(AParent:TAdDraw);
 
Public destructor Destroy; override;
 
Public procedure Move(TimeGap:double);
 
Public procedure Draw;
 
Public procedure LoadFromFile(AFile:string);
 
Public procedure SaveToFile(AFile:string);
 
Public procedure LoadFromXML(aroot:TAdSimpleXMLElem); virtual;
 
Public function SaveToXML(aroot:TAdSimpleXMLElems):TAdSimpleXMLElem; virtual;
 

Properties

Public property Items[Index:integer]: TAdMouseCursor read GetItem write SetItem;
 
Public property Images: TAdImageList read FImages write FImages;
 
Public property X: integer read FX write FX;
 
Public property Y: integer read FY write FY;
 
Public property Parent: TAdDraw read FParent write FParent;
 
Public property CurrentCursor: string read FCurrentCursorString write SetCurrentCursor;
 
Public property Visible: boolean read FVisible write FVisible;
 

SourceForge.net Logo


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