Class tcustomdial
Unit
Declaration
type tcustomdial = class(tpublishedwidget, idialcontroller)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tcomponent
- tmsecomponent
- tactcomponent
- twidget
- tactionwidget
- tactionpublishedwidgetnwr
- tpublishedwidgetnwr
- tpublishedwidget
- tcustomdial
Overview
Methods
| Protected | procedure dopaintforeground(const acanvas: tcanvas); override; |
| Protected | procedure clientrectchanged; override; |
| Protected | procedure invalidatelayout; |
| Protected | function checklayout: boolean; virtual; |
| Protected | procedure layoutchanged; |
| Protected | procedure directionchanged(const dir,dirbefore: graphicdirectionty); |
| Protected | function getdialrect: rectty; |
| Protected | function getlimitrect: rectty; |
| Public | constructor create(aowner: tcomponent); override; |
| Public | destructor destroy; override; |
| Public | procedure paint(const acanvas: tcanvas); override; |
| Public | function fit(const asides: rectsidesty = allrectsides): boolean; |
Properties
| Public | property dial: tdialcontroller read fdial write setdial; |
| Public | property fitframe: framety read ffitframe write setfitframe; |
| Public | property fitframe_left: integer read ffitframe.left
write setfitframe_left default 0; |
| Public | property fitframe_top: integer read ffitframe.top
write setfitframe_top default 0; |
| Public | property fitframe_right: integer read ffitframe.right
write setfitframe_right default 0; |
| Public | property fitframe_bottom: integer read ffitframe.bottom
write setfitframe_bottom default 0; |
| Public | property options: optionsdialty read foptions write setoptions
default defaultoptionsdial; |
| Published | property color default cl_transparent; |
| Published | property optionswidget default defaultoptionswidgetnofocus; |
Description
Methods
| Protected | procedure dopaintforeground(const acanvas: tcanvas); override; |
|
This item has no description. | |
| Protected | procedure clientrectchanged; override; |
|
This item has no description. | |
| Protected | procedure invalidatelayout; |
|
This item has no description. | |
| Protected | function checklayout: boolean; virtual; |
|
This item has no description. | |
| Protected | procedure layoutchanged; |
|
This item has no description. | |
| Protected | procedure directionchanged(const dir,dirbefore: graphicdirectionty); |
|
This item has no description. | |
| Protected | function getdialrect: rectty; |
|
This item has no description. | |
| Protected | function getlimitrect: rectty; |
|
This item has no description. | |
| Public | constructor create(aowner: tcomponent); override; |
|
This item has no description. | |
| Public | destructor destroy; override; |
|
This item has no description. | |
| Public | procedure paint(const acanvas: tcanvas); override; |
|
This item has no description. | |
| Public | function fit(const asides: rectsidesty = allrectsides): boolean; |
|
This item has no description. | |
Properties
| Public | property dial: tdialcontroller read fdial write setdial; |
|
This item has no description. | |
| Public | property fitframe: framety read ffitframe write setfitframe; |
|
This item has no description. | |
| Public | property fitframe_left: integer read ffitframe.left
write setfitframe_left default 0; |
|
This item has no description. | |
| Public | property fitframe_top: integer read ffitframe.top
write setfitframe_top default 0; |
|
This item has no description. | |
| Public | property fitframe_right: integer read ffitframe.right
write setfitframe_right default 0; |
|
This item has no description. | |
| Public | property fitframe_bottom: integer read ffitframe.bottom
write setfitframe_bottom default 0; |
|
This item has no description. | |
| Public | property options: optionsdialty read foptions write setoptions
default defaultoptionsdial; |
|
This item has no description. | |
| Published | property color default cl_transparent; |
|
This item has no description. | |
| Published | property optionswidget default defaultoptionswidgetnofocus; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.