Changes between Version 10 and Version 11 of FRAME_PADDING_R0


Ignore:
Timestamp:
01/10/09 20:49:09 (16 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_PADDING_R0

    v10 v11  
    3636 * 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. 
    3737 
    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.  
    3939 
    4040 * Add !FramePaddingRectangle paddingRectangle property to the !FrameViewToDo class.  
    4141 
    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. 
    4343 
    4444 * All the functionality in this task is achieved by adding and compiling properties and there are no new methods or logic to be tested.