kcachegrind
#include <sourceitem.h>
|
| SourceItem (SourceView *sv, QTreeWidget *parent, int fileno, unsigned int lineno, bool inside, const QString &src, TraceLine *line=0) |
|
| SourceItem (SourceView *sv, QTreeWidgetItem *parent, int fileno, unsigned int lineno, TraceLine *line, TraceLineCall *lineCall) |
|
| SourceItem (SourceView *sv, QTreeWidgetItem *parent, int fileno, unsigned int lineno, TraceLine *line, TraceLineJump *lineJump) |
|
int | fileNumber () const |
|
bool | inside () const |
|
TraceLineJump * | jump (int i) const |
|
int | jumpCount () const |
|
TraceLine * | line () const |
|
TraceLineCall * | lineCall () const |
|
TraceLineJump * | lineJump () const |
|
uint | lineno () const |
|
bool | operator< (const QTreeWidgetItem &other) const |
|
void | setJumpArray (const QVector< TraceLineJump * > &a) |
|
void | updateCost () |
|
void | updateGroup () |
|
Definition at line 33 of file sourceitem.h.
SourceItem::SourceItem |
( |
SourceView * |
sv, |
|
|
QTreeWidget * |
parent, |
|
|
int |
fileno, |
|
|
unsigned int |
lineno, |
|
|
bool |
inside, |
|
|
const QString & |
src, |
|
|
TraceLine * |
line = 0 |
|
) |
| |
int SourceItem::fileNumber |
( |
| ) |
const |
|
inline |
bool SourceItem::inside |
( |
| ) |
const |
|
inline |
int SourceItem::jumpCount |
( |
| ) |
const |
|
inline |
uint SourceItem::lineno |
( |
| ) |
const |
|
inline |
void SourceItem::setJumpArray |
( |
const QVector< TraceLineJump * > & |
a | ) |
|
void SourceItem::updateCost |
( |
| ) |
|
void SourceItem::updateGroup |
( |
| ) |
|
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:28 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.