- All Implemented Interfaces:
QtObjectInterface
Java wrapper for Qt class QPlatformIntegration
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQPlatformIntegration::Capabilitystatic enumJava wrapper for Qt enumQPlatformIntegration::StyleHint -
Method Summary
Modifier and TypeMethodDescriptionvoidbeep()SeeQPlatformIntegration::beep()const defaultWindowState(Qt.WindowFlags arg__1) SeeQPlatformIntegration::defaultWindowState(Qt::WindowFlags)const final Qt.WindowStatedefaultWindowState(Qt.WindowType ... arg__1) Overloaded function fordefaultWindowState(io.qt.core.Qt.WindowFlags).booleanSeeQPlatformIntegration::hasCapability(QPlatformIntegration::Capability)const static QPlatformIntegrationinstance()SeeQPlatformIntegration::openGLModuleType() possibleKeys(QKeyEvent arg__1) SeeQPlatformIntegration::possibleKeys(const QKeyEvent*)const SeeQPlatformIntegration::queryKeyboardModifiers()const voidquit()SeeQPlatformIntegration::quit()const voidsetApplicationBadge(long number) SeeQPlatformIntegration::setApplicationBadge(qint64) voidsetApplicationIcon(QIcon icon) SeeQPlatformIntegration::setApplicationIcon(QIcon)const final voidsetApplicationIcon(QPixmap icon) Overloaded function forsetApplicationIcon(io.qt.gui.QIcon).SeeQPlatformIntegration::styleHint(QPlatformIntegration::StyleHint)const SeeQPlatformIntegration::themeNames()const Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Method Details
-
beep
See
QPlatformIntegration::beep()const -
defaultWindowState
See
QPlatformIntegration::defaultWindowState(Qt::WindowFlags)const - Parameters:
arg__1-- Returns:
-
hasCapability
See
QPlatformIntegration::hasCapability(QPlatformIntegration::Capability)const - Parameters:
cap-- Returns:
-
openGLModuleType
See
QPlatformIntegration::openGLModuleType() - Returns:
-
possibleKeys
See
QPlatformIntegration::possibleKeys(const QKeyEvent*)const - Parameters:
arg__1-- Returns:
-
queryKeyboardModifiers
See
QPlatformIntegration::queryKeyboardModifiers()const - Returns:
-
quit
See
QPlatformIntegration::quit()const -
setApplicationBadge
See
QPlatformIntegration::setApplicationBadge(qint64) - Parameters:
number-
-
setApplicationIcon
See
QPlatformIntegration::setApplicationIcon(QIcon)const - Parameters:
icon-
-
styleHint
See
QPlatformIntegration::styleHint(QPlatformIntegration::StyleHint)const - Parameters:
hint-- Returns:
-
themeNames
See
QPlatformIntegration::themeNames()const - Returns:
-
instance
-
defaultWindowState
Overloaded function for
defaultWindowState(io.qt.core.Qt.WindowFlags). -
setApplicationIcon
Overloaded function for
setApplicationIcon(io.qt.gui.QIcon).
-