diff options
author | Sebastian Geerken <devnull@localhost> | 2015-09-22 20:23:27 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-09-22 20:23:27 +0200 |
commit | d11f25560a31a68d56a72abc6d888bc8cf2634b7 (patch) | |
tree | 84a1fed01439eecf6551fba096edf6d91d5312f9 /devdoc | |
parent | af3aa61519ae6c37dd4984100697f7aa032403de (diff) |
SRDOP: OOFFloatsMgr now regards positions relative to container. (Code compiles, not more!)
Diffstat (limited to 'devdoc')
-rw-r--r-- | devdoc/dw-size-request-pos.doc | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/devdoc/dw-size-request-pos.doc b/devdoc/dw-size-request-pos.doc index 87ecea1d..40eb1b4a 100644 --- a/devdoc/dw-size-request-pos.doc +++ b/devdoc/dw-size-request-pos.doc @@ -112,10 +112,11 @@ Plan 1. General design (dw::core::Widget::sizeRequestReference, changes to dw::core::Widget::sizeRequest). Completed. -2. Implementation for dw::Textblock. Completed. +2. Implementation for dw::Textblock. Completed. (**TODO:** Check how the return + values of `get*Border` are used.) -3. Change interface of dw::oof::OutOfFlowMgr (this affects mostly - only comments). Completed. +3. Change interface of dw::oof::OutOfFlowMgr (this affects mostly only + comments). Completed. Affects methods dw::oof::OutOfFlowMgr::tellPosition1, dw::oof::OutOfFlowMgr::tellPosition2, @@ -128,10 +129,10 @@ Plan 4. Apply step 3 to calls within dw::Textblock. Completed. - <b>Attention:</b> After this step, and before completing the next - steps, the code is inconsistend and so incorrect. + <b>Attention:</b> After this step, and before completing the next steps, the + code is inconsistend and so incorrect. -5. Implement step 3 for floats (affects dw::oof::OOFFloatsMgr). **INCOMPLETE.** +5. Implement step 3 for floats (affects dw::oof::OOFFloatsMgr). **IN WORK.** 6. Implement step 3 for positioned elements (affects only dw::oof::OOFPositionedMgr). **INCOMPLETE.** |