42 #ifndef QX11INFO_X11_H 43 #define QX11INFO_X11_H 45 #include <QtCore/qnamespace.h> 59 class QX11InfoPrivate;
77 bool defaultColormap()
const;
79 bool defaultVisual()
const;
81 static int appScreen();
82 static int appDepth(
int screen = -1);
83 static int appCells(
int screen = -1);
84 static Qt::HANDLE appColormap(
int screen = -1);
85 static void *appVisual(
int screen = -1);
86 static Qt::HANDLE appRootWindow(
int screen = -1);
87 static bool appDefaultColormap(
int screen = -1);
88 static bool appDefaultVisual(
int screen = -1);
89 static int appDpiX(
int screen = -1);
90 static int appDpiY(
int screen = -1);
91 static void setAppDpiX(
int screen,
int dpi);
92 static void setAppDpiY(
int screen,
int dpi);
93 static unsigned long appTime();
94 static unsigned long appUserTime();
95 static void setAppTime(
unsigned long time);
96 static void setAppUserTime(
unsigned long time);
97 static bool isCompositingManagerRunning();
123 #endif // QX11INFO_X11_H #define QT_END_NAMESPACE
This macro expands to.
long ASN1_INTEGER_get ASN1_INTEGER * a
static const char * appClass
#define QT_BEGIN_NAMESPACE
This macro expands to.
Q_GUI_EXPORT EGLDisplay display()
void qt_x11_getX11InfoForWindow(QX11Info *xinfo, const QX11WindowAttributes &a)
The QX11Info class provides information about the X display configuration.
void qt_init(QApplicationPrivate *priv, int type, Display *display=0, Qt::HANDLE visual=0, Qt::HANDLE colormap=0)
The QPixmap class is an off-screen image representation that can be used as a paint device...