• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdesdk API Reference
  • KDE Home
  • Contact Us
 

kcachegrind

Public Types | Public Member Functions | List of all members
PartAreaWidget Class Reference

#include <partgraph.h>

Inheritance diagram for PartAreaWidget:
Inheritance graph
[legend]

Public Types

enum  VisualizationMode { NoVisualization, Partitioning, Inclusive }
 
- Public Types inherited from TreeMapWidget
enum  SelectionMode { Single, Multi, Extended, NoSelection }
 

Public Member Functions

 PartAreaWidget (QWidget *parent=0)
 
int callLevels () const
 
void changeHidden (const TracePartList &list)
 
EventType * eventType () const
 
TraceFunction * function () const
 
QColor groupColor (TraceFunction *) const
 
ProfileContext::Type groupType () const
 
bool isHidden (TracePart *) const
 
void setCallLevels (int callLevels)
 
void setData (TraceData *d)
 
void setEventType (EventType *ct)
 
void setFunction (TraceFunction *f)
 
void setGroupType (ProfileContext::Type gt)
 
void setVisualization (VisualizationMode)
 
void setZoomFunction (bool zoomFunction)
 
QString tipString (TreeMapItem *) const
 
VisualizationMode visualization () const
 
bool zoomFunction () const
 
- Public Member Functions inherited from TreeMapWidget
 TreeMapWidget (TreeMapItem *base, QWidget *parent=0)
 
 ~TreeMapWidget ()
 
void addSplitDirectionItems (QMenu *)
 
bool allowRotation () const
 
TreeMapItem * base () const
 
int borderWidth () const
 
bool clearSelection (TreeMapItem *parent=0)
 
TreeMapItem * current () const
 
const QFont & currentFont () const
 
bool defaultFieldForced (int) const
 
DrawParams::Position defaultFieldPosition (int) const
 
QString defaultFieldStop (int) const
 
QString defaultFieldType (int) const
 
bool defaultFieldVisible (int) const
 
void deletingItem (TreeMapItem *)
 
void drawFrame (int d, bool b)
 
bool drawFrame (int d) const
 
void drawTreeMap ()
 
bool fieldForced (int) const
 
DrawParams::Position fieldPosition (int) const
 
QString fieldPositionString (int) const
 
QString fieldStop (int) const
 
QString fieldType (int) const
 
bool fieldVisible (int) const
 
bool isSelected (TreeMapItem *i) const
 
bool isShadingEnabled () const
 
bool isTransparent (int d) const
 
TreeMapItem * item (int x, int y) const
 
int maxDrawingDepth () const
 
int maxSelectDepth () const
 
int minimalArea () const
 
TreeMapItem * possibleSelection (TreeMapItem *) const
 
void redraw (TreeMapItem *)
 
void redraw ()
 
void resort ()
 
TreeMapItemList selection () const
 
SelectionMode selectionMode () const
 
void setAllowRotation (bool)
 
void setBorderWidth (int w)
 
void setCurrent (TreeMapItem *, bool kbd=false)
 
void setFieldForced (int, bool)
 
void setFieldPosition (int, DrawParams::Position)
 
void setFieldPosition (int, const QString &)
 
void setFieldStop (int, const QString &)
 
void setFieldType (int, const QString &)
 
void setFieldVisible (int, bool)
 
void setMarked (int markNo=1, bool redraw=true)
 
void setMaxDrawingDepth (int d)
 
void setMaxSelectDepth (int d)
 
void setMinimalArea (int area)
 
void setRangeSelection (TreeMapItem *i1, TreeMapItem *i2, bool selected)
 
void setSelected (TreeMapItem *, bool selected=true)
 
void setSelectionMode (SelectionMode m)
 
void setShadingEnabled (bool s)
 
void setSkipIncorrectBorder (bool enable=true)
 
void setSplitMode (TreeMapItem::SplitMode m)
 
bool setSplitMode (const QString &)
 
void setTransparent (int d, bool b)
 
void setVisibleWidth (int width, bool reuseSpace=false)
 
bool skipIncorrectBorder () const
 
TreeMapItem::SplitMode splitMode () const
 
QString splitModeString () const
 
