![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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.
Functions | |
QT_BEGIN_NAMESPACE | Q_LOGGING_CATEGORY (lcQpaScreen, "qt.qpa.screen") |
static 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 |
|
static |
Definition at line 233 of file qqnxscreen.cpp.
Referenced by QQnxScreen::depth().
|
static |
Definition at line 33 of file qqnxscreen.cpp.
|
static |
Check if the supplied angles are perpendicular to each other.
Definition at line 325 of file qqnxscreen.cpp.
Referenced by QQnxScreen::setRotation().
QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY | ( | lcQpaScreen | , |
"qt.qpa.screen" | ) |
|
static |
Definition at line 27 of file qqnxscreen.cpp.