| Home | Trees | Index | Help |
|---|
| Method Summary | |
|---|---|
| |
This function creates the visual pages and arranges all properties on them. | |
This function arranges all widgets of a property by lining them up starting at the given position. | |
This function returns the location-dictionary for a special property on a given page. | |
| Method Details |
|---|
__init__(self,
classdef,
maxWidth,
maxHeight)
|
arrangeItems(self)This function creates the visual pages and arranges all properties on them. As a side effect after this function the properties 'maxPageHeight' and 'maxPageWidth' are set. |
arrangeWidgets(self, item, left, maxSpace=None)This function arranges all widgets of a property by lining them up starting at the given position. If an item is a reference all reference items are positioned as well, where the reference-property get's an overall-width set. After this function is done, the 'left'- and 'width'-members of an item (and all it's references/buddies) are set.
|
getSpecialLocation(self, page, item)This function returns the location-dictionary for a special property on a given page. Such a dictionary has a 'labelPos'-, a 'left'- and a 'row'-key.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Sat Sep 6 23:01:31 2008 | http://epydoc.sf.net |