| Trees | Indices | Help |
|
|---|
|
|
object --+
|
sip.simplewrapper --+
|
sip.wrapper --+
|
PyQt4.QtCore.QObject --+
|
PyQt4.QtGui.QAbstractItemDelegate --+
|
PyQt4.QtGui.QStyledItemDelegate --+
|
BaseRowDelegate --+
|
DoubleElementHeightDelegate --+
|
BarHeightDelegate
A BarHeightDelegate is responsible for displaying array-like model data as a series of scaled bars
|
|||
|
Inherited from |
|||
|
|||
| float |
|
||
| float |
|
||
| tuple of QtCore.QPointF |
|
||
| basestr @return The text representation of the value or an empty string if None |
|
||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Get a scaling factor to adjust a data value by.
|
Return the value scaled for the height of the bar The value will be 0 if the data is None or if the range is None or 0.
|
Returns the coordinates for the bar to be drawn in the element at the specified index
|
Return the selection text Subclasses can override this for custom selection behavior
|
Paint a bar with the specified painter in the location specified by option that matches the data at the specified index in the model If the data at the index cannot be converted to a bar, the parent's paint method is called
|
We want the selection painted in the default way, but without colors
|
Paints the default (non-selected) cell using the specified painter, option, and index Note: This method is overridden in subclasses and should not be merged into paint().
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Oct 26 00:59:52 2016 | http://epydoc.sourceforge.net |