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