QwuiLabel Class Reference
A label webget. A label can be used to display text, an image and links. if you put.
More...
#include <qwuilabel.h>
List of all members.
Detailed Description
A label webget. A label can be used to display text, an image and links. if you put.
as text, the signal clicked() will be emited with "test" as parameter.
Member Enumeration Documentation
Constructor & Destructor Documentation
QwuiLabel::QwuiLabel |
( |
QwuiWebget * |
parent = NULL , |
|
|
const QString & |
webName = QString::null | |
|
) |
| | |
QwuiLabel::~QwuiLabel |
( |
|
) |
[virtual] |
Member Function Documentation
void QwuiLabel::clear |
( |
|
) |
[slot] |
void QwuiLabel::clicked |
( |
const QString & |
link |
) |
[signal] |
void QwuiLabel::handleClick |
( |
QString & |
mimeType |
) |
[private, slot] |
void QwuiLabel::image |
( |
QString & |
mimeType |
) |
[private, slot] |
const QImage * QwuiLabel::image |
( |
|
) |
const |
QString QwuiLabel::imageFile |
( |
|
) |
const |
void QwuiLabel::render |
( |
|
) |
[protected, virtual] |
void QwuiLabel::setImage |
( |
const QImage & |
p, |
|
|
bool |
clickable = false | |
|
) |
| | [slot] |
void QwuiLabel::setImageFile |
( |
const QString & |
f, |
|
|
bool |
clickable = false | |
|
) |
| | [slot] |
void QwuiLabel::setNum |
( |
double |
num |
) |
[slot] |
void QwuiLabel::setNum |
( |
int |
num |
) |
[slot] |
void QwuiLabel::setText |
( |
const QString & |
t |
) |
[slot] |
QString QwuiLabel::text |
( |
|
) |
const |
Member Data Documentation
The documentation for this class was generated from the following files: