Class TAdSkinElem

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TAdSkinElem = class(TObject)

Description

A skin element represents one single region which may contain an image.

Hierarchy

Overview

Fields

Public Typ:TAdSkinDrawType;
Public Anchors:TAdAnchors;
Public X1:integer;
Public X2:integer;
Public Y1:integer;
Public Y2:integer;
Public ImgSrcX1:integer;
Public ImgSrcX2:integer;
Public ImgSrcY1:integer;
Public ImgSrcY2:integer;
Public Selected:boolean;
Public ClientRect:boolean;
Public Images:array of integer;

Methods

Public procedure LoadFromXML(aroot:TAdSimpleXMLElem); virtual;
Public function SaveToXML(aroot:TAdSimpleXMLElems):TAdSimpleXMLElem; virtual;
Public constructor Create;
Public destructor Destroy; override;

Description

Fields

Public Typ:TAdSkinDrawType;

The drawtype of the element

Public Anchors:TAdAnchors;

The anchors of the element

Public X1:integer;

The coordinates of the element

Public X2:integer;

The coordinates of the element

Public Y1:integer;

The coordinates of the element

Public Y2:integer;

The coordinates of the element

Public ImgSrcX1:integer;

The image coordinates of the element

Public ImgSrcX2:integer;

The image coordinates of the element

Public ImgSrcY1:integer;

The image coordinates of the element

Public ImgSrcY2:integer;

The image coordinates of the element

Public Selected:boolean;

Used in the Editor

Public ClientRect:boolean;

Defines wether this element, is the element which will be the client region of the component

Public Images:array of integer;

Array which contains the imageindex of this element for each state.

Methods

Public procedure LoadFromXML(aroot:TAdSimpleXMLElem); virtual;

Loads the element from a JvSimpleXMlComponent

Public function SaveToXML(aroot:TAdSimpleXMLElems):TAdSimpleXMLElem; virtual;

Saves the element to a JvSimpleXMlComponent

Public constructor Create;

Creates an instance of the element

Public destructor Destroy; override;

Destroys the instance of the element

SourceForge.net Logo


Generated by PasDoc 0.11.0 on 2008-12-31 14:32:00