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

kcachegrind

Public Member Functions | List of all members
InstrItem Class Reference

#include <instritem.h>

Inheritance diagram for InstrItem:
Inheritance graph
[legend]

Public Member Functions

 InstrItem (InstrView *iv, QTreeWidget *parent, Addr addr, const QString &)
 
 InstrItem (InstrView *iv, QTreeWidget *parent, Addr addr, bool inside, const QString &, const QString &, const QString &, TraceInstr *instr)
 
 InstrItem (InstrView *iv, QTreeWidgetItem *parent, Addr addr, TraceInstr *instr, TraceInstrCall *instrCall)
 
 InstrItem (InstrView *iv, QTreeWidgetItem *parent, Addr addr, TraceInstr *instr, TraceInstrJump *instrJump)
 
Addr addr () const
 
bool inside () const
 
TraceInstr * instr () const
 
TraceInstrCall * instrCall () const
 
TraceInstrJump * instrJump () const
 
TraceInstrJump * jump (int i) const
 
int jumpCount () const
 
bool operator< (const QTreeWidgetItem &other) const
 
void setJumpArray (const QVector< TraceInstrJump * > &a)
 
void updateCost ()
 
void updateGroup ()
 
- Public Member Functions inherited from QTreeWidgetItem
 QTreeWidgetItem (int type)
 
 QTreeWidgetItem (const QStringList &strings, int type)
 
 QTreeWidgetItem (QTreeWidget *parent, const QStringList &strings, int type)
 
 QTreeWidgetItem (QTreeWidgetItem *parent, QTreeWidgetItem *preceding, int type)
 
 QTreeWidgetItem (const QTreeWidgetItem &other)
 
 QTreeWidgetItem (QTreeWidget *parent, QTreeWidgetItem *preceding, int type)
 
 QTreeWidgetItem (QTreeWidget *parent, int type)
 
 QTreeWidgetItem (QTreeWidgetItem *parent, int type)
 
 QTreeWidgetItem (QTreeWidgetItem *parent, const QStringList &strings, int type)
 
virtual  ~QTreeWidgetItem ()
 
void addChild (QTreeWidgetItem *child)
 
void addChildren (const QList< QTreeWidgetItem * > &children)
 
QBrush background (int column) const
 
QColor backgroundColor (int column) const
 
Qt::CheckState checkState (int column) const
 
QTreeWidgetItem * child (int index) const
 
int childCount () const
 
QTreeWidgetItem::ChildIndicatorPolicy childIndicatorPolicy () const
 
virtual QTreeWidgetItem * clone () const
 
int columnCount () const
 
virtual QVariant data (int column, int role) const
 
Qt::ItemFlags flags () const
 
QFont font (int column) const
 
QBrush foreground (int column) const
 
QIcon icon (int column) const
 
int indexOfChild (QTreeWidgetItem *child) const
 
void insertChild (int index, QTreeWidgetItem *child)
 
void insertChildren (int index, const QList< QTreeWidgetItem * > &children)
 
bool isDisabled () const
 
bool isExpanded () const
 
bool isFirstColumnSpanned () const
 
bool isHidden () const
 
bool isSelected () const
 
QTreeWidgetItem & operator= (const QTreeWidgetItem &other)
 
QTreeWidgetItem * parent () const
 
virtual void read (QDataStream &in)
 
void removeChild (QTreeWidgetItem *child)
 
void setBackground (int column, const QBrush &brush)
 
void setBackgroundColor (int column, const QColor &color)
 
void setCheckState (int column, Qt::CheckState state)
 
void setChildIndicatorPolicy (QTreeWidgetItem::ChildIndicatorPolicy policy)
 
virtual void setData (int column, int role, const QVariant &value)
 
void setDisabled (bool disabled)
 
void setExpanded (bool expand)
 
void setFirstColumnSpanned (bool span)
 
void setFlags (QFlags< Qt::ItemFlag > flags)
 
void setFont (int column, const QFont &font)
 
void setForeground (int column, const QBrush &brush)
 
void setHidden (bool hide)
 
void setIcon (int column, const QIcon &icon)
 
void setSelected (bool select)
 
void setSizeHint (int column, const QSize &size)
 
void setStatusTip (int column, const QString &statusTip)
 
void setText (int column, const QString &text)
 
void setTextAlignment (int column, int alignment)
 
void setTextColor (int column, const QColor &color)
 
void setToolTip (int column, const QString &toolTip)
 
void setWhatsThis (int column, const QString &whatsThis)
 
QSize sizeHint (int column) const
 
void sortChildren (int column, Qt::SortOrder order)
 
QString statusTip (int column) const
 
QTreeWidgetItem * takeChild (int index)
 
QList< QTreeWidgetItem * > takeChildren ()
 
QString text (int column) const
 
int textAlignment (int column) const
 
QColor textColor (int column) const
 
QString toolTip (int column) const
 
QTreeWidget * treeWidget () const
 
int type () const
 
QString whatsThis (int column) const
 
virtual void write (QDataStream &out) const
 

Additional Inherited Members

- Protected Member Functions inherited from QTreeWidgetItem
void emitDataChanged ()
 

Detailed Description

Definition at line 34 of file instritem.h.

Constructor & Destructor Documentation

InstrItem::InstrItem ( InstrView *  iv,
QTreeWidget *  parent,
Addr  addr,
const QString &  msg 
)

Definition at line 38 of file instritem.cpp.

InstrItem::InstrItem ( InstrView *  iv,
QTreeWidget *  parent,
Addr  addr,
bool  inside,
const QString &  code,
const QString &  cmd,
const QString &  args,
TraceInstr *  instr 
)

Definition at line 61 of file instritem.cpp.

InstrItem::InstrItem ( InstrView *  iv,
QTreeWidgetItem *  parent,
Addr  addr,
TraceInstr *  instr,
TraceInstrCall *  instrCall 
)

Definition at line 95 of file instritem.cpp.

InstrItem::InstrItem ( InstrView *  iv,
QTreeWidgetItem *  parent,
Addr  addr,
TraceInstr *  instr,
TraceInstrJump *  instrJump 
)

Definition at line 132 of file instritem.cpp.

Member Function Documentation

Addr InstrItem::addr ( ) const
inline

Definition at line 56 of file instritem.h.

bool InstrItem::inside ( ) const
inline

Definition at line 57 of file instritem.h.

TraceInstr* InstrItem::instr ( ) const
inline

Definition at line 58 of file instritem.h.

TraceInstrCall* InstrItem::instrCall ( ) const
inline

Definition at line 59 of file instritem.h.

TraceInstrJump* InstrItem::instrJump ( ) const
inline

Definition at line 60 of file instritem.h.

TraceInstrJump* InstrItem::jump ( int  i) const
inline

Definition at line 61 of file instritem.h.

int InstrItem::jumpCount ( ) const
inline

Definition at line 62 of file instritem.h.

bool InstrItem::operator< ( const QTreeWidgetItem &  other) const
virtual

Reimplemented from QTreeWidgetItem.

Definition at line 256 of file instritem.cpp.

void InstrItem::setJumpArray ( const QVector< TraceInstrJump * > &  a)

Definition at line 298 of file instritem.cpp.

void InstrItem::updateCost ( )

Definition at line 177 of file instritem.cpp.

void InstrItem::updateGroup ( )

Definition at line 168 of file instritem.cpp.


The documentation for this class was generated from the following files:
  • instritem.h
  • instritem.cpp
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:39:50 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
  • 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