Definition at line 18 of file QskLabelData.h.
◆ QskLabelData() [1/4]
| QskLabelData::QskLabelData |
( |
const char * |
text | ) |
|
◆ QskLabelData() [2/4]
| QskLabelData::QskLabelData |
( |
const QString & |
text | ) |
|
◆ QskLabelData() [3/4]
| QskLabelData::QskLabelData |
( |
const QskIcon & |
icon | ) |
|
◆ QskLabelData() [4/4]
| QskLabelData::QskLabelData |
( |
const QString & |
text, |
|
|
const QskIcon & |
icon |
|
) |
| |
◆ hash()
| QskHashValue QskLabelData::hash |
( |
QskHashValue |
seed | ) |
const |
◆ icon()
| QskIcon QskLabelData::icon |
( |
| ) |
const |
|
inlinenoexcept |
◆ iconSource()
| QUrl QskLabelData::iconSource |
( |
| ) |
const |
|
inlinenoexcept |
◆ isEmpty()
| bool QskLabelData::isEmpty |
( |
| ) |
const |
|
inline |
◆ operator!=()
| bool QskLabelData::operator!= |
( |
const QskLabelData & |
other | ) |
const |
|
inlinenoexcept |
◆ operator==()
| bool QskLabelData::operator== |
( |
const QskLabelData & |
other | ) |
const |
|
noexcept |
◆ setIcon()
| void QskLabelData::setIcon |
( |
const QskIcon & |
icon | ) |
|
◆ setIconSource()
| void QskLabelData::setIconSource |
( |
const QUrl & |
source | ) |
|
◆ setText()
| void QskLabelData::setText |
( |
const QString & |
text | ) |
|
◆ text()
| QString QskLabelData::text |
( |
| ) |
const |
|
inlinenoexcept |
◆ iconSource
| QUrl QskLabelData::iconSource |
|
readwrite |
◆ text
| QString QskLabelData::text |
|
readwrite |