java.lang.Object
io.qt.QtObject
io.qt.x11extras.QX11Info
- All Implemented Interfaces:
QtObjectInterface
Provides information about the X display configuration
Java wrapper for Qt class QX11Info
- Since:
- This class was introduced in Qt 5.1.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQX11Info::PeekOption
static final class
QFlags
type for enumQX11Info.PeekOption
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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
Overloaded function forappRootWindow(int)
withscreen = -1
.static int
appRootWindow
(int screen) static int
static int
appTime()
static int
static int
static int
static boolean
Overloaded function forisCompositingManagerRunning(int)
withscreen = -1
.static boolean
isCompositingManagerRunning
(int screen) static boolean
static QByteArray
static boolean
removePeekerId
(int peekerId) static void
setAppTime
(int time) static void
setAppUserTime
(int time) static void
setNextStartupId
(byte [] id) Overloaded function forsetNextStartupId(io.qt.core.QByteArray)
.static void
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Method Details
-
appDpiX
public static int appDpiX(int screen) - Parameters:
screen
-- Returns:
-
appDpiY
public static int appDpiY(int screen) - Parameters:
screen
-- Returns:
-
appRootWindow
public static int appRootWindow(int screen) - Parameters:
screen
-- Returns:
-
appScreen
public static int appScreen()- Returns:
-
appTime
public static int appTime()- Returns:
-
appUserTime
public static int appUserTime()- Returns:
-
generatePeekerId
public static int generatePeekerId()- Returns:
- Since:
- This function was introduced in Qt 5.10.
-
getTimestamp
public static int getTimestamp()- Returns:
- Since:
- This function was introduced in Qt 5.2.
-
isCompositingManagerRunning
public static boolean isCompositingManagerRunning(int screen) - Parameters:
screen
-- Returns:
- Since:
- This function was introduced in Qt 5.7.
-
isPlatformX11
public static boolean isPlatformX11()- Returns:
- Since:
- This function was introduced in Qt 5.2.
-
nextStartupId
- Returns:
- Since:
- This function was introduced in Qt 5.4.
-
removePeekerId
public static boolean removePeekerId(int peekerId) - Parameters:
peekerId
-- Returns:
- Since:
- This function was introduced in Qt 5.10.
-
setAppTime
public static void setAppTime(int time) - Parameters:
time
-
-
setAppUserTime
public static void setAppUserTime(int time) - Parameters:
time
-
-
setNextStartupId
- Parameters:
id
-- Since:
- This function was introduced in Qt 5.4.
-
appDpiX
public static int appDpiX()Overloaded function for
appDpiX(int)
withscreen = -1
. -
appDpiY
public static int appDpiY()Overloaded function for
appDpiY(int)
withscreen = -1
. -
appRootWindow
public static int appRootWindow()Overloaded function for
appRootWindow(int)
withscreen = -1
. -
isCompositingManagerRunning
public static boolean isCompositingManagerRunning()Overloaded function for
isCompositingManagerRunning(int)
withscreen = -1
. -
setNextStartupId
public static void setNextStartupId(byte [] id) Overloaded function for
setNextStartupId(io.qt.core.QByteArray)
.
-