TreeMapItem * visibleItem (TreeMapItem *) const
 
TreeMapWidget * widget ()
 

Additional Inherited Members

- Signals inherited from TreeMapWidget
void clicked (TreeMapItem *)
 
void contextMenuRequested (TreeMapItem *, const QPoint &)
 
void currentChanged (TreeMapItem *, bool keyboard)
 
void doubleClicked (TreeMapItem *)
 
void returnPressed (TreeMapItem *)
 
void rightButtonPressed (TreeMapItem *, const QPoint &)
 
void selectionChanged ()
 
void selectionChanged (TreeMapItem *)
 
- Protected Slots inherited from TreeMapWidget
void splitActivated (QAction *)
 
- Protected Member Functions inherited from TreeMapWidget
void contextMenuEvent (QContextMenuEvent *)
 
bool event (QEvent *event)
 
void fontChange (const QFont &)
 
void keyPressEvent (QKeyEvent *)
 
void mouseDoubleClickEvent (QMouseEvent *)
 
void mouseMoveEvent (QMouseEvent *)
 
void mousePressEvent (QMouseEvent *)
 
void mouseReleaseEvent (QMouseEvent *)
 
void paintEvent (QPaintEvent *)
 

Detailed Description

Definition at line 31 of file partgraph.h.

Member Enumeration Documentation

enum PartAreaWidget::VisualizationMode
Enumerator
NoVisualization 
Partitioning 
Inclusive 

Definition at line 37 of file partgraph.h.

Constructor & Destructor Documentation

PartAreaWidget::PartAreaWidget ( QWidget *  parent = 0)

Definition at line 33 of file partgraph.cpp.

Member Function Documentation

int PartAreaWidget::callLevels ( ) const
inline

Definition at line 54 of file partgraph.h.

void PartAreaWidget::changeHidden ( const TracePartList &  list)

Definition at line 57 of file partgraph.cpp.

EventType* PartAreaWidget::eventType ( ) const
inline

Definition at line 49 of file partgraph.h.

TraceFunction* PartAreaWidget::function ( ) const
inline

Definition at line 51 of file partgraph.h.

QColor PartAreaWidget::groupColor ( TraceFunction *  f) const

Definition at line 130 of file partgraph.cpp.

ProfileContext::Type PartAreaWidget::groupType ( ) const
inline

Definition at line 50 of file partgraph.h.

bool PartAreaWidget::isHidden ( TracePart *  part) const

Definition at line 125 of file partgraph.cpp.

void PartAreaWidget::setCallLevels ( int  callLevels)

Definition at line 84 of file partgraph.cpp.

void PartAreaWidget::setData ( TraceData *  d)

Definition at line 46 of file partgraph.cpp.

void PartAreaWidget::setEventType ( EventType *  ct)

Definition at line 64 of file partgraph.cpp.

void PartAreaWidget::setFunction ( TraceFunction *  f)

Definition at line 103 of file partgraph.cpp.

void PartAreaWidget::setGroupType ( ProfileContext::Type  gt)

Definition at line 111 of file partgraph.cpp.

void PartAreaWidget::setVisualization ( VisualizationMode  m)

Definition at line 72 of file partgraph.cpp.

void PartAreaWidget::setZoomFunction ( bool  zoomFunction)

Definition at line 78 of file partgraph.cpp.

QString PartAreaWidget::tipString ( TreeMapItem *  i) const
virtual

Return tooltip string to show for a item (can be rich text) Default implementation gives lines with "text0 (text1)" going to root.

Reimplemented from TreeMapWidget.

Definition at line 138 of file partgraph.cpp.

VisualizationMode PartAreaWidget::visualization ( ) const
inline

Definition at line 52 of file partgraph.h.

bool PartAreaWidget::zoomFunction ( ) const
inline

Definition at line 53 of file partgraph.h.


The documentation for this class was generated from the following files:
  • partgraph.h
  • partgraph.cpp
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.

kcachegrind

Skip menu "kcachegrind"
  • Main Page
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdesdk API Reference

Skip menu "kdesdk API Reference"
  • kapptemplate
  • kcachegrind
  • kompare
  • lokalize
  • okteta
  • umbrello
  •   umbrello

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal