kcachegrind
#include <treemap.h>
Public Types | |
enum | Position { TopLeft, TopCenter, TopRight, BottomLeft, BottomCenter, BottomRight, Default, Unknown } |
Public Member Functions | |
virtual | ~DrawParams () |
virtual QColor | backColor () const |
virtual bool | current () const |
virtual bool | drawFrame () const |
virtual int | fieldCount () const |
virtual const QFont & | font () const =0 |
virtual int | maxLines (int) const |
virtual QPixmap | pixmap (int) const =0 |
virtual Position | position (int) const =0 |
virtual bool | rotated () const |
virtual bool | selected () const |
virtual bool | shaded () const |
virtual QString | text (int) const =0 |
Detailed Description
Drawing parameters for an object.
A Helper Interface for RectDrawing.
Member Enumeration Documentation
enum DrawParams::Position |
Positions for drawing into a rectangle.
The specified position assumes no rotation. If there is more than one text for one position, it is put nearer to the center of the item.
Drawing at top positions cuts free space from top, drawing at bottom positions cuts from bottom. Default usually gives positions clockwise according to field number.
Enumerator | |
---|---|
TopLeft | |
TopCenter | |
TopRight | |
BottomLeft | |
BottomCenter | |
BottomRight | |
Default | |
Unknown |
Constructor & Destructor Documentation
Member Function Documentation
|
inlinevirtual |
Reimplemented in CallMapCallerItem, SubPartItem, CallMapCallingItem, StoredDrawParams, PartItem, CallMapBaseItem, and BasePartItem.
|
inlinevirtual |
Reimplemented in StoredDrawParams.
|
inlinevirtual |
Reimplemented in StoredDrawParams.
|
inlinevirtual |
Reimplemented in StoredDrawParams.
|
pure virtual |
Implemented in TreeMapItem, and StoredDrawParams.
|
inlinevirtual |
Reimplemented in StoredDrawParams.
|
pure virtual |
Implemented in CallMapCallerItem, SubPartItem, CallMapCallingItem, PartItem, StoredDrawParams, and CallMapBaseItem.
|
pure virtual |
Implemented in TreeMapItem, and StoredDrawParams.
|
inlinevirtual |
Reimplemented in StoredDrawParams.
|
inlinevirtual |
Reimplemented in StoredDrawParams.
|
inlinevirtual |
Reimplemented in StoredDrawParams.
|
pure virtual |
Implemented in CallMapCallerItem, SubPartItem, CallMapCallingItem, PartItem, StoredDrawParams, CallMapBaseItem, and BasePartItem.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:39:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.