Unit msedock
Uses
Variables
Description
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Class twidgetdragobject |
|
Class tdockdragobject |
|
Interface idockcontroller |
|
Class tdockhandle |
|
Record bandinfoty |
|
Class tdockcontroller |
|
Class tnochildrendockcontroller |
|
Interface idocktarget |
|
Class tgripframe |
|
Class tdockpanel |
Functions and Procedures
procedure paintdockingareacaption(const canvas: tcanvas; const sender: twidget; const atext: msestring = 'Docking Area'); |
Types
optiondockty = (...); |
optionsdockty = set of optiondockty; |
dockbuttonrectty = (...); |
checkdockeventty = procedure(const sender: tobject; const apos: pointty; const dockdragobject: tdockdragobject; var accept: boolean) of object; |
dockstatety = (...); |
dockstatesty = set of dockstatety; |
splitdirty = (...); |
mdistatety = (...); |
dockcontrollereventty = procedure(const sender: tdockcontroller) of object; |
docklayouteventty = procedure(const sender: twidget; const achildren: widgetarty) of object; |
mdistatechangedeventty = procedure(const sender: twidget; const oldvalue,newvalue: mdistatety) of object; |
dockrecteventty = procedure(const sender: twidget; var arect: rectty) of object; |
bandinfoarty = array of bandinfoty; |
gripoptionty = (...); |
gripoptionsty = set of gripoptionty; |
gripstatety = (...); |
gripstatesty = set of gripstatety; |
Constants
Description
Functions and Procedures
procedure paintdockingareacaption(const canvas: tcanvas; const sender: twidget; const atext: msestring = 'Docking Area'); |
Types
optiondockty = (...); |
Values
|
optionsdockty = set of optiondockty; |
dockbuttonrectty = (...); |
Values
|
checkdockeventty = procedure(const sender: tobject; const apos: pointty; const dockdragobject: tdockdragobject; var accept: boolean) of object; |
dockstatety = (...); |
Values
|
dockstatesty = set of dockstatety; |
splitdirty = (...); |
Values
|
mdistatety = (...); |
Values
|
dockcontrollereventty = procedure(const sender: tdockcontroller) of object; |
docklayouteventty = procedure(const sender: twidget; const achildren: widgetarty) of object; |
mdistatechangedeventty = procedure(const sender: twidget; const oldvalue,newvalue: mdistatety) of object; |
dockrecteventty = procedure(const sender: twidget; var arect: rectty) of object; |
bandinfoarty = array of bandinfoty; |
gripoptionty = (...); |
Values
|
gripoptionsty = set of gripoptionty; |
gripstatety = (...); |
Values
|
gripstatesty = set of gripstatety; |
Constants
defaultgripsize = 10; |
defaultgripgrip = stb_none; |
defaultgripcolor = cl_white; |
defaultgripcoloractive = cl_activegrip; |
defaultgrippos = cp_right; |
defaultsplittersize = 3; |
defaultoptionsdock = [od_savepos,od_savezorder,od_savechildren,
od_captionhint]; |
defaultoptionsdocknochildren = defaultoptionsdock - [od_savechildren]; |
deprecatedoptionsdock = [od_childicons]; |
dbr_first = dbr_handle; |
dbr_last = dbr_nolock; |
dbr_firstbutton = dockbuttonrectty(ord(dbr_first)+1); |
dbr_lastbutton = dbr_last; |
defaulttaboptions= [tabo_dragdest,tabo_dragsource]; |
defaultgripoptions = [go_closebutton,go_buttonhints]; |
defaultdockpaneloptionswidget = defaultoptionswidget + [ow_subfocus]; |
defaulttextflagstop = [tf_ycentered,tf_clipo]; |
defaulttextflagsleft = [tf_ycentered,tf_rotate90,tf_clipo]; |
defaulttextflagsbottom = [tf_ycentered,tf_clipo]; |
defaulttextflagsright = [tf_ycentered,tf_rotate90,tf_clipo]; |
Generated by PasDoc 0.16.0.