java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.x11extras.QX11Info
- All Implemented Interfaces:
QtObjectInterface
public final class QX11Info extends QtObject
Provides information about the X display configuration
Java wrapper for Qt class QX11Info
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QX11Info.PeekOption
Java wrapper for Qt enum QX11Info::PeekOptionstatic class
QX11Info.PeekOptions
QFlags type for enumQX11Info.PeekOption
-
Constructor Summary
Constructors Modifier Constructor Description protected
QX11Info(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description static int
appDpiX()
Overloaded function forappDpiX(int)
withscreen = -1
.static int
appDpiX(int screen)
static int
appDpiY()
Overloaded function forappDpiY(int)
withscreen = -1
.static int
appDpiY(int screen)
static int
appRootWindow()
Overloaded function forappRootWindow(int)
withscreen = -1
.static int
appRootWindow(int screen)
static int
appScreen()
static int
appTime()
static int
appUserTime()
static int
generatePeekerId()
static int
getTimestamp()
static boolean
isCompositingManagerRunning()
Overloaded function forisCompositingManagerRunning(int)
withscreen = -1
.static boolean
isCompositingManagerRunning(int screen)
static boolean
isPlatformX11()
static QByteArray
nextStartupId()
static boolean
removePeekerId(int peekerId)
static void
setAppTime(int time)
static void
setAppUserTime(int time)
static void
setNextStartupId(QByteArray id)
-
Constructor Details
-
QX11Info
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
appDpiX
public static int appDpiX()Overloaded function for
appDpiX(int)
withscreen = -1
. -
appDpiX
public static int appDpiX(int screen) -
appDpiY
public static int appDpiY()Overloaded function for
appDpiY(int)
withscreen = -1
. -
appDpiY
public static int appDpiY(int screen) -
appRootWindow
public static int appRootWindow()Overloaded function for
appRootWindow(int)
withscreen = -1
. -
appRootWindow
public static int appRootWindow(int screen) -
appScreen
public static int appScreen() -
appTime
public static int appTime() -
appUserTime
public static int appUserTime() -
generatePeekerId
public static int generatePeekerId() -
getTimestamp
public static int getTimestamp() -
isCompositingManagerRunning
public static boolean isCompositingManagerRunning()Overloaded function for
isCompositingManagerRunning(int)
withscreen = -1
. -
isCompositingManagerRunning
public static boolean isCompositingManagerRunning(int screen) -
isPlatformX11
public static boolean isPlatformX11() -
nextStartupId
-
removePeekerId
public static boolean removePeekerId(int peekerId) -
setAppTime
public static void setAppTime(int time) -
setAppUserTime
public static void setAppUserTime(int time) -
setNextStartupId
-