Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qqnxglobal.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#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

◆ Q_SCREEN_CRITICALERROR

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, qCDebug, qCritical, and qWarning.

+ Here is the call graph for this function: