#include <Plasma/Widgets/FlashingLabel>
|
| QSizeF | sizeHint (Qt::SizeHint which, const QSizeF &constraint) const |
| |
Provides flashing text or icons inside Plasma.
Definition at line 39 of file flashinglabel.h.
| FlashingLabel::FlashingLabel |
( |
QGraphicsItem * |
parent = 0 | ) |
|
|
explicit |
| FlashingLabel::~FlashingLabel |
( |
| ) |
|
|
virtual |
| bool Plasma::FlashingLabel::autohide |
( |
| ) |
const |
| QColor Plasma::FlashingLabel::color |
( |
| ) |
const |
| int Plasma::FlashingLabel::duration |
( |
| ) |
const |
| void FlashingLabel::fadeIn |
( |
| ) |
|
|
protectedslot |
| void FlashingLabel::fadeOut |
( |
| ) |
|
|
protectedslot |
| void FlashingLabel::flash |
( |
const QString & |
text, |
|
|
int |
duration = 0, |
|
|
const QTextOption & |
option = QTextOption(Qt::AlignCenter) |
|
) |
| |
| void FlashingLabel::flash |
( |
const QPixmap & |
pixmap, |
|
|
int |
duration = 0, |
|
|
Qt::Alignment |
align = Qt::AlignCenter |
|
) |
| |
| QFont Plasma::FlashingLabel::font |
( |
| ) |
const |
| void FlashingLabel::kill |
( |
| ) |
|
|
slot |
| void FlashingLabel::setAutohide |
( |
bool |
autohide | ) |
|
| void FlashingLabel::setColor |
( |
const QColor & |
color | ) |
|
| void FlashingLabel::setDuration |
( |
int |
duration | ) |
|
| void FlashingLabel::setFont |
( |
const QFont & |
font | ) |
|
| QSizeF FlashingLabel::sizeHint |
( |
Qt::SizeHint |
which, |
|
|
const QSizeF & |
constraint |
|
) |
| const |
|
protected |
| bool FlashingLabel::autohide |
|
readwrite |
| QColor FlashingLabel::color |
|
readwrite |
| int FlashingLabel::duration |
|
readwrite |
| QFont FlashingLabel::font |
|
readwrite |
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 22:48:35 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.