Changes between Version 2 and Version 3 of AUTHOR_PAGE_WORK_AREA_R0


Ignore:
Timestamp:
10/13/08 12:29:13 (17 years ago)
Author:
fire4o
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AUTHOR_PAGE_WORK_AREA_R0

    v2 v3  
    66Should cooperate reasonably with the SCENE. Should be modularized and divided into Author and Reader. 
    77 
    8 The page work area is part of the book window. It is located between the book bottom panel, the title bar, the scroll bars and the left book window border. It is responsible for displaying the current page of the book(through the page scene). Except for the page it contains an area around the page, where page elements can be put during the editing process. 
     8The page work area is part of the book window. It is located between the book bottom panel, the title bar, the scroll bars and the left book window border. It contains the current page with all its elements and an area around the it, where page elements can be put during the editing process. It is also responsible for the management of page views. It should allow editing the elements residing within it.  
     9 
     10In this revision we need a simple page work area with basic functionality only. 
    911== Task requirements == 
    10  * Make a module for the author page area. 
    11  * Define extension points for 
    12   * Page Scene 
    13   * Page element view 
     12 * Make a module for the page area. 
     13 * Make the author page work area an extension. 
     14 * Define an extension points for Page Scene 
     15 * Make the page work area as large as the page+elements bounding rectangle + a given padding. 
    1416 
    1517== Task result == 
     
    1719 
    1820== Implementation idea == 
    19 ^(It is advisable to include some rough implementations ideas.)^ 
     21 * Extend !SophieModule class 
     22 * Make use of old (or even pre veda-refactor2) code for size computation. 
    2023 
    2124== Related == 
    22 ^(Here you can add related tasks that could be useful or helpful.)^ 
     25[wiki:SCENE_COMMONS_R0][[BR]] 
     26[wiki:SCENE_POINT_R0][[BR]] 
     27[wiki:UNPLANNED_BOOK_WINDOW_R0] 
    2328 
    2429== How to demo == 
    25 ^(In this section you must add instructions for the demo of the task.)^ 
     30 * Show Author page work area. 
     31 * Show that it allows editing elements. 
    2632 
    2733= Design =