#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::FlashingLabel |
( |
QGraphicsItem * |
parent = 0 | ) |
|
|
explicit |
§ ~FlashingLabel()
FlashingLabel::~FlashingLabel |
( |
| ) |
|
|
virtual |
§ autohide()
bool Plasma::FlashingLabel::autohide |
( |
| ) |
const |
§ color()
QColor Plasma::FlashingLabel::color |
( |
| ) |
const |
§ duration()
int Plasma::FlashingLabel::duration |
( |
| ) |
const |
§ fadeIn
void FlashingLabel::fadeIn |
( |
| ) |
|
|
protectedslot |
§ fadeOut
void FlashingLabel::fadeOut |
( |
| ) |
|
|
protectedslot |
§ flash() [1/2]
void FlashingLabel::flash |
( |
const QString & |
text, |
|
|
int |
duration = 0 , |
|
|
const QTextOption & |
option = QTextOption(Qt::AlignCenter) |
|
) |
| |
§ flash() [2/2]
void FlashingLabel::flash |
( |
const QPixmap & |
pixmap, |
|
|
int |
duration = 0 , |
|
|
Qt::Alignment |
align = Qt::AlignCenter |
|
) |
| |
§ font()
QFont Plasma::FlashingLabel::font |
( |
| ) |
const |
§ kill
void FlashingLabel::kill |
( |
| ) |
|
|
slot |
§ paint()
§ setAutohide()
void FlashingLabel::setAutohide |
( |
bool |
autohide | ) |
|
§ setColor()
void FlashingLabel::setColor |
( |
const QColor & |
color | ) |
|
§ setDuration()
void FlashingLabel::setDuration |
( |
int |
duration | ) |
|
§ setFont()
void FlashingLabel::setFont |
( |
const QFont & |
font | ) |
|
§ sizeHint()
QSizeF FlashingLabel::sizeHint |
( |
Qt::SizeHint |
which, |
|
|
const QSizeF & |
constraint |
|
) |
| const |
|
protected |
§ autohide
bool FlashingLabel::autohide |
|
readwrite |
§ color
QColor FlashingLabel::color |
|
readwrite |
§ duration
int FlashingLabel::duration |
|
readwrite |
§ font
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-2016 The KDE developers.
Generated on Thu Oct 20 2016 07:16:19 by
doxygen 1.8.12 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.