kcachegrind
#include <functionlistmodel.h>

Classes | |
class | FunctionLessThan |
Public Member Functions | |
FunctionListModel () | |
~FunctionListModel () | |
int | columnCount (const QModelIndex &parent=QModelIndex()) const |
QVariant | data (const QModelIndex &, int) const |
Qt::ItemFlags | flags (const QModelIndex &) const |
TraceFunction * | function (const QModelIndex &index) |
QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const |
QModelIndex | index (int row, int column=0, const QModelIndex &parent=QModelIndex()) const |
QModelIndex | indexForFunction (TraceFunction *f, bool add=false) |
QModelIndex | parent (const QModelIndex &index) const |
void | resetModelData (TraceData *data, TraceCostItem *group, QString filter, EventType *eventType) |
int | rowCount (const QModelIndex &parent=QModelIndex()) const |
void | setEventType (EventType *) |
void | setFilter (QString filter) |
void | setMaxCount (int) |
void | sort (int column, Qt::SortOrder order) |
Detailed Description
Definition at line 31 of file functionlistmodel.h.
Constructor & Destructor Documentation
FunctionListModel::FunctionListModel | ( | ) |
Definition at line 24 of file functionlistmodel.cpp.
FunctionListModel::~FunctionListModel | ( | ) |
Definition at line 41 of file functionlistmodel.cpp.
Member Function Documentation
int FunctionListModel::columnCount | ( | const QModelIndex & | parent = QModelIndex() | ) | const |
Definition at line 44 of file functionlistmodel.cpp.
QVariant FunctionListModel::data | ( | const QModelIndex & | index, |
int | role | ||
) | const |
Definition at line 66 of file functionlistmodel.cpp.
Qt::ItemFlags FunctionListModel::flags | ( | const QModelIndex & | index | ) | const |
Definition at line 120 of file functionlistmodel.cpp.
TraceFunction * FunctionListModel::function | ( | const QModelIndex & | index | ) |
Definition at line 59 of file functionlistmodel.cpp.
QVariant FunctionListModel::headerData | ( | int | section, |
Qt::Orientation | orientation, | ||
int | role = Qt::DisplayRole |
||
) | const |
Definition at line 128 of file functionlistmodel.cpp.
QModelIndex FunctionListModel::index | ( | int | row, |
int | column = 0 , |
||
const QModelIndex & | parent = QModelIndex() |
||
) | const |
Definition at line 137 of file functionlistmodel.cpp.
QModelIndex FunctionListModel::indexForFunction | ( | TraceFunction * | f, |
bool | add = false |
||
) |
Definition at line 149 of file functionlistmodel.cpp.
QModelIndex FunctionListModel::parent | ( | const QModelIndex & | index | ) | const |
Definition at line 173 of file functionlistmodel.cpp.
void FunctionListModel::resetModelData | ( | TraceData * | data, |
TraceCostItem * | group, | ||
QString | filter, | ||
EventType * | eventType | ||
) |
Definition at line 211 of file functionlistmodel.cpp.
int FunctionListModel::rowCount | ( | const QModelIndex & | parent = QModelIndex() | ) | const |
Definition at line 49 of file functionlistmodel.cpp.
void FunctionListModel::setEventType | ( | EventType * | et | ) |
Definition at line 196 of file functionlistmodel.cpp.
void FunctionListModel::setFilter | ( | QString | filter | ) |
Definition at line 186 of file functionlistmodel.cpp.
void FunctionListModel::setMaxCount | ( | int | c | ) |
Definition at line 204 of file functionlistmodel.cpp.
void FunctionListModel::sort | ( | int | column, |
Qt::SortOrder | order | ||
) |
Definition at line 179 of file functionlistmodel.cpp.
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:28 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.