Changes between Version 8 and Version 11 of ANNOTATIONS_STICKIES_R1


Ignore:
Timestamp:
06/24/09 15:26:37 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ANNOTATIONS_STICKIES_R1

    v8 v11  
    4949= Design = 
    5050 
     51 * Rename the classes {{{SceneStickyView}}} and {{{SceneAudioAnnotationView}}} to {{{StickyView}}} and {{{AudioAnnotationView}}}, respectively. 
     52 
     53[[Image(source:/branches/private/mitex/annotations-r1/sophie2-platform/doc/uml-design-diagrams/PageElementMoveHalo.png)]] 
     54 
     55 * Create a class {{{org.sophie2.main.app.halos.pageelement.PageElementMoveButton}}} which extends {{{MoveHaloButton}}}. 
     56 * Move the implementation of {{{FrameMoveHaloButton}}} to it. 
     57 * Create a class {{{StickyMoveHaloButton}}}. 
     58 * {{{FrameMoveHaloButton}}} and {{{StickyMoveHaloButton}}} should extend {{{PageElementMoveButton}}}. 
     59 * Add {{{StickyMoveHaloButton}}} to {{{StickyHaloMenu}}}. 
     60 
     61 * In StickyRemoveButton change the condition to {{{if (sticky.text().get().length() > 0)}}}. 
     62 
     63 * HotText: ........... 
     64 
    5165 * Use the following formula for the brightness: 
    5266  * Y = 0.2126 R + 0.7152 G + 0.0722 B.