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
qqnxwindow.cpp File Reference

(4946982534d4d256590dffd44046fe642456703f)

#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 DECLARE_DEBUG_VAR(variable)
 

Functions

QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY (lcQpaWindow, "qt.qpa.window")
 

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; }
EGLOutputLayerEXT EGLint EGLAttrib value
[5]
GLenum GLenum variable
Q_CORE_EXPORT QByteArray qgetenv(const char *varName)
#define QT_STRINGIFY(x)

Definition at line 28 of file qqnxwindow.cpp.

Function Documentation

◆ Q_LOGGING_CATEGORY()

QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY ( lcQpaWindow ,
"qt.qpa.window"  )