kcachegrind
CanvasEdgeLabel Class Reference
#include <callgraphview.h>
Inheritance diagram for CanvasEdgeLabel:

Public Member Functions | |
CanvasEdgeLabel (CallGraphView *, CanvasEdge *, int, int, int, int) | |
CanvasEdge * | canvasEdge () |
void | paint (QPainter *, const QStyleOptionGraphicsItem *, QWidget *) |
double | percentage () const |
int | type () const |
![]() | |
StoredDrawParams () | |
StoredDrawParams (const QColor &c, bool selected=false, bool current=false) | |
QColor | backColor () const |
bool | current () const |
bool | drawFrame () const |
void | drawFrame (bool b) |
int | fieldCount () const |
const QFont & | font () const |
int | maxLines (int) const |
QPixmap | pixmap (int) const |
Position | position (int) const |
bool | rotated () const |
bool | selected () const |
void | setBackColor (const QColor &c) |
void | setCurrent (bool b) |
void | setField (int f, const QString &t, const QPixmap &pm=QPixmap(), Position p=Default, int maxLines=0) |
void | setMaxLines (int f, int) |
void | setPixmap (int f, const QPixmap &) |
void | setPosition (int f, Position) |
void | setRotated (bool b) |
void | setSelected (bool b) |
void | setShaded (bool b) |
void | setText (int f, const QString &) |
bool | shaded () const |
QString | text (int) const |
![]() | |
virtual | ~DrawParams () |
Additional Inherited Members | |
![]() | |
enum | Position { TopLeft, TopCenter, TopRight, BottomLeft, BottomCenter, BottomRight, Default, Unknown } |
![]() | |
QColor | _backColor |
bool | _current:1 |
bool | _drawFrame:1 |
bool | _rotated:1 |
bool | _selected:1 |
bool | _shaded:1 |
Detailed Description
Definition at line 443 of file callgraphview.h.
Constructor & Destructor Documentation
CanvasEdgeLabel::CanvasEdgeLabel | ( | CallGraphView * | v, |
CanvasEdge * | ce, | ||
int | x, | ||
int | y, | ||
int | w, | ||
int | h | ||
) |
Definition at line 1258 of file callgraphview.cpp.
Member Function Documentation
|
inline |
Definition at line 450 of file callgraphview.h.
void CanvasEdgeLabel::paint | ( | QPainter * | p, |
const QStyleOptionGraphicsItem * | option, | ||
QWidget * | |||
) |
Definition at line 1308 of file callgraphview.cpp.
|
inline |
Definition at line 460 of file callgraphview.h.
|
inline |
Definition at line 455 of file callgraphview.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:03:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:03:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.