Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qqnxglobal.h File Reference
#include <qglobal.h>
+ Include dependency graph for qqnxglobal.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define Q_SCREEN_CHECKERROR(x, message)   qScreenCheckError(x, Q_FUNC_INFO, message, false)
 
#define Q_SCREEN_CRITICALERROR(x, message)   qScreenCheckError(x, Q_FUNC_INFO, message, true)
 

Functions

QT_BEGIN_NAMESPACE void qScreenCheckError (int rc, const char *funcInfo, const char *message, bool critical)
 

Macro Definition Documentation

◆ Q_SCREEN_CHECKERROR

#define Q_SCREEN_CHECKERROR (   x,
  message 
)    qScreenCheckError(x, Q_FUNC_INFO, message, false)

Definition at line 13 of file qqnxglobal.h.

◆ Q_SCREEN_CRITICALERROR

#define Q_SCREEN_CRITICALERROR (   x,
  message 
)    qScreenCheckError(x, Q_FUNC_INFO, message, true)

Definition at line 16 of file qqnxglobal.h.

Function Documentation

◆ qScreenCheckError()

QT_BEGIN_NAMESPACE void qScreenCheckError ( int  rc,
const char *  funcInfo,
const char *  message,
bool  critical 
)

Definition at line 10 of file qqnxglobal.cpp.

References QQnxIntegration::AlwaysFlushScreenContext, QQnxIntegration::instance(), Q_UNLIKELY, qCritical, and qWarning.

+ Here is the call graph for this function: