java.lang.Object
io.qt.QtObject
io.qt.gui.nativeinterface.QXcbWindow.Impl
- All Implemented Interfaces:
QXcbWindow
,QtObjectInterface
- Enclosing interface:
QXcbWindow
Implementor class for interface QXcbWindow
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.gui.nativeinterface.QXcbWindow
QXcbWindow.Impl, QXcbWindow.WindowType, QXcbWindow.WindowTypes
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionabstract void
setWindowIconText
(String text) abstract void
setWindowRole
(String role) abstract void
abstract int
visualId()
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
-
setWindowIconText
- Specified by:
setWindowIconText
in interfaceQXcbWindow
-
setWindowRole
- Specified by:
setWindowRole
in interfaceQXcbWindow
-
setWindowType
- Specified by:
setWindowType
in interfaceQXcbWindow
-
visualId
- Specified by:
visualId
in interfaceQXcbWindow
-