Uses of Class
io.qt.gui.QScreen
Package | Description |
---|---|
io.qt.gui | |
io.qt.widgets |
-
Uses of QScreen in io.qt.gui
Fields in io.qt.gui with type parameters of type QScreen Modifier and Type Field Description QObject.Signal1<QScreen>
QGuiApplication. primaryScreenChanged
QObject.Signal1<QScreen>
QGuiApplication. screenAdded
QObject.Signal1<QScreen>
QOffscreenSurface. screenChanged
QObject.Signal1<QScreen>
QWindow. screenChanged
QObject.Signal1<QScreen>
QGuiApplication. screenRemoved
Methods in io.qt.gui that return QScreen Modifier and Type Method Description static QScreen
QGuiApplication. primaryScreen()
QScreen
QOffscreenSurface. screen()
QScreen
QOpenGLContext. screen()
QScreen
QScreenOrientationChangeEvent. screen()
QScreen
QWindow. screen()
static QScreen
QGuiApplication. screenAt(QPoint point)
QScreen
QScreen. virtualSiblingAt(QPoint point)
Methods in io.qt.gui that return types with arguments of type QScreen Modifier and Type Method Description static QList<QScreen>
QGuiApplication. screens()
QList<QScreen>
QScreen. virtualSiblings()
Methods in io.qt.gui with parameters of type QScreen Modifier and Type Method Description static QPoint
QCursor. pos(QScreen screen)
static void
QCursor. setPos(QScreen screen, int x, int y)
static void
QCursor. setPos(QScreen screen, QPoint p)
void
QOffscreenSurface. setScreen(QScreen screen)
void
QOpenGLContext. setScreen(QScreen screen)
void
QWindow. setScreen(QScreen screen)
Constructors in io.qt.gui with parameters of type QScreen Constructor Description QOffscreenSurface(QScreen screen)
Overloaded constructor forQOffscreenSurface(io.qt.gui.QScreen, io.qt.core.QObject)
withparent = null
.QOffscreenSurface(QScreen screen, QObject parent)
QScreenOrientationChangeEvent(QScreen screen, Qt.ScreenOrientation orientation)
QWindow(QScreen screen)
-
Uses of QScreen in io.qt.widgets
Methods in io.qt.widgets that return QScreen Modifier and Type Method Description QScreen
QWidget. screen()
Methods in io.qt.widgets with parameters of type QScreen Modifier and Type Method Description void
QWidget. setScreen(QScreen arg__1)
Constructors in io.qt.widgets with parameters of type QScreen Constructor Description QSplashScreen(QScreen screen)
Overloaded constructor forQSplashScreen(io.qt.gui.QScreen, io.qt.gui.QPixmap, io.qt.core.Qt.WindowFlags)
QSplashScreen(QScreen screen, QPixmap pixmap)
Overloaded constructor forQSplashScreen(io.qt.gui.QScreen, io.qt.gui.QPixmap, io.qt.core.Qt.WindowFlags)
withf = new io.qt.core.Qt.WindowFlags(0)
.QSplashScreen(QScreen screen, QPixmap pixmap, Qt.WindowFlags f)
QSplashScreen(QScreen screen, QPixmap pixmap, Qt.WindowType... f)
Overloaded constructor forQSplashScreen(io.qt.gui.QScreen, io.qt.gui.QPixmap, io.qt.core.Qt.WindowFlags)
.