#include "qplatformdefs.h"
#include "qapplication.h"
#include "qwidget.h"
#include "qintdict.h"
#include "qdatetime.h"
#include "qdict.h"
#include "qguardedptr.h"
#include "qdragobject.h"
#include "qobjectlist.h"
#include "qcursor.h"
#include "qt_x11_p.h"
Clases |
class | QShapedPixmapWidget |
class | QExtraWidget |
Funciones |
void | qt_x11_intern_atom (const char *, Atom *) |
void | qt_ignore_badwindow () |
bool | qt_badwindow () |
void | qt_enter_modal (QWidget *widget) |
void | qt_leave_modal (QWidget *widget) |
Window | qt_x11_findClientWindow (Window, Atom, bool) |
bool | qt_xclb_wait_for_event (Display *dpy, Window win, int type, XEvent *event, int timeout) |
bool | qt_xclb_read_property (Display *dpy, Window win, Atom property, bool deleteProperty, QByteArray *buffer, int *size, Atom *type, int *format, bool nullterm) |
QByteArray | qt_xclb_read_incremental_property (Display *dpy, Window win, Atom property, int nbytes, bool nullterm) |
void | qt_xdnd_setup () |
void | qt_handle_xdnd_enter (QWidget *, const XEvent *, bool) |
void | qt_handle_xdnd_position (QWidget *, const XEvent *, bool) |
void | qt_handle_xdnd_status (QWidget *, const XEvent *, bool) |
void | qt_handle_xdnd_leave (QWidget *, const XEvent *, bool) |
void | qt_handle_xdnd_drop (QWidget *, const XEvent *, bool) |
void | qt_handle_xdnd_finished (QWidget *, const XEvent *, bool) |
void | qt_xdnd_handle_selection_request (const XSelectionRequestEvent *) |
bool | qt_xdnd_handle_badwindow () |
void | qt_motifdnd_enable (QWidget *, bool) |
QByteArray | qt_motifdnd_obtain_data (const char *format) |
const char * | qt_motifdnd_format (int n) |
const char * | qt_xdnd_atom_to_str (Atom a) |
Atom * | qt_xdnd_str_to_atom (const char *mimeType) |
bool | qt_dnd_enable (QWidget *w, bool on) |
Variables |
Atom | qt_wm_state |
Time | qt_x_time |
Time | qt_x_user_time |
Atom | qt_xdnd_enter |
Atom | qt_xdnd_position |
Atom | qt_xdnd_status |
Atom | qt_xdnd_leave |
Atom | qt_xdnd_drop |
Atom | qt_xdnd_finished |
Atom | qt_xdnd_type_list |
const int | qt_xdnd_version = 4 |
Atom | qt_xdnd_action_copy |
Atom | qt_xdnd_action_link |
Atom | qt_xdnd_action_move |
Atom | qt_xdnd_action_private |
Atom | qt_xdnd_selection |
Atom | qt_xdnd_aware |
Atom | qt_xdnd_proxy |
const int | qt_xdnd_max_type = 100 |
bool | qt_xdnd_dragging = FALSE |
bool | qt_motifdnd_active = FALSE |
Documentación de las funciones
void qt_enter_modal |
( |
QWidget * |
widget | ) |
|
void qt_handle_xdnd_drop |
( |
QWidget * |
, |
|
|
const XEvent * |
xe, |
|
|
bool |
passive |
|
) |
| |
void qt_handle_xdnd_enter |
( |
QWidget * |
, |
|
|
const XEvent * |
xe, |
|
|
bool |
|
|
) |
| |
void qt_handle_xdnd_finished |
( |
QWidget * |
, |
|
|
const XEvent * |
xe, |
|
|
bool |
passive |
|
) |
| |
void qt_handle_xdnd_leave |
( |
QWidget * |
w, |
|
|
const XEvent * |
xe, |
|
|
bool |
|
|
) |
| |
void qt_handle_xdnd_position |
( |
QWidget * |
w, |
|
|
const XEvent * |
xe, |
|
|
bool |
passive |
|
) |
| |
void qt_handle_xdnd_status |
( |
QWidget * |
w, |
|
|
const XEvent * |
xe, |
|
|
bool |
|
|
) |
| |
void qt_ignore_badwindow |
( |
| ) |
|
void qt_leave_modal |
( |
QWidget * |
widget | ) |
|
const char* qt_motifdnd_format |
( |
int |
n | ) |
|
QByteArray qt_motifdnd_obtain_data |
( |
const char * |
format | ) |
|
Window qt_x11_findClientWindow |
( |
Window |
, |
|
|
Atom |
, |
|
|
bool |
|
|
) |
| |
void qt_x11_intern_atom |
( |
const char * |
, |
|
|
Atom * |
|
|
) |
| |
QByteArray qt_xclb_read_incremental_property |
( |
Display * |
dpy, |
|
|
Window |
win, |
|
|
Atom |
property, |
|
|
int |
nbytes, |
|
|
bool |
nullterm |
|
) |
| |
bool qt_xclb_read_property |
( |
Display * |
dpy, |
|
|
Window |
win, |
|
|
Atom |
property, |
|
|
bool |
deleteProperty, |
|
|
QByteArray * |
buffer, |
|
|
int * |
size, |
|
|
Atom * |
type, |
|
|
int * |
format, |
|
|
bool |
nullterm |
|
) |
| |
bool qt_xclb_wait_for_event |
( |
Display * |
dpy, |
|
|
Window |
win, |
|
|
int |
type, |
|
|
XEvent * |
event, |
|
|
int |
timeout |
|
) |
| |
const char* qt_xdnd_atom_to_str |
( |
Atom |
a | ) |
|
bool qt_xdnd_handle_badwindow |
( |
| ) |
|
void qt_xdnd_handle_selection_request |
( |
const XSelectionRequestEvent * |
req | ) |
|
Atom* qt_xdnd_str_to_atom |
( |
const char * |
mimeType | ) |
|
Documentación de las variables