kcachegrind
#include <treemap.h>
|
| | 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 () |
| |
Definition at line 95 of file treemap.h.
| StoredDrawParams::StoredDrawParams |
( |
| ) |
|
| StoredDrawParams::StoredDrawParams |
( |
const QColor & |
c, |
|
|
bool |
selected = false, |
|
|
bool |
current = false |
|
) |
| |
|
explicit |
| QColor StoredDrawParams::backColor |
( |
| ) |
const |
|
inlinevirtual |
| bool StoredDrawParams::current |
( |
| ) |
const |
|
inlinevirtual |
| bool StoredDrawParams::drawFrame |
( |
| ) |
const |
|
inlinevirtual |
| void StoredDrawParams::drawFrame |
( |
bool |
b | ) |
|
|
inline |
| int StoredDrawParams::fieldCount |
( |
| ) |
const |
|
inlinevirtual |
| const QFont & StoredDrawParams::font |
( |
| ) |
const |
|
virtual |
| int StoredDrawParams::maxLines |
( |
int |
f | ) |
const |
|
virtual |
| QPixmap StoredDrawParams::pixmap |
( |
int |
f | ) |
const |
|
virtual |
| bool StoredDrawParams::rotated |
( |
| ) |
const |
|
inlinevirtual |
| bool StoredDrawParams::selected |
( |
| ) |
const |
|
inlinevirtual |
| void StoredDrawParams::setBackColor |
( |
const QColor & |
c | ) |
|
|
inline |
| void StoredDrawParams::setCurrent |
( |
bool |
b | ) |
|
|
inline |
| void StoredDrawParams::setMaxLines |
( |
int |
f, |
|
|
int |
m |
|
) |
| |
| void StoredDrawParams::setPixmap |
( |
int |
f, |
|
|
const QPixmap & |
pm |
|
) |
| |
| void StoredDrawParams::setPosition |
( |
int |
f, |
|
|
Position |
p |
|
) |
| |
| void StoredDrawParams::setRotated |
( |
bool |
b | ) |
|
|
inline |
| void StoredDrawParams::setSelected |
( |
bool |
b | ) |
|
|
inline |
| void StoredDrawParams::setShaded |
( |
bool |
b | ) |
|
|
inline |
| void StoredDrawParams::setText |
( |
int |
f, |
|
|
const QString & |
t |
|
) |
| |
| bool StoredDrawParams::shaded |
( |
| ) |
const |
|
inlinevirtual |
| QString StoredDrawParams::text |
( |
int |
f | ) |
const |
|
virtual |
| QColor StoredDrawParams::_backColor |
|
protected |
| bool StoredDrawParams::_current |
|
protected |
| bool StoredDrawParams::_drawFrame |
|
protected |
| bool StoredDrawParams::_rotated |
|
protected |
| bool StoredDrawParams::_selected |
|
protected |
| bool StoredDrawParams::_shaded |
|
protected |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:39:51 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.