#include <X11/Xlib.h>
#include <X11/Xatom.h>
Go to the source code of this file.
|
enum | {
XFocusOut = FocusOut
, XFocusIn = FocusIn
, XKeyPress = KeyPress
, XKeyRelease = KeyRelease
,
XNone = None
, XRevertToParent = RevertToParent
, XGrayScale = GrayScale
, XCursorShape = CursorShape
} |
|
enum | DesktopEnvironment {
DE_UNKNOWN
, DE_KDE
, DE_GNOME
, DE_CDE
,
DE_MEEGO_COMPOSITOR
, DE_4DWM
} |
|
◆ register
#define register /* C++17 deprecated register */ |
◆ X11
◆ anonymous enum
Enumerator |
---|
XFocusOut | |
XFocusIn | |
XKeyPress | |
XKeyRelease | |
XNone | |
XRevertToParent | |
XGrayScale | |
XCursorShape | |
Definition at line 49 of file qt_x11_p.h.
◆ DesktopEnvironment
Enumerator |
---|
DE_UNKNOWN | |
DE_KDE | |
DE_GNOME | |
DE_CDE | |
DE_MEEGO_COMPOSITOR | |
DE_4DWM | |
Definition at line 81 of file qt_x11_p.h.
◆ lowest_bit()
template<class T >
constexpr int lowest_bit |
( |
T |
v | ) |
|
|
inlineconstexprnoexcept |
◆ Q_DECLARE_TYPEINFO() [1/3]
◆ Q_DECLARE_TYPEINFO() [2/3]
◆ Q_DECLARE_TYPEINFO() [3/3]
◆ qt_x11Data