9#include <QtCore/QCoreApplication>
56 inline int width()
const;
62 static inline quint16 littleEndianInt(
const unsigned char *
d);
83inline quint16 QTgaFile::littleEndianInt(
const unsigned char *
d)
85 return d[0] +
d[1] * 256;
90 return littleEndianInt(&mHeader[
XOffset]);
95 return littleEndianInt(&mHeader[
YOffset]);
100 return littleEndianInt(&mHeader[
Width]);
105 return littleEndianInt(&mHeader[
Height]);
\inmodule QtCore \reentrant
\macro QT_RESTRICTED_CAST_FROM_ASCII
bool isEmpty() const
Returns true if the string has no characters; otherwise returns false.
QString errorMessage() const
Compression compression() const
Combined button and popup list for selecting options.
#define Q_DECLARE_TR_FUNCTIONS(context)