kcachegrind
#include <callgraphview.h>

Public Member Functions | |
CanvasEdge (GraphEdge *) | |
CanvasEdgeArrow * | arrow () |
const QPolygon & | controlPoints () const |
GraphEdge * | edge () |
CanvasEdgeLabel * | label () |
void | paint (QPainter *, const QStyleOptionGraphicsItem *, QWidget *) |
void | setArrow (CanvasEdgeArrow *a) |
void | setControlPoints (const QPolygon &a) |
void | setLabel (CanvasEdgeLabel *l) |
void | setSelected (bool) |
int | type () const |
Detailed Description
Definition at line 495 of file callgraphview.h.
Constructor & Destructor Documentation
CanvasEdge::CanvasEdge | ( | GraphEdge * | e | ) |
Definition at line 1349 of file callgraphview.cpp.
Member Function Documentation
|
inline |
Definition at line 511 of file callgraphview.h.
|
inline |
Definition at line 518 of file callgraphview.h.
|
inline |
Definition at line 525 of file callgraphview.h.
|
inline |
Definition at line 504 of file callgraphview.h.
void CanvasEdge::paint | ( | QPainter * | p, |
const QStyleOptionGraphicsItem * | option, | ||
QWidget * | |||
) |
Definition at line 1401 of file callgraphview.cpp.
void CanvasEdge::setArrow | ( | CanvasEdgeArrow * | a | ) |
Definition at line 1374 of file callgraphview.cpp.
void CanvasEdge::setControlPoints | ( | const QPolygon & | a | ) |
Definition at line 1388 of file callgraphview.cpp.
void CanvasEdge::setLabel | ( | CanvasEdgeLabel * | l | ) |
Definition at line 1359 of file callgraphview.cpp.
void CanvasEdge::setSelected | ( | bool | s | ) |
Definition at line 1382 of file callgraphview.cpp.
|
inline |
Definition at line 530 of file callgraphview.h.
The documentation for this class was generated from the following files:
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.