QScreen

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (C++)
class QScreen : QObject {}

Destructor

~this
~this()
Undocumented in source.

Members

Functions

angleBetween
int angleBetween(qt.core.namespace.ScreenOrientation a, qt.core.namespace.ScreenOrientation b)
Undocumented in source.
availableGeometry
QRect availableGeometry()
Undocumented in source.
availableGeometryChanged
void availableGeometryChanged(const(QRect) geometry)
Undocumented in source.
availableSize
QSize availableSize()
Undocumented in source.
availableVirtualGeometry
QRect availableVirtualGeometry()
Undocumented in source.
availableVirtualSize
QSize availableVirtualSize()
Undocumented in source.
depth
int depth()
Undocumented in source.
devicePixelRatio
qreal devicePixelRatio()
Undocumented in source.
geometry
QRect geometry()
Undocumented in source.
geometryChanged
void geometryChanged(const(QRect) geometry)
Undocumented in source.
grabWindow
QPixmap grabWindow(WId window, int x, int y, int w, int h)
Undocumented in source.
handle
QPlatformScreen* handle()
Undocumented in source.
isLandscape
bool isLandscape(qt.core.namespace.ScreenOrientation orientation)
Undocumented in source.
isPortrait
bool isPortrait(qt.core.namespace.ScreenOrientation orientation)
Undocumented in source.
logicalDotsPerInch
qreal logicalDotsPerInch()
Undocumented in source.
logicalDotsPerInchChanged
void logicalDotsPerInchChanged(qreal dpi)
Undocumented in source.
logicalDotsPerInchX
qreal logicalDotsPerInchX()
Undocumented in source.
logicalDotsPerInchY
qreal logicalDotsPerInchY()
Undocumented in source.
manufacturer
QString manufacturer()
Undocumented in source.
mapBetween
QRect mapBetween(qt.core.namespace.ScreenOrientation a, qt.core.namespace.ScreenOrientation b, const(QRect) rect)
Undocumented in source.
model
QString model()
Undocumented in source.
name
QString name()
Undocumented in source.
nativeOrientation
qt.core.namespace.ScreenOrientation nativeOrientation()
Undocumented in source.
orientation
qt.core.namespace.ScreenOrientation orientation()
Undocumented in source.
orientationChanged
void orientationChanged(qt.core.namespace.ScreenOrientation orientation)
Undocumented in source.
orientationUpdateMask
qt.core.namespace.ScreenOrientations orientationUpdateMask()
Undocumented in source.
physicalDotsPerInch
qreal physicalDotsPerInch()
Undocumented in source.
physicalDotsPerInchChanged
void physicalDotsPerInchChanged(qreal dpi)
Undocumented in source.
physicalDotsPerInchX
qreal physicalDotsPerInchX()
Undocumented in source.
physicalDotsPerInchY
qreal physicalDotsPerInchY()
Undocumented in source.
physicalSize
QSizeF physicalSize()
Undocumented in source.
physicalSizeChanged
void physicalSizeChanged(const(QSizeF) size)
Undocumented in source.
primaryOrientation
qt.core.namespace.ScreenOrientation primaryOrientation()
Undocumented in source.
primaryOrientationChanged
void primaryOrientationChanged(qt.core.namespace.ScreenOrientation orientation)
Undocumented in source.
refreshRate
qreal refreshRate()
Undocumented in source.
refreshRateChanged
void refreshRateChanged(qreal refreshRate)
Undocumented in source.
serialNumber
QString serialNumber()
Undocumented in source.
setOrientationUpdateMask
void setOrientationUpdateMask(qt.core.namespace.ScreenOrientations mask)
Undocumented in source.
size
QSize size()
Undocumented in source.
transformBetween
QTransform transformBetween(qt.core.namespace.ScreenOrientation a, qt.core.namespace.ScreenOrientation b, const(QRect) target)
Undocumented in source.
virtualGeometry
QRect virtualGeometry()
Undocumented in source.
virtualGeometryChanged
void virtualGeometryChanged(const(QRect) rect)
Undocumented in source.
virtualSiblingAt
QScreen virtualSiblingAt(QPoint point)
Undocumented in source.
virtualSiblings
QList!(QScreen) virtualSiblings()
Undocumented in source.
virtualSize
QSize virtualSize()
Undocumented in source.

Inherited Members

From QObject

~this
~this()
Undocumented in source.
QSignal
struct QSignal
Undocumented in source.
QSlot
struct QSlot
Undocumented in source.
QInvokable
struct QInvokable
Undocumented in source.
QScriptable
struct QScriptable
Undocumented in source.
Q_OBJECT
enum Q_OBJECT;
Undocumented in source.
Q_OBJECT_D
enum Q_OBJECT_D;
Undocumented in source.
Q_SIGNAL_IMPL_D
enum Q_SIGNAL_IMPL_D;
Undocumented in source.
event
bool event(QEvent event)
Undocumented in source.
eventFilter
bool eventFilter(QObject watched, QEvent event)
Undocumented in source.
tr
QString tr(const(char)* sourceText, const(char)* , int )
Undocumented in source. Be warned that the author may not have intended to support it.
objectName
QString objectName()
Undocumented in source.
setObjectName
void setObjectName(const(QString) name)
Undocumented in source.
setObjectName
void setObjectName(const(char)[] name)
Undocumented in source. Be warned that the author may not have intended to support it.
isWidgetType
bool isWidgetType()
Undocumented in source. Be warned that the author may not have intended to support it.
isWindowType
bool isWindowType()
Undocumented in source. Be warned that the author may not have intended to support it.
signalsBlocked
bool signalsBlocked()
Undocumented in source. Be warned that the author may not have intended to support it.
blockSignals
bool blockSignals(bool b)
Undocumented in source.
thread
QThread thread()
Undocumented in source.
moveToThread
void moveToThread(QThread thread)
Undocumented in source.
startTimer
int startTimer(int interval, qt.core.namespace.TimerType timerType)
Undocumented in source.
killTimer
void killTimer(int id)
Undocumented in source.
children
const(QObjectList) children()
Undocumented in source. Be warned that the author may not have intended to support it.
setParent
void setParent(QObject parent)
Undocumented in source.
installEventFilter
void installEventFilter(QObject filterObj)
Undocumented in source.
removeEventFilter
void removeEventFilter(QObject obj)
Undocumented in source.
connect
QMetaObject.Connection connect(QObject sender, char* signal, QObject receiver, char* member, ConnectionType )
Undocumented in source.
signal
template signal(string name, Params...)
Undocumented in source.
slot
template slot(string name, Params...)
Undocumented in source.
connect
QMetaObject.Connection connect(Signal sender, Dg dg, ConnectionType type)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
QMetaObject.Connection connect(Signal sender, QObject context, Dg dg, ConnectionType type)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
QMetaObject.Connection connect(Signal sender, Slot receiver, ConnectionType type)
Undocumented in source. Be warned that the author may not have intended to support it.
dumpObjectTree
void dumpObjectTree()
Undocumented in source.
dumpObjectInfo
void dumpObjectInfo()
Undocumented in source.
dumpObjectTree
void dumpObjectTree()
Undocumented in source.
dumpObjectInfo
void dumpObjectInfo()
Undocumented in source.
setProperty
bool setProperty(const(char)* name, const(QVariant) value)
Undocumented in source.
setProperty
bool setProperty(const(char)* name, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
property
QVariant property(const(char)* name)
Undocumented in source.
dynamicPropertyNames
QList!(QByteArray) dynamicPropertyNames()
Undocumented in source.
registerUserData
uint registerUserData()
Undocumented in source.
setUserData
void setUserData(uint id, QObjectUserData data)
Undocumented in source.
userData
QObjectUserData userData(uint id)
Undocumented in source.
destroyed
void destroyed(QObject )
Undocumented in source.
objectNameChanged
void objectNameChanged(const(QString) objectName, QPrivateSignal )
Undocumented in source.
parent
QObject parent()
Undocumented in source. Be warned that the author may not have intended to support it.
inherits
bool inherits(const(char)* classname)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteLater
void deleteLater()
Undocumented in source.
sender
QObject sender()
Undocumented in source.
senderSignalIndex
int senderSignalIndex()
Undocumented in source.
receivers
int receivers(const(char)* signal)
Undocumented in source.
isSignalConnected
bool isSignalConnected(const(QMetaMethod) signal)
Undocumented in source.
timerEvent
void timerEvent(QTimerEvent event)
Undocumented in source.
childEvent
void childEvent(QChildEvent event)
Undocumented in source.
customEvent
void customEvent(QEvent event)
Undocumented in source.
connectNotify
void connectNotify(const(QMetaMethod) signal)
Undocumented in source.
disconnectNotify
void disconnectNotify(const(QMetaMethod) signal)
Undocumented in source.
d_ptr
QScopedPointer!(QObjectData) d_ptr;
Undocumented in source.

Meta