![]() |
Qt 4.8
|
#include "qxcbwindow.h"#include <QtDebug>#include "qxcbconnection.h"#include "qxcbscreen.h"#include <xcb/xcb_icccm.h>#include <private/qapplication_p.h>#include <private/qwindowsurface_p.h>#include <QtGui/QWindowSystemInterface>#include <stdio.h>Go to the source code of this file.
Classes | |
| struct | QtMWMHints |
Macros | |
| #define | class class_name |
Enumerations | |
| enum | { MWM_HINTS_FUNCTIONS = (1L << 0), MWM_FUNC_ALL = (1L << 0), MWM_FUNC_RESIZE = (1L << 1), MWM_FUNC_MOVE = (1L << 2), MWM_FUNC_MINIMIZE = (1L << 3), MWM_FUNC_MAXIMIZE = (1L << 4), MWM_FUNC_CLOSE = (1L << 5), MWM_HINTS_DECORATIONS = (1L << 1), MWM_DECOR_ALL = (1L << 0), MWM_DECOR_BORDER = (1L << 1), MWM_DECOR_RESIZEH = (1L << 2), MWM_DECOR_TITLE = (1L << 3), MWM_DECOR_MENU = (1L << 4), MWM_DECOR_MINIMIZE = (1L << 5), MWM_DECOR_MAXIMIZE = (1L << 6), MWM_HINTS_INPUT_MODE = (1L << 2), MWM_INPUT_MODELESS = 0L, MWM_INPUT_PRIMARY_APPLICATION_MODAL = 1L, MWM_INPUT_FULL_APPLICATION_MODAL = 3L } |
Functions | |
| static bool | isTransient (const QWidget *w) |
| static Qt::MouseButton | translateMouseButton (xcb_button_t s) |
| static Qt::MouseButtons | translateMouseButtons (int s) |
| #define class class_name |
Definition at line 53 of file qxcbwindow.cpp.
| anonymous enum |
Definition at line 308 of file qxcbwindow.cpp.
|
inlinestatic |
Definition at line 101 of file qxcbwindow.cpp.
Referenced by QXcbWindow::QXcbWindow().
|
static |
Definition at line 623 of file qxcbwindow.cpp.
Referenced by QXcbWindow::handleMouseEvent().
|
static |
Definition at line 611 of file qxcbwindow.cpp.
Referenced by QXcbWindow::handleMouseEvent().