Changes between Version 10 and Version 11 of FRAME_PADDING_R0
- Timestamp:
- 01/10/09 20:49:09 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_PADDING_R0
v10 v11 36 36 * Add !Insets paddingInsets() property for representing padding insets into the Frame. They are used by the set/get Location and Size methods in the Frame. 37 37 38 * For the scene element creation create !FramePaddingRectangle class extending the !DefaultSceneElement and implementing the !ShapeSceneElement. This class is going to be used for representation of the frame padding rectangle and computing the rectangle to vertices so that it could be added to the frameSceneElement and drawn. 38 * For the scene element creation create !FramePaddingRectangle class extending the !DefaultSceneElement and implementing the !ShapeSceneElement. This class is going to be used for representation of the frame padding rectangle and computing the rectangle to vertices so that it could be added to the frameSceneElement and drawn. It should be drawn with a dashed black outline, non filling. 39 39 40 40 * Add !FramePaddingRectangle paddingRectangle property to the !FrameViewToDo class. 41 41 42 * Add the paddingRectangle to the frameSceneElement. 42 * Add the paddingRectangle to the frameSceneElement. In R0 the padding rectangle will be added to the frame scene element and drawn but in future it is going to be shown only if showFrames is on. 43 43 44 44 * All the functionality in this task is achieved by adding and compiling properties and there are no new methods or logic to be tested.