Uses of Class
io.qt.gui.QScreen
Package | Description |
---|---|
io.qt.gui | |
io.qt.qt3d.extras | |
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)
static int
QXcbScreenFunctions. virtualDesktopNumber(QScreen screen)
static int
QEglFSFunctions. vsp2AddLayer(QScreen screen, int dmabufFd, QSize size, QPoint position, int drmPixelFormat, int bytesPerLine)
static boolean
QEglFSFunctions. vsp2RemoveLayer(QScreen screen, int id)
static boolean
QEglFSFunctions. vsp2SetLayerAlpha(QScreen screen, int id, double alpha)
static void
QEglFSFunctions. vsp2SetLayerBuffer(QScreen screen, int id, int dmabufFd)
static boolean
QEglFSFunctions. vsp2SetLayerPosition(QScreen screen, int id, QPoint position)
Constructors in io.qt.gui with parameters of type QScreen Constructor Description QOffscreenSurface(QScreen screen)
QOffscreenSurface(QScreen screen, QObject parent)
QScreenOrientationChangeEvent(QScreen screen, Qt.ScreenOrientation orientation)
QWindow(QScreen screen)
-
Uses of QScreen in io.qt.qt3d.extras
Constructors in io.qt.qt3d.extras with parameters of type QScreen Constructor Description Qt3DWindow(QScreen screen)
Overloaded constructor forQt3DWindow(io.qt.gui.QScreen, io.qt.qt3d.render.Qt3DRender.API)
witharg__2 = io.qt.qt3d.render.Qt3DRender.API.OpenGL
.Qt3DWindow(QScreen screen, Qt3DRender.API arg__2)
-
Uses of QScreen in io.qt.widgets
Methods in io.qt.widgets that return QScreen Modifier and Type Method Description QScreen
QWidget. screen()
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)
.