Qt 4.8
|
#include <qimage.h>
Public Functions | |
bool | operator!= (const QImageTextKeyLang &other) const |
bool | operator< (const QImageTextKeyLang &other) const |
bool | operator== (const QImageTextKeyLang &other) const |
QImageTextKeyLang (const char *k, const char *l) | |
QImageTextKeyLang () | |
Public Variables | |
QByteArray | key |
QByteArray | lang |
|
inline |
|
inline |
Definition at line 81 of file qimage.h.
|
inline |
|
inline |
QByteArray QImageTextKeyLang::key |
Definition at line 74 of file qimage.h.
Referenced by operator<(), operator==(), QImage::text(), and QImage::textList().
QByteArray QImageTextKeyLang::lang |
Definition at line 75 of file qimage.h.
Referenced by operator<(), operator==(), QImage::text(), and QImage::textList().