![]() |
Qt 6.x
The Qt SDK
|
#include "qqnxglobal.h"
#include "qqnxscreen.h"
#include "qqnxwindow.h"
#include "qqnxcursor.h"
#include <QtCore/QThread>
#include <QtCore/QDebug>
#include <qpa/qwindowsysteminterface.h>
#include <errno.h>
Go to the source code of this file.
Macros | |
#define | qScreenDebug QT_NO_QDEBUG_MACRO |
Functions | |
static QT_BEGIN_NAMESPACE QSize | determineScreenSize (screen_display_t display, bool primaryScreen) |
static int | defaultDepth () |
static bool | isOrthogonal (int angle1, int angle2) |
Check if the supplied angles are perpendicular to each other. | |
Variables | |
static const int | MAX_UNDERLAY_ZORDER = -1 |
#define qScreenDebug QT_NO_QDEBUG_MACRO |
Definition at line 19 of file qqnxscreen.cpp.
|
static |
Definition at line 235 of file qqnxscreen.cpp.
References defaultDepth(), qEnvironmentVariableIntValue(), and qScreenDebug.
Referenced by defaultDepth(), and QQnxScreen::depth().
|
static |
Definition at line 35 of file qqnxscreen.cpp.
References QSize::height(), QString::isEmpty(), Q_SCREEN_CHECKERROR, qgetenv(), qScreenDebug, qWarning, QString::split(), and QSize::width().
Referenced by QQnxScreen::QQnxScreen().
|
static |
Check if the supplied angles are perpendicular to each other.
Definition at line 327 of file qqnxscreen.cpp.
Referenced by QQnxScreen::setRotation().
|
static |
Definition at line 31 of file qqnxscreen.cpp.
Referenced by QQnxScreen::newWindowCreated().