Module qtjambi
Package io.qt.gui

Class QEglFSFunctions

java.lang.Object
io.qt.gui.QEglFSFunctions

public final class QEglFSFunctions extends Object

Java wrapper for Qt class QEglFSFunctions

  • Method Details

    • loadKeymap

      public static void loadKeymap(String filename)
    • switchLang

      public static void switchLang()
    • switchLangTypeIdentifier

      public static QByteArray switchLangTypeIdentifier()
    • vsp2AddLayer

      public static int vsp2AddLayer(QScreen screen, int dmabufFd, QSize size, QPoint position, int drmPixelFormat, int bytesPerLine)
    • vsp2RemoveLayer

      public static boolean vsp2RemoveLayer(QScreen screen, int id)
    • vsp2SetLayerAlpha

      public static boolean vsp2SetLayerAlpha(QScreen screen, int id, double alpha)
    • vsp2SetLayerBuffer

      public static void vsp2SetLayerBuffer(QScreen screen, int id, int dmabufFd)
    • vsp2SetLayerPosition

      public static boolean vsp2SetLayerPosition(QScreen screen, int id, QPoint position)