#include "qapplication.h"
#include "qapplication_p.h"
#include "qnamespace.h"
#include "qpaintdevicemetrics.h"
#include "qpainter.h"
#include "qbitmap.h"
#include "qobjectlist.h"
#include "qlayout.h"
#include "qtextcodec.h"
#include "qdatetime.h"
#include "qcursor.h"
#include "qt_x11_p.h"
#include <stdlib.h>
#include "qinputcontext_p.h"
Funciones |
void | qt_x11_create_wm_client_leader () |
void | qt_insert_sip (QWidget *, int, int) |
int | qt_sip_count (QWidget *) |
bool | qt_wstate_iconified (WId) |
void | qt_updated_rootinfo () |
void | qt_set_paintevent_clipping (QPaintDevice *dev, const QRegion ®ion) |
void | qt_clear_paintevent_clipping () |
bool | qt_dnd_enable (QWidget *w, bool on) |
bool | qt_nograb () |
void | qt_deferred_map_add (QWidget *) |
void | qt_deferred_map_take (QWidget *) |
bool | qt_deferred_map_contains (QWidget *) |
bool | qt_net_supports (Atom) |
Window | qt_XCreateWindow (const QWidget *creator, Display *display, Window parent, int x, int y, uint w, uint h, int borderwidth, int depth, uint windowclass, Visual *visual, ulong valuemask, XSetWindowAttributes *attributes) |
Window | qt_XCreateSimpleWindow (const QWidget *creator, Display *display, Window parent, int x, int y, uint w, uint h, int borderwidth, ulong border, ulong background) |
void | qt_XDestroyWindow (const QWidget *destroyer, Display *display, Window window) |
Q_EXPORT void | qt_x11_enforce_cursor (QWidget *w) |
Q_EXPORT void | qt_wait_for_window_manager (QWidget *w) |
Variables |
Window | qt_x11_wm_client_leader |
XIM | qt_xim |
XIMStyle | qt_xim_style |
Time | qt_x_time |
Time | qt_x_user_time |
bool | qt_has_xft |
int | qt_x11_create_desktop_on_screen = -1 |
Atom | qt_wm_state |
Atom | qt_wm_change_state |
Atom | qt_wm_delete_window |
Atom | qt_wm_take_focus |
Atom | qt_wm_client_leader |
Atom | qt_window_role |
Atom | qt_sm_client_id |
Atom | qt_utf8_string |
Atom | qt_net_wm_context_help |
Atom | qt_net_wm_ping |
Atom | qt_xa_motif_wm_hints |
Atom | qt_net_wm_name |
Atom | qt_net_wm_icon_name |
Atom | qt_net_wm_state |
Atom | qt_net_wm_state_modal |
Atom | qt_net_wm_state_max_v |
Atom | qt_net_wm_state_max_h |
Atom | qt_net_wm_state_fullscreen |
Atom | qt_net_wm_state_above |
Atom | qt_net_wm_state_stays_on_top |
Atom | qt_net_wm_window_type |
Atom | qt_net_wm_window_type_normal |
Atom | qt_net_wm_window_type_dialog |
Atom | qt_net_wm_window_type_toolbar |
Atom | qt_net_wm_window_type_menu |
Atom | qt_net_wm_window_type_utility |
Atom | qt_net_wm_window_type_splash |
Atom | qt_net_wm_window_type_override |
Atom | qt_net_wm_pid |
Atom | qt_net_wm_user_time |
Atom | qt_enlightenment_desktop |
Atom | qt_net_virtual_roots |
bool | qt_broken_wm |
unsigned long * | qt_net_virtual_root_list |
const uint | stdWidgetEventMask |
const uint | stdDesktopEventMask |
int | qt_widget_tlw_gravity = NorthWestGravity |
Documentación de las funciones
void qt_clear_paintevent_clipping |
( |
| ) |
|
void qt_deferred_map_add |
( |
QWidget * |
| ) |
|
void qt_deferred_map_take |
( |
QWidget * |
| ) |
|
bool qt_net_supports |
( |
Atom |
| ) |
|
void qt_updated_rootinfo |
( |
| ) |
|
Q_EXPORT void qt_wait_for_window_manager |
( |
QWidget * |
w | ) |
|
void qt_x11_create_wm_client_leader |
( |
| ) |
|
Q_EXPORT void qt_x11_enforce_cursor |
( |
QWidget * |
w | ) |
|
Window qt_XCreateSimpleWindow |
( |
const QWidget * |
creator, |
|
|
Display * |
display, |
|
|
Window |
parent, |
|
|
int |
x, |
|
|
int |
y, |
|
|
uint |
w, |
|
|
uint |
h, |
|
|
int |
borderwidth, |
|
|
ulong |
border, |
|
|
ulong |
background |
|
) |
| |
Window qt_XCreateWindow |
( |
const QWidget * |
creator, |
|
|
Display * |
display, |
|
|
Window |
parent, |
|
|
int |
x, |
|
|
int |
y, |
|
|
uint |
w, |
|
|
uint |
h, |
|
|
int |
borderwidth, |
|
|
int |
depth, |
|
|
uint |
windowclass, |
|
|
Visual * |
visual, |
|
|
ulong |
valuemask, |
|
|
XSetWindowAttributes * |
attributes |
|
) |
| |
void qt_XDestroyWindow |
( |
const QWidget * |
destroyer, |
|
|
Display * |
display, |
|
|
Window |
window |
|
) |
| |
Documentación de las variables
Valor inicial:
(uint)(
KeymapStateMask |
EnterWindowMask | LeaveWindowMask |
PropertyChangeMask
)
Valor inicial:
(uint)(
KeyPressMask | KeyReleaseMask |
ButtonPressMask | ButtonReleaseMask |
KeymapStateMask |
ButtonMotionMask |
EnterWindowMask | LeaveWindowMask |
FocusChangeMask |
ExposureMask |
PropertyChangeMask |
StructureNotifyMask
)