Changes between Version 24 and Version 25 of PAGE_ELEMENT_GROUPING_R0


Ignore:
Timestamp:
05/21/09 17:54:47 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified PAGE_ELEMENT_GROUPING_R0

    v24 v25  
    8181  * void exitGroup() - which will go one level up in the group tree. If the current group is a root one, does nothing. 
    8282  * This class must provide functionalities for moving, resizing, rotating. It is different from the multi_select operations, since rotating a group does not rotate every element inside the group, but the elements altogether. 
     83 * Create class GroupView, which has a corresponding sceneElement. The sceneElement will consist of composition of the contained frame elements. 
    8384 * Clicking on either frame of a group should select all the group. For this, create a property currentGroup() in the PageWorkArea and watch for it in the PageElementLogic. 
    8485 * The actual grouping control will be done through the '''HaloButtons''' created for this.