![]() |
Qt 6.x
The Qt SDK
|
#include "qscreen.h"#include "qscreen_p.h"#include "qpixmap.h"#include "qguiapplication_p.h"#include <qpa/qplatformscreen.h>#include <qpa/qplatformscreen_p.h>#include <QtCore/QDebug>#include <QtCore/private/qobject_p.h>#include "qhighdpiscaling_p.h"#include "moc_qscreen.cpp"
Include dependency graph for qscreen.cpp:Go to the source code of this file.
Functions | |
| Q_GUI_EXPORT QDebug | operator<< (QDebug debug, const QScreen *screen) |
Definition at line 743 of file qscreen.cpp.
References QScreen::availableGeometry, debug, QScreen::devicePixelRatio, QScreen::geometry, QSizeF::height(), QScreen::logicalDotsPerInchX, QScreen::logicalDotsPerInchY, QScreen::name, QScreen::orientation, QScreen::physicalDotsPerInchX, QScreen::physicalDotsPerInchY, QScreen::physicalSize, QGuiApplication::primaryScreen, screen, and QSizeF::width().
Here is the call graph for this function: