CFx SDK Documentation  2020SP3
Classes | Macros | Typedefs | Functions
FxQtCore.h File Reference
#include "FxPragmaPush.h"
#include "FxPragmaPop.h"

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)
 

Macro Definition Documentation

◆ Q_INT64_C

#define Q_INT64_C (   c)    static_cast<long long>(c ## LL) /* signed 64 bit constant */

Definition at line 62 of file FxQtCore.h.

◆ Q_UINT64_C

#define Q_UINT64_C (   c)    static_cast<unsigned long long>(c ## ULL) /* unsigned 64 bit constant */

Definition at line 63 of file FxQtCore.h.

◆ QRGB_H

#define QRGB_H

Definition at line 96 of file FxQtCore.h.

Typedef Documentation

◆ qint64

typedef long long qint64

Definition at line 64 of file FxQtCore.h.

◆ qlonglong

typedef qint64 qlonglong

Definition at line 68 of file FxQtCore.h.

◆ QRgb

typedef unsigned int QRgb

Definition at line 98 of file FxQtCore.h.

◆ quint64

typedef unsigned long long quint64

Definition at line 65 of file FxQtCore.h.

◆ qulonglong

Definition at line 69 of file FxQtCore.h.

◆ uchar

typedef unsigned char uchar

Definition at line 72 of file FxQtCore.h.

◆ uint

typedef unsigned int uint

Definition at line 73 of file FxQtCore.h.

◆ ulong

typedef unsigned long ulong

Definition at line 74 of file FxQtCore.h.

◆ ushort

typedef unsigned short ushort

Definition at line 71 of file FxQtCore.h.

Function Documentation

◆ qAlpha()

int qAlpha ( QRgb  rgb)
inline

Definition at line 109 of file FxQtCore.h.

◆ qBlue()

int qBlue ( QRgb  rgb)
inline

Definition at line 106 of file FxQtCore.h.

◆ qGray() [1/2]

int qGray ( int  r,
int  g,
int  b 
)
inline

Definition at line 112 of file FxQtCore.h.

◆ qGray() [2/2]

int qGray ( QRgb  rgb)
inline

Definition at line 115 of file FxQtCore.h.

◆ qGreen()

int qGreen ( QRgb  rgb)
inline

Definition at line 103 of file FxQtCore.h.

◆ qRed()

int qRed ( QRgb  rgb)
inline

Definition at line 100 of file FxQtCore.h.

◆ qRgb()

QRgb qRgb ( int  r,
int  g,
int  b 
)
inline

Definition at line 118 of file FxQtCore.h.

◆ qRgba()

QRgb qRgba ( int  r,
int  g,
int  b,
int  a 
)
inline

Definition at line 121 of file FxQtCore.h.