#include <Plasma/Widgets/FlashingLabel>
List of all members.
Public Slots |
void | kill () |
Protected Member Functions |
QSizeF | sizeHint (Qt::SizeHint which, const QSizeF &constraint) const |
Detailed Description
Provides flashing text or icons inside Plasma.
Definition at line 39 of file flashinglabel.h.
Constructor & Destructor Documentation
FlashingLabel::FlashingLabel |
( |
QGraphicsItem * |
parent = 0 | ) |
|
|
explicit |
FlashingLabel::~FlashingLabel |
( |
| ) |
|
|
virtual |
Member Function Documentation
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 |
Property Documentation
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-2013 The KDE developers.
Generated on Tue Jul 16 2013 11:45:01 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.