CFx SDK Documentation
2020SP3
|
Go to the source code of this file.
Classes | |
struct | QLatin1Char |
class | QChar |
Macros | |
#define | Q_INT64_C(c) static_cast<long long>(c ## LL) /* signed 64 bit constant */ |
#define | Q_UINT64_C(c) static_cast<unsigned long long>(c ## ULL) /* unsigned 64 bit constant */ |
#define | QRGB_H |
Typedefs | |
typedef long long | qint64 |
typedef unsigned long long | quint64 |
typedef qint64 | qlonglong |
typedef quint64 | qulonglong |
typedef unsigned short | ushort |
typedef unsigned char | uchar |
typedef unsigned int | uint |
typedef unsigned long | ulong |
typedef unsigned int | QRgb |
Functions | |
int | qRed (QRgb rgb) |
int | qGreen (QRgb rgb) |
int | qBlue (QRgb rgb) |
int | qAlpha (QRgb rgb) |
int | qGray (int r, int g, int b) |
int | qGray (QRgb rgb) |
QRgb | qRgb (int r, int g, int b) |
QRgb | qRgba (int r, int g, int b, int a) |
#define Q_INT64_C | ( | c | ) | static_cast<long long>(c ## LL) /* signed 64 bit constant */ |
Definition at line 62 of file FxQtCore.h.
#define Q_UINT64_C | ( | c | ) | static_cast<unsigned long long>(c ## ULL) /* unsigned 64 bit constant */ |
Definition at line 63 of file FxQtCore.h.
#define QRGB_H |
Definition at line 96 of file FxQtCore.h.
typedef long long qint64 |
Definition at line 64 of file FxQtCore.h.
Definition at line 68 of file FxQtCore.h.
typedef unsigned int QRgb |
Definition at line 98 of file FxQtCore.h.
typedef unsigned long long quint64 |
Definition at line 65 of file FxQtCore.h.
typedef quint64 qulonglong |
Definition at line 69 of file FxQtCore.h.
typedef unsigned char uchar |
Definition at line 72 of file FxQtCore.h.
typedef unsigned int uint |
Definition at line 73 of file FxQtCore.h.
typedef unsigned long ulong |
Definition at line 74 of file FxQtCore.h.
typedef unsigned short ushort |
Definition at line 71 of file FxQtCore.h.
|
inline |
Definition at line 109 of file FxQtCore.h.
|
inline |
Definition at line 106 of file FxQtCore.h.
|
inline |
Definition at line 112 of file FxQtCore.h.
|
inline |
Definition at line 115 of file FxQtCore.h.
|
inline |
Definition at line 103 of file FxQtCore.h.
|
inline |
Definition at line 100 of file FxQtCore.h.
|
inline |
Definition at line 118 of file FxQtCore.h.
|
inline |
Definition at line 121 of file FxQtCore.h.