kcachegrind
CanvasNode Class Reference
#include <callgraphview.h>
Inheritance diagram for CanvasNode:

Public Member Functions | |
CanvasNode (CallGraphView *, GraphNode *, int, int, int, int) | |
GraphNode * | node () |
void | paint (QPainter *, const QStyleOptionGraphicsItem *, QWidget *) |
void | setSelected (bool) |
int | type () const |
void | updateGroup () |
![]() | |
StoredDrawParams () | |
StoredDrawParams (const QColor &c, bool selected=false, bool current=false) | |
QColor | backColor () const |
bool | current () const |
bool | drawFrame () const |
void | drawFrame (bool b) |
int | fieldCount () const |
const QFont & | font () const |
int | maxLines (int) const |
QPixmap | pixmap (int) const |
Position | position (int) const |
bool | rotated () const |
bool | selected () const |
void | setBackColor (const QColor &c) |
void | setCurrent (bool b) |
void | setField (int f, const QString &t, const QPixmap &pm=QPixmap(), Position p=Default, int maxLines=0) |
void | setMaxLines (int f, int) |
void | setPixmap (int f, const QPixmap &) |
void | setPosition (int f, Position) |
void | setRotated (bool b) |
void | setSelected (bool b) |
void | setShaded (bool b) |
void | setText (int f, const QString &) |
bool | shaded () const |
QString | text (int) const |
![]() | |
virtual | ~DrawParams () |
Additional Inherited Members | |
![]() | |
enum | Position { TopLeft, TopCenter, TopRight, BottomLeft, BottomCenter, BottomRight, Default, Unknown } |
![]() | |
QColor | _backColor |
bool | _current:1 |
bool | _drawFrame:1 |
bool | _rotated:1 |
bool | _selected:1 |
bool | _shaded:1 |
Detailed Description
Definition at line 418 of file callgraphview.h.
Constructor & Destructor Documentation
CanvasNode::CanvasNode | ( | CallGraphView * | v, |
GraphNode * | n, | ||
int | x, | ||
int | y, | ||
int | w, | ||
int | h | ||
) |
Definition at line 1161 of file callgraphview.cpp.
Member Function Documentation
|
inline |
Definition at line 427 of file callgraphview.h.
void CanvasNode::paint | ( | QPainter * | p, |
const QStyleOptionGraphicsItem * | option, | ||
QWidget * | |||
) |
Definition at line 1216 of file callgraphview.cpp.
void CanvasNode::setSelected | ( | bool | s | ) |
Definition at line 1199 of file callgraphview.cpp.
|
inline |
Definition at line 432 of file callgraphview.h.
void CanvasNode::updateGroup | ( | ) |
Definition at line 1205 of file callgraphview.cpp.
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:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:03:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.