java.lang.Object
io.qt.gui.QEglFSFunctions
Java wrapper for Qt header file QEglFSFunctions
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
loadKeymap
(String filename) SeeQEglFSFunctions::
loadKeymap(QString) static void
SeeQEglFSFunctions::
switchLang() static QByteArray
SeeQEglFSFunctions::
switchLangTypeIdentifier() static int
vsp2AddLayer
(QScreen screen, int dmabufFd, QSize size, QPoint position, int drmPixelFormat, int bytesPerLine) SeeQEglFSFunctions::
vsp2AddLayer(const QScreen*, int, QSize, QPoint, uint, uint) static boolean
vsp2RemoveLayer
(QScreen screen, int id) SeeQEglFSFunctions::
vsp2RemoveLayer(const QScreen*, int) static boolean
vsp2SetLayerAlpha
(QScreen screen, int id, double alpha) SeeQEglFSFunctions::
vsp2SetLayerAlpha(const QScreen*, int, qreal) static void
vsp2SetLayerBuffer
(QScreen screen, int id, int dmabufFd) SeeQEglFSFunctions::
vsp2SetLayerBuffer(const QScreen*, int, int) static boolean
vsp2SetLayerPosition
(QScreen screen, int id, QPoint position) SeeQEglFSFunctions::
vsp2SetLayerPosition(const QScreen*, int, QPoint)
-
Method Details
-
loadKeymap
See
QEglFSFunctions::
loadKeymap(QString) -
switchLang
public static void switchLang()See
QEglFSFunctions::
switchLang() -
switchLangTypeIdentifier
See
QEglFSFunctions::
switchLangTypeIdentifier() -
vsp2AddLayer
public static int vsp2AddLayer(QScreen screen, int dmabufFd, QSize size, QPoint position, int drmPixelFormat, int bytesPerLine) See
QEglFSFunctions::
vsp2AddLayer(const QScreen*, int, QSize, QPoint, uint, uint) -
vsp2RemoveLayer
See
QEglFSFunctions::
vsp2RemoveLayer(const QScreen*, int) -
vsp2SetLayerAlpha
See
QEglFSFunctions::
vsp2SetLayerAlpha(const QScreen*, int, qreal) -
vsp2SetLayerBuffer
See
QEglFSFunctions::
vsp2SetLayerBuffer(const QScreen*, int, int) -
vsp2SetLayerPosition
See
QEglFSFunctions::
vsp2SetLayerPosition(const QScreen*, int, QPoint)
-