Home | Trees | Indices | Help |
|
---|
|
object --+ | ListView.JobFormatAssembler
Small class to assemble the formatted job output.
It is created with a reference to a view and parameters for assembling
output. height
is the number of lines which need to be
filled, and anchor
is a line relative to the top of the
height around which job output is placed.
Once all job output is added, the formatted lines can be fetched in one call.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
MutableText |
|
||
int |
|
||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Put a job's output at the top of the formatted output, above the anchor and any other jobs already added with this function.
|
Put a job's output at the bottom of the formatted output, below the anchor and any other jobs already added with this function.
|
The number of lines from the last formatted line to the top of the visible area. This value is positive and relevant when anchor is negative and not enough output has been added below to reach the visible area.
|
Check if the provided job is visible. If it is, return it, otherwise return a newjob which is.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 14 22:46:37 2010 | http://epydoc.sourceforge.net |