Qt 4.8
Public Functions | Public Variables | List of all members
QImageTextKeyLang Class Reference

#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
 

Detailed Description

Definition at line 69 of file qimage.h.

Constructors and Destructors

◆ QImageTextKeyLang() [1/2]

QImageTextKeyLang::QImageTextKeyLang ( const char *  k,
const char *  l 
)
inline

Definition at line 71 of file qimage.h.

71 : key(k), lang(l) { }
QByteArray lang
Definition: qimage.h:75
QFactoryLoader * l
QByteArray key
Definition: qimage.h:74

◆ QImageTextKeyLang() [2/2]

QImageTextKeyLang::QImageTextKeyLang ( )
inline

Definition at line 72 of file qimage.h.

72 { }

Functions

◆ operator!=()

bool QImageTextKeyLang::operator!= ( const QImageTextKeyLang other) const
inline

Definition at line 81 of file qimage.h.

82  { return !operator==(other); }
bool operator==(const QImageTextKeyLang &other) const
Definition: qimage.h:79

◆ operator<()

bool QImageTextKeyLang::operator< ( const QImageTextKeyLang other) const
inline

Definition at line 77 of file qimage.h.

78  { return key < other.key || (key==other.key && lang < other.lang); }
QByteArray lang
Definition: qimage.h:75
QByteArray key
Definition: qimage.h:74

◆ operator==()

bool QImageTextKeyLang::operator== ( const QImageTextKeyLang other) const
inline

Definition at line 79 of file qimage.h.

80  { return key==other.key && lang==other.lang; }
QByteArray lang
Definition: qimage.h:75
QByteArray key
Definition: qimage.h:74

Properties

◆ key

QByteArray QImageTextKeyLang::key

Definition at line 74 of file qimage.h.

Referenced by operator<(), operator==(), QImage::text(), and QImage::textList().

◆ lang

QByteArray QImageTextKeyLang::lang

Definition at line 75 of file qimage.h.

Referenced by operator<(), operator==(), QImage::text(), and QImage::textList().


The documentation for this class was generated from the following file: