Unit msedial

Description

 

Overview

Classes, Interfaces, Objects and Records

Name Description
Record tickcaptionty  
Class tdialpropfont  
Class tdialfont  
Record diallineinfoty  
Record dialtickinfoty  
Class tdialprop  
Class tmarkerframe  
Record markerinfoty  
Class tdialmarker  
Class tdialmarkers  
Class tdialtick  
Class tdialticks  
Interface idialcontroller  
Class tcustomdialcontroller  
Class tcustomdialcontrollers  
Class tdialcontroller  
Class tcustomdial  
Class tdial  

Functions and Procedures

procedure checknullrange(const avalue: real);
function chartln(const avalue: real): real;
function chartround(const avalue: real): integer;

Types

rectsidety = (...);
rectsidesty = set of rectsidety;
dialstatety = (...);
dialstatesty = set of dialstatety;
tickcaptionarty = array of tickcaptionty;
dialdatakindty = (...);
dialtickoptionty = (...);
dialtickoptionsty = set of dialtickoptionty;
dialmarkeroptionty = (...);
dialmarkeroptionsty = set of dialmarkeroptionty;
dialoptionty = (...);
dialoptionsty = set of dialoptionty;
dialcontrollerclassty = class of tcustomdialcontroller;
optiondialty = (...);
optionsdialty = set of optiondialty;
dialwidgetstatety = (...);
dialwidgetstatesty = set of dialwidgetstatety;

Constants

defaultdialcolor = cl_dkgray;
defaultmarkerwidth = 3;
defaultdialcontrolleroptions = [do_opposite];
allrectsides = [rs_left,rs_top,rs_right,rs_bottom];
rectsidesmask = [odi_autofitleft,odi_autofittop,odi_autofitright, odi_autofitbottom];
defaultoptionsdial = [odi_autofitleft,odi_autofittop,odi_autofitright, odi_autofitbottom];

Description

Functions and Procedures

procedure checknullrange(const avalue: real);
 
function chartln(const avalue: real): real;
 
function chartround(const avalue: real): integer;
 

Types

rectsidety = (...);
 
Values
  • rs_left
  • rs_top
  • rs_right
  • rs_bottom
rectsidesty = set of rectsidety;
 
dialstatety = (...);
 
Values
  • dis_layoutvalid
  • dis_needstransform
dialstatesty = set of dialstatety;
 
tickcaptionarty = array of tickcaptionty;
 
dialdatakindty = (...);
 
Values
  • dtk_real
  • dtk_datetime
dialtickoptionty = (...);
 
Values
  • dto_invisible
  • dto_opposite
  • dto_rotatetext
  • dto_multiplecaptions
  • dto_alignstart
  • dto_aligncenter
  • dto_alignend
dialtickoptionsty = set of dialtickoptionty;
 
dialmarkeroptionty = (...);
 
Values
  • dmo_invisible
  • dmo_opposite
  • dmo_back
  • dmo_rotatetext
  • dmo_bar
  • dmo_barfront
  • dmo_hideoverload
  • dmo_limitoverload
  • dmo_limitoverloadi
  • dmo_hidelimit
  • dmo_fix
  • dmo_ordered
  • dmo_savevalue
dialmarkeroptionsty = set of dialmarkeroptionty;
 
dialoptionty = (...);
 
Values
  • do_invisible
  • do_opposite
  • do_sideline
  • do_boxline
  • do_log
  • do_front
  • do_smooth
  • do_scrollwithdata
  • do_shiftwithdata
  • do_savestate
dialoptionsty = set of dialoptionty;
 
dialcontrollerclassty = class of tcustomdialcontroller;
 
optiondialty = (...);
 
Values
  • odi_autofitleft
  • odi_autofittop
  • odi_autofitright
  • odi_autofitbottom
optionsdialty = set of optiondialty;
 
dialwidgetstatety = (...);
 
Values
  • dws_layoutvalid
dialwidgetstatesty = set of dialwidgetstatety;
 

Constants

defaultdialcolor = cl_dkgray;
 
defaultmarkerwidth = 3;
 
defaultdialcontrolleroptions = [do_opposite];
 
allrectsides = [rs_left,rs_top,rs_right,rs_bottom];
 
rectsidesmask = [odi_autofitleft,odi_autofittop,odi_autofitright, odi_autofitbottom];
 
defaultoptionsdial = [odi_autofitleft,odi_autofittop,odi_autofitright, odi_autofitbottom];
 

Generated by PasDoc 0.16.0.