| Method Summary |
| |
_arrangePage(self,
page,
properties)
This function arranges all properties on the given page. |
| |
_createVisualPages(self)
This function transform the virtual page into a visual page. |
| Inherited from Manager |
| |
__init__(self,
classdef,
maxWidth,
maxHeight)
|
| |
arrangeItems(self)
This function creates the visual pages and arranges all properties on
them. |
| |
arrangeWidgets(self,
item,
left,
maxSpace)
This function arranges all widgets of a property by lining them up
starting at the given position. |
| |
getSpecialLocation(self,
page,
item)
This function returns the location-dictionary for a special property
on a given page. |
| |
_addSpecials(self)
This function adds all special properties at the bottom of every
visual page by creating a location record per property/page. |
| |
_prepareSpecials(self)
This function creates a sequence of special properties. |