kcachegrind
#include <functionselection.h>
|
| | FunctionSelection (TopLevelBase *, QWidget *parent=0) |
| |
| void | addGroupMenu (QMenu *) |
| |
| TraceCostItem * | group () |
| |
| TraceCostItem * | group (QString) |
| |
| void | query (QString) |
| |
| bool | selectTopFunction () |
| |
| void | setData (TraceData *) |
| |
| void | setGroup (TraceCostItem *) |
| |
| QString | whatsThis () const |
| |
| QWidget * | widget () |
| |
| | TraceItemView (TraceItemView *parentView, TopLevelBase *top=0) |
| |
| virtual | ~TraceItemView () |
| |
| bool | activate (CostItem *i) |
| |
| virtual void | activated (TraceItemView *sender, CostItem *) |
| |
| TraceFunction * | activeFunction () |
| |
| CostItem * | activeItem () const |
| |
| void | addEventTypeMenu (QMenu *, bool withCost2=true) |
| |
| void | addGoMenu (QMenu *) |
| |
| TraceData * | data () const |
| |
| virtual void | directionActivated (TraceItemView *sender, Direction) |
| |
| EventType * | eventType () const |
| |
| EventType * | eventType2 () const |
| |
| ProfileContext::Type | groupType () const |
| |
| void | notifyChange (int changeType) |
| |
| const TracePartList & | partList () const |
| |
| virtual void | partsSelected (TraceItemView *sender, const TracePartList &) |
| |
| Position | position () const |
| |
| virtual void | restoreLayout (const QString &prefix, const QString &postfix) |
| |
| virtual void | restoreOptions (const QString &prefix, const QString &postfix) |
| |
| virtual void | saveLayout (const QString &prefix, const QString &postfix) |
| |
| virtual void | saveOptions (const QString &prefix, const QString &postfix) |
| |
| void | select (CostItem *i) |
| |
| virtual void | selected (TraceItemView *sender, CostItem *) |
| |
| virtual void | selectedEventType (TraceItemView *sender, EventType *) |
| |
| virtual void | selectedEventType2 (TraceItemView *sender, EventType *) |
| |
| virtual void | selectedGroupType (TraceItemView *sender, ProfileContext::Type) |
| |
| CostItem * | selectedItem () const |
| |
| void | set (ProfileContext::Type g) |
| |
| void | set (const TracePartList &l) |
| |
| bool | set (int, TraceData *, EventType *, EventType *, ProfileContext::Type, const TracePartList &, CostItem *, CostItem *) |
| |
| void | setEventType (EventType *t) |
| |
| void | setEventType2 (EventType *t) |
| |
| void | setMergeUpdates (bool b) |
| |
| void | setPosition (Position p) |
| |
| void | setTitle (QString t) |
| |
| void | setTopLevel (TopLevelBase *t) |
| |
| int | status () const |
| |
| QString | title () const |
| |
| TopLevelBase * | topLevel () const |
| |
| void | updateView (bool force=false) |
| |
|
| enum | {
nothingChanged = 0,
eventTypeChanged = 1,
eventType2Changed = 2,
groupTypeChanged = 4,
partsChanged = 8,
activeItemChanged = 16,
selectedItemChanged = 32,
dataChanged = 64,
configChanged = 128
} |
| |
| enum | Direction { None,
Back,
Forward,
Up
} |
| |
| enum | Position {
Hidden,
Top,
Right,
Left,
Bottom
} |
| |
| void | activated (CostItem *) |
| |
| void | directionActivated (TraceItemView::Direction) |
| |
| virtual bool | isViewVisible () |
| |
| void | partsSelected (const TracePartList &) |
| |
| void | selected (CostItem *) |
| |
| void | selectedEventType (EventType *) |
| |
| void | selectedEventType2 (EventType *) |
| |
| void | selectedGroupType (ProfileContext::Type) |
| |
| CostItem * | _activeItem |
| |
| TraceData * | _data |
| |
| EventType * | _eventType |
| |
| EventType * | _eventType2 |
| |
| ProfileContext::Type | _groupType |
| |
| TraceItemView * | _parentView |
| |
| TracePartList | _partList |
| |
| CostItem * | _selectedItem |
| |
| TopLevelBase * | _topLevel |
| |
Definition at line 46 of file functionselection.h.
| void FunctionSelection::addGroupMenu |
( |
QMenu * |
menu | ) |
|
| void FunctionSelection::functionActivated |
( |
const QModelIndex & |
i | ) |
|
|
slot |
| void FunctionSelection::functionContext |
( |
const QPoint & |
p | ) |
|
|
slot |
| void FunctionSelection::functionHeaderClicked |
( |
int |
col | ) |
|
|
slot |
| void FunctionSelection::groupContext |
( |
const QPoint & |
p | ) |
|
|
slot |
| void FunctionSelection::groupHeaderClicked |
( |
int |
col | ) |
|
|
slot |
| void FunctionSelection::groupTypeSelected |
( |
QAction * |
a | ) |
|
|
slot |
| void FunctionSelection::groupTypeSelected |
( |
int |
cg | ) |
|
|
slot |
| void FunctionSelection::query |
( |
QString |
query | ) |
|
| void FunctionSelection::queryDelayed |
( |
| ) |
|
|
slot |
| void FunctionSelection::searchChanged |
( |
const QString & |
q | ) |
|
|
slot |
| void FunctionSelection::searchReturnPressed |
( |
| ) |
|
|
slot |
| bool FunctionSelection::selectTopFunction |
( |
| ) |
|
| void FunctionSelection::setData |
( |
TraceData * |
d | ) |
|
|
virtual |
| QString FunctionSelection::whatsThis |
( |
| ) |
const |
|
virtual |
| QWidget* FunctionSelection::widget |
( |
| ) |
|
|
inlinevirtual |
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.