Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qqnxwindow.cpp File Reference
#include "qqnxglobal.h"
#include "qqnxwindow.h"
#include "qqnxintegration.h"
#include "qqnxscreen.h"
#include "qqnxlgmon.h"
#include <QUuid>
#include <QtGui/QWindow>
#include <qpa/qwindowsysteminterface.h>
#include "private/qguiapplication_p.h"
#include <QtCore/QDebug>
#include <errno.h>
+ Include dependency graph for qqnxwindow.cpp:

Go to the source code of this file.

Macros

#define qWindowDebug   QT_NO_QDEBUG_MACRO
 
#define DECLARE_DEBUG_VAR(variable)
 

Macro Definition Documentation

◆ DECLARE_DEBUG_VAR

#define DECLARE_DEBUG_VAR (   variable)
Value:
static bool debug_ ## variable() \
{ static bool value = qgetenv("QNX_SCREEN_DEBUG").contains(QT_STRINGIFY(variable)); return value; }
bool contains(char c) const
This is an overloaded member function, provided for convenience. It differs from the above function o...
Definition qbytearray.h:583
EGLOutputLayerEXT EGLint EGLAttrib value
[5]
GLenum GLenum variable
Q_CORE_EXPORT QByteArray qgetenv(const char *varName)
#define QT_STRINGIFY(x)

Definition at line 30 of file qqnxwindow.cpp.

◆ qWindowDebug

#define qWindowDebug   QT_NO_QDEBUG_MACRO

Definition at line 25 of file qqnxwindow.cpp.