Changes between Version 17 and Version 18 of FRAME_TEMPLATES_R0
- Timestamp:
- 01/15/09 17:40:21 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_TEMPLATES_R0
v17 v18 64 64 * Create a class !TemplateField in the org.sophie2.base.model.book. This class will be used for properties that have value - calculated by the template, own value, and locked value. 65 65 * Class Frame 66 * Create Frame value property template() which will show whichthe template of the Frame is.67 * Create !FrameContent auto property content() which will showthe content of the frame. It will calculate if the frame has its own content. If the frame has its own content the content() will return the own content of the frame. Otherwise, it will return the content property of the frame template.66 * Create Frame value property template() which is the template of the Frame is. 67 * Create !FrameContent auto property content() which is the content of the frame. It will calculate if the frame has its own content. If the frame has its own content the content() will return the own content of the frame. Otherwise, it will return the content property of the frame template. 68 68 * Create @Own !FrameContent auto property templatedContent() which will calculate the template of the !FrameContent of the Frame. 69 69 * Create @Own !FrameContent value property ownContent() which will return the own value of the content of the frame. 70 * Create !TemplateField properties 70 * Create !TemplateField properties in the class Frame 71 71 * contentSize() 72 72 * contentBounds() 73 73 * contentLocation() 74 * Create property border(), background(), paddingInsets(), marginInsets() 75 * Class !FrameContent 76 * Create !FrameContent auto property template() which is template of the !FrameContent 77 * Create abstract FrameContent createTemplated() method which each concrete content should override. 78 * Class !BackgroungStyle 79 * Create abstract !BackgroundStyle template() property. 80 * Create !TemplateFields auto bgType(), bgColor(), bgImageResource(), bgOpacity(), bgGradient() properties. 74 81 75 82 = Implementation =