Changes between Version 17 and Version 18 of HOT_TEXT_REDESIGN_R0
- Timestamp:
- 10/13/09 13:12:23 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HOT_TEXT_REDESIGN_R0
v17 v18 94 94 * ApplyStyle to a part of text 95 95 96 [[Image(source:/branches/private/vlado/hottext-r edesign/sophie2-platform/doc/uml-design-diagrams/hotText/redesign/hottext.png)]]96 [[Image(source:/branches/private/vlado/hottext-r4/sophie2-platform/doc/uml-design-diagrams/hotText/redesign/hottext.png)]] 97 97 98 98 * A new HotLayout class is added to represent the text layout for the client code. … … 134 134 * Deal with widows and orphans (last line of a paragraph in a new page is not a good layout) 135 135 136 [[Image(source:/branches/private/vlado/hottext-r edesign/sophie2-platform/doc/uml-design-diagrams/hotText/redesign/layout.png)]]136 [[Image(source:/branches/private/vlado/hottext-r4/sophie2-platform/doc/uml-design-diagrams/hotText/redesign/layout.png)]] 137 137 138 138 * Data, helper and util classes 139 139 140 [[Image(source:/branches/private/vlado/hottext-r edesign/sophie2-platform/doc/uml-design-diagrams/hotText/redesign/data.png)]]140 [[Image(source:/branches/private/vlado/hottext-r4/sophie2-platform/doc/uml-design-diagrams/hotText/redesign/data.png)]] 141 141 142 142 * Enumerations … … 144 144 * Characters - all special characters are represented as char (int - representation discarded). 145 145 146 [[Image(source:/branches/private/vlado/hottext-r edesign/sophie2-platform/doc/uml-design-diagrams/hotText/redesign/elements.png)]]146 [[Image(source:/branches/private/vlado/hottext-r4/sophie2-platform/doc/uml-design-diagrams/hotText/redesign/elements.png)]] 147 147 148 148 * MVC … … 164 164 * TailFrameView extends PartTextView and implements SceneTextView to represent a text frame view which is a tail of a chain (any frame view except the chain head). 165 165 166 [[Image(source:/branches/private/vlado/hottext-r edesign/sophie2-platform/doc/uml-design-diagrams/hotText/redesign/views.png)]]166 [[Image(source:/branches/private/vlado/hottext-r4/sophie2-platform/doc/uml-design-diagrams/hotText/redesign/views.png)]] 167 167 168 168 * Logic