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.h File Reference

(706dafe347528dbcbaaf3b4d75fa78bd633d876b)

#include <QtGui/qtguiglobal.h>
#include <QtCore/QList>
#include <QtCore/QObject>
#include <QtCore/QRect>
#include <QtCore/QSize>
#include <QtCore/QSizeF>
#include <QtGui/QTransform>
#include <QtCore/qnamespace.h>
#include <QtCore/qnativeinterface.h>
#include <QtGui/qscreen_platform.h>
+ Include dependency graph for qscreen.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QScreen
 The QScreen class is used to query screen properties. \inmodule QtGui. More...
 

Functions

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

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: