CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
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)
 
#define Q_UINT64_C(c)
 
#define QRGB_H
 

Typedefs

typedef qint64 qlonglong
 
typedef quint64 qulonglong
 
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)
Value:
static_cast<long long>(c ## LL) /* signed 64 bit constant */

Definition at line 64 of file FxQtCore.h.

◆ Q_UINT64_C

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

Definition at line 65 of file FxQtCore.h.

◆ QRGB_H

#define QRGB_H

Definition at line 98 of file FxQtCore.h.

Typedef Documentation

◆ qlonglong

typedef qint64 qlonglong

Definition at line 70 of file FxQtCore.h.

◆ QRgb

typedef unsigned int QRgb

Definition at line 100 of file FxQtCore.h.

◆ qulonglong

Definition at line 71 of file FxQtCore.h.

Function Documentation

◆ qAlpha()

int qAlpha ( QRgb rgb)
inline

Definition at line 111 of file FxQtCore.h.

◆ qBlue()

int qBlue ( QRgb rgb)
inline

Definition at line 108 of file FxQtCore.h.

◆ qGray() [1/2]

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

Definition at line 114 of file FxQtCore.h.

◆ qGray() [2/2]

int qGray ( QRgb rgb)
inline

Definition at line 117 of file FxQtCore.h.

◆ qGreen()

int qGreen ( QRgb rgb)
inline

Definition at line 105 of file FxQtCore.h.

◆ qRed()

int qRed ( QRgb rgb)
inline

Definition at line 102 of file FxQtCore.h.

◆ qRgb()

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

Definition at line 120 of file FxQtCore.h.

◆ qRgba()

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

Definition at line 123 of file FxQtCore.h.