kcachegrind
#include <callgraphview.h>
Public Member Functions | |
GraphEdge () | |
TraceCall * | call () const |
CanvasEdge * | canvasEdge () const |
TraceFunction * | from () const |
GraphNode * | fromNode () const |
bool | isVisible () const |
TraceCall * | nextVisible () |
QString | prettyName () |
TraceCall * | priorVisible () |
void | setCall (TraceCall *c) |
void | setCallee (TraceFunction *f) |
void | setCalleeNode (GraphNode *n) |
void | setCaller (TraceFunction *f) |
void | setCallerNode (GraphNode *n) |
void | setCanvasEdge (CanvasEdge *ce) |
void | setVisible (bool v) |
TraceFunction * | to () const |
GraphNode * | toNode () const |
TraceFunction * | visibleCallee () |
TraceFunction * | visibleCaller () |
Public Attributes | |
double | cost |
double | count |
Detailed Description
Definition at line 133 of file callgraphview.h.
Constructor & Destructor Documentation
GraphEdge::GraphEdge | ( | ) |
Definition at line 401 of file callgraphview.cpp.
Member Function Documentation
|
inline |
Definition at line 148 of file callgraphview.h.
|
inline |
Definition at line 138 of file callgraphview.h.
|
inline |
Definition at line 178 of file callgraphview.h.
|
inline |
Definition at line 168 of file callgraphview.h.
|
inline |
Definition at line 158 of file callgraphview.h.
TraceCall * GraphEdge::nextVisible | ( | ) |
Definition at line 449 of file callgraphview.cpp.
QString GraphEdge::prettyName | ( | ) |
Definition at line 413 of file callgraphview.cpp.
TraceCall * GraphEdge::priorVisible | ( | ) |
Definition at line 465 of file callgraphview.cpp.
|
inline |
Definition at line 153 of file callgraphview.h.
|
inline |
Definition at line 196 of file callgraphview.h.
|
inline |
Definition at line 206 of file callgraphview.h.
|
inline |
Definition at line 191 of file callgraphview.h.
|
inline |
Definition at line 201 of file callgraphview.h.
|
inline |
Definition at line 143 of file callgraphview.h.
|
inline |
Definition at line 163 of file callgraphview.h.
|
inline |
Definition at line 183 of file callgraphview.h.
|
inline |
Definition at line 173 of file callgraphview.h.
TraceFunction * GraphEdge::visibleCallee | ( | ) |
Definition at line 438 of file callgraphview.cpp.
TraceFunction * GraphEdge::visibleCaller | ( | ) |
Definition at line 427 of file callgraphview.cpp.
Member Data Documentation
double GraphEdge::cost |
Definition at line 217 of file callgraphview.h.
double GraphEdge::count |
Definition at line 217 of file callgraphview.h.
The documentation for this class was generated from the following files:
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.