NAME
Qt::Gui::QX11Info
PUBLIC METHODS
- QX11Info()
- QX11Info(const QX11Info & other)
- ~QX11Info()
- static int appCells(int screen = -1)
- static int appCells(int screen)
- static const char * appClass()
- static unsigned long appColormap(int screen = -1)
- static unsigned long appColormap(int screen)
- static bool appDefaultColormap(int screen = -1)
- static bool appDefaultColormap(int screen)
- static bool appDefaultVisual(int screen = -1)
- static bool appDefaultVisual(int screen)
- static int appDepth(int screen = -1)
- static int appDepth(int screen)
- static int appDpiX(int screen = -1)
- static int appDpiX(int screen)
- static int appDpiY(int screen = -1)
- static int appDpiY(int screen)
- static unsigned long appRootWindow(int screen = -1)
- static unsigned long appRootWindow(int screen)
- static int appScreen()
- static unsigned long appTime()
- static unsigned long appUserTime()
- static void * appVisual(int screen = -1)
- static void * appVisual(int screen)
- int cells()
- unsigned long colormap()
- bool defaultColormap()
- bool defaultVisual()
- int depth()
- static _XDisplay * display()
- static bool isCompositingManagerRunning()
- QX11Info & operator=(const QX11Info & other)
- int screen()
- static void setAppDpiX(int screen, int dpi)
- static void setAppDpiY(int screen, int dpi)
- static void setAppTime(unsigned long time)
- static void setAppUserTime(unsigned long time)
- void * visual()
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.