Changes between Version 24 and Version 25 of PAGE_ELEMENT_GROUPING_R0
- Timestamp:
- 05/21/09 17:54:47 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified PAGE_ELEMENT_GROUPING_R0
v24 v25 81 81 * void exitGroup() - which will go one level up in the group tree. If the current group is a root one, does nothing. 82 82 * 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. 83 84 * 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. 84 85 * The actual grouping control will be done through the '''HaloButtons''' created for this.