From 838cee4aaa53749f30f48a5fe928ba28e46a9772 Mon Sep 17 00:00:00 2001 From: mattias Date: Sun, 13 Jun 2010 18:33:53 +0000 Subject: [PATCH] anchordocking: fpdoc git-svn-id: trunk@26099 - --- examples/anchordocking/anchordocking.pas | 2 +- examples/anchordocking/doc/anchordocking.xml | 31 ++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/examples/anchordocking/anchordocking.pas b/examples/anchordocking/anchordocking.pas index 02d708d766..f2d13e5bd1 100644 --- a/examples/anchordocking/anchordocking.pas +++ b/examples/anchordocking/anchordocking.pas @@ -212,7 +212,7 @@ type This form is the dockhostsite for all controls. When docked together they build a tree structure with the docked controls as leaf nodes. - A TAnchorDockHostSite has four forms: + A TAnchorDockHostSite has four modes: } diff --git a/examples/anchordocking/doc/anchordocking.xml b/examples/anchordocking/doc/anchordocking.xml index 6d209e7f75..39519ca801 100644 --- a/examples/anchordocking/doc/anchordocking.xml +++ b/examples/anchordocking/doc/anchordocking.xml @@ -218,6 +218,37 @@ Sites without children are removed and its parent marked for simplification. For your extensions + + The global DockMaster connects all sites and is your door to the anchor docking system. + + + Copy the anchorsides from Source to Target + + + Anchor AControl at Side to Target + + + returns the outer top, left pixel of a control in the screen coordinates. + + + returns true if Control is anchored to a anchor splitter at Side. + + + The central class of the anchor docking system. + The central instance that connects all sites and manages all global settings. Its global variable is the DockMaster. Applications only need to talk to the DockMaster. + + + + The TDockManager used by the anchor dock sites. + A TDockManager is the LCL connector to catch various docking events for a TControl. Every TAnchorDockHostSite and every custom dock site gets one TAnchorDockManager. The LCL frees it automatically when the Site is freed. + + + + This form is the dockhostsite for all controls. +When docked together they build a tree structure with the docked controls as leaf nodes. A TAnchorDockHostSite has four modes. + + This form is the base class for anchor dock sites. +