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

(c610cfe328d911a3cc145f09dade2cd61e5153e2)

#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)
 

Function Documentation

◆ operator<<()

Q_GUI_EXPORT QDebug operator<< ( QDebug debug,
const QScreen * screen )

Definition at line 758 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: