![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qbsdfbscreen.h"#include <QtFbSupport/private/qfbcursor_p.h>#include <QtFbSupport/private/qfbwindow_p.h>#include <QtCore/QFile>#include <QtCore/QRegularExpression>#include <QtGui/QPainter>#include <private/qcore_unix_p.h>#include <qimage.h>#include <qdebug.h>#include <unistd.h>#include <stdlib.h>#include <sys/ioctl.h>#include <sys/types.h>#include <sys/stat.h>#include <sys/mman.h>#include <fcntl.h>#include <errno.h>#include <stdio.h>#include <limits.h>#include <signal.h>#include <sys/consio.h>#include <sys/fbio.h>Go to the source code of this file.
Enumerations | |
| enum | { DefaultDPI = 100 , DefaultDPI = 100 } |
| enum | { DefaultDPI = 100 , DefaultDPI = 100 } |
Functions | |
| static int | openFramebufferDevice (const QString &dev) |
| static QRect | determineGeometry (const struct fbtype &fb, const QRect &userGeometry) |
| static QSizeF | determinePhysicalSize (const QSize &mmSize, const QSize &res) |
| anonymous enum |
| Enumerator | |
|---|---|
| DefaultDPI | |
| DefaultDPI | |
Definition at line 36 of file qbsdfbscreen.cpp.
| anonymous enum |
| Enumerator | |
|---|---|
| DefaultDPI | |
| DefaultDPI | |
Definition at line 36 of file qbsdfbscreen.cpp.
Definition at line 52 of file qbsdfbscreen.cpp.
Definition at line 89 of file qbsdfbscreen.cpp.
References DefaultDPI.
|
static |
Definition at line 40 of file qbsdfbscreen.cpp.