kcachegrind
#include <multiview.h>

Public Slots | |
| void | tabActivated (TabView *) |
Public Member Functions | |
| MultiView (TopLevelBase *top, QWidget *parent=0) | |
| void | activated (TraceItemView *, CostItem *) |
| TabView * | activeTabView () const |
| void | appendView () |
| int | childCount () |
| void | removeView () |
| void | restoreLayout (const QString &prefix, const QString &postfix) |
| void | restoreOptions (const QString &prefix, const QString &postfix) |
| void | saveLayout (const QString &prefix, const QString &postfix) |
| void | saveOptions (const QString &prefix, const QString &postfix) |
| void | selected (TraceItemView *, CostItem *) |
| void | setChildCount (int) |
| void | setData (TraceData *) |
| QWidget * | widget () |
Public Member Functions inherited from TraceItemView | |
| TraceItemView (TraceItemView *parentView, TopLevelBase *top=0) | |
| virtual | ~TraceItemView () |
| bool | activate (CostItem *i) |
| TraceFunction * | activeFunction () |
| CostItem * | activeItem () const |
| void | addEventTypeMenu (QMenu *, bool withCost2=true) |
| void | addGoMenu (QMenu *) |
| virtual CostItem * | canShow (CostItem *i) |
| 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 |
| void | select (CostItem *i) |
| 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) |
| virtual QString | whatsThis () const |
Additional Inherited Members | |
Public Types inherited from TraceItemView | |
| 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 } |
Protected Member Functions inherited from TraceItemView | |
| 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) |
Protected Attributes inherited from TraceItemView | |
| CostItem * | _activeItem |
| TraceData * | _data |
| EventType * | _eventType |
| EventType * | _eventType2 |
| ProfileContext::Type | _groupType |
| TraceItemView * | _parentView |
| TracePartList | _partList |
| CostItem * | _selectedItem |
| TopLevelBase * | _topLevel |
Detailed Description
Definition at line 36 of file multiview.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 38 of file multiview.cpp.
Member Function Documentation
|
virtual |
Reimplemented from TraceItemView.
Definition at line 144 of file multiview.cpp.
|
inline |
Definition at line 44 of file multiview.h.
| void MultiView::appendView | ( | ) |
Definition at line 63 of file multiview.cpp.
|
inline |
Definition at line 50 of file multiview.h.
| void MultiView::removeView | ( | ) |
Definition at line 85 of file multiview.cpp.
|
virtual |
Reimplemented from TraceItemView.
Definition at line 169 of file multiview.cpp.
|
virtual |
Reimplemented from TraceItemView.
Definition at line 224 of file multiview.cpp.
|
virtual |
Reimplemented from TraceItemView.
Definition at line 202 of file multiview.cpp.
|
virtual |
Reimplemented from TraceItemView.
Definition at line 231 of file multiview.cpp.
|
virtual |
Notification from child views.
Default implementation notifies parent
Reimplemented from TraceItemView.
Definition at line 125 of file multiview.cpp.
| void MultiView::setChildCount | ( | int | n | ) |
Definition at line 57 of file multiview.cpp.
|
virtual |
Reimplemented from TraceItemView.
Definition at line 49 of file multiview.cpp.
|
slot |
Definition at line 106 of file multiview.cpp.
|
inlinevirtual |
Implements TraceItemView.
Definition at line 43 of file multiview.h.
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.
KDE API Reference
Public Member Functions inherited from