Version 2 (modified by mira, 16 years ago) (diff) |
---|
Analysis
Overview
Frame insets are the fields surrounding the frame content in the order - padding, border, margins. (see the picture) They could differ in width for left, right, top and bottom.
Task requirements
- There should be common way of keeping the four widths.
- There should be common way of setting the same width for left, right, top and bottom.
- There should be common way of setting four different widths.
- There should be communal hud for setting the insets.
Task result
The result of this task is source code.
Implementation idea
- Create class Insets for the four properties - left, right, bottom, top.
- Create methods for setting and getting the insets.
- Create communal hud for setting the insets.
Related
- trunk/sophie2-platform/doc/spec-diagrams/FrameBounds.png
- FRAME_BORDERS_R0
- FRAME_MARGINS_R0
- FRAME_PADDING_R0
- FRAME_BOUNDS_R0
How to demo
- Create inset with only one value for width and check if it is set to all four.
- Check if the user set values (through the hud) are correctly set to the insets.
Design
Implementation
(Implementation results should be described and linked here (from the wiki or the repository))
Testing
Comments
(Write comments for this or later revisions here.)