kcachegrind
CallerCoverageItem Class Reference
#include <coverageitem.h>
Inheritance diagram for CallerCoverageItem:

Public Member Functions | |
CallerCoverageItem (QTreeWidget *parent, Coverage *c, TraceFunction *base, EventType *ct, ProfileContext::Type gt) | |
CallerCoverageItem (QTreeWidget *parent, int skipped, Coverage *c, TraceFunction *base, EventType *ct, ProfileContext::Type gt) | |
TraceFunction * | function () |
bool | operator< (const QTreeWidgetItem &other) const |
void | setCostType (EventType *ct) |
void | setGroupType (ProfileContext::Type) |
void | update () |
Detailed Description
Definition at line 31 of file coverageitem.h.
Constructor & Destructor Documentation
CallerCoverageItem::CallerCoverageItem | ( | QTreeWidget * | parent, |
Coverage * | c, | ||
TraceFunction * | base, | ||
EventType * | ct, | ||
ProfileContext::Type | gt | ||
) |
Definition at line 34 of file coverageitem.cpp.
CallerCoverageItem::CallerCoverageItem | ( | QTreeWidget * | parent, |
int | skipped, | ||
Coverage * | c, | ||
TraceFunction * | base, | ||
EventType * | ct, | ||
ProfileContext::Type | gt | ||
) |
Definition at line 54 of file coverageitem.cpp.
Member Function Documentation
|
inline |
Definition at line 42 of file coverageitem.h.
bool CallerCoverageItem::operator< | ( | const QTreeWidgetItem & | other | ) | const |
Definition at line 134 of file coverageitem.cpp.
void CallerCoverageItem::setCostType | ( | EventType * | ct | ) |
Definition at line 84 of file coverageitem.cpp.
void CallerCoverageItem::setGroupType | ( | ProfileContext::Type | gt | ) |
Definition at line 74 of file coverageitem.cpp.
void CallerCoverageItem::update | ( | ) |
Definition at line 90 of file coverageitem.cpp.
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.