java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.nativeinterface.QVsp2Screen.Impl
- All Implemented Interfaces:
QVsp2Screen
,QtObjectInterface
- Enclosing interface:
- QVsp2Screen
Implementor class for interface QVsp2Screen
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.gui.nativeinterface.QVsp2Screen
QVsp2Screen.Impl
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionabstract int
abstract boolean
removeLayer
(int id) abstract void
setLayerAlpha
(int id, double alpha) abstract void
setLayerBuffer
(int id, int dmabufFd) abstract void
setLayerPosition
(int id, QPoint position) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
Impl
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
addLayer
@QtUninvokable public abstract int addLayer(int dmabufFd, QSize size, QPoint position, int drmPixelFormat, int bytesPerLine) - Specified by:
addLayer
in interfaceQVsp2Screen
-
removeLayer
- Specified by:
removeLayer
in interfaceQVsp2Screen
-
setLayerAlpha
- Specified by:
setLayerAlpha
in interfaceQVsp2Screen
-
setLayerBuffer
- Specified by:
setLayerBuffer
in interfaceQVsp2Screen
-
setLayerPosition
- Specified by:
setLayerPosition
in interfaceQVsp2Screen
-