Eneboo - Documentación para desarrolladores
|
#include "qapplication.h"
#include <shlobj.h>
#include "qapplication_p.h"
#include "qbitmap.h"
#include "qbuffer.h"
#include "qcursor.h"
#include "qdragobject.h"
#include "qpainter.h"
#include "qwidget.h"
#include "qt_windows.h"
Clases | |
class | QOleDropSource |
class | QOleDropTarget |
class | qIEnumFORMATETC |
class | QOleDataObject |
'defines' | |
#define | QT_NO_ACCESSIBILITY |
#define | KEY_STATE_BUTTON_MASK ( MK_LBUTTON | MK_MBUTTON | MK_RBUTTON ) |
Funciones | |
HCURSOR | qt_createPixmapCursor (HDC hdc, const QPixmap &pm, const QBitmap &bm, const QPoint &hs, const QSize &size) |
QDropEvent::Action | translateKeyStateToQDropAction (DWORD grfKeyState, DWORD dwAllowedEffects) |
QDropEvent::Action | translateToQDropAction (DWORD pdwEffect) |
DWORD | translateToWinDragEffects (QDropEvent::Action action) |
DWORD | translateToWinDragEffects (QDragObject::DragMode mode) |
STDMETHODIMP_ (ULONG) QOleDropSource | |
void | qt_olednd_unregister (QWidget *widget, QOleDropTarget *dst) |
QOleDropTarget * | qt_olednd_register (QWidget *widget) |
Variables | |
QDragManager * | qt_dnd_manager |
#define KEY_STATE_BUTTON_MASK ( MK_LBUTTON | MK_MBUTTON | MK_RBUTTON ) |
#define QT_NO_ACCESSIBILITY |
HCURSOR qt_createPixmapCursor | ( | HDC | hdc, |
const QPixmap & | pm, | ||
const QBitmap & | bm, | ||
const QPoint & | hs, | ||
const QSize & | size | ||
) |
QOleDropTarget* qt_olednd_register | ( | QWidget * | widget | ) |
void qt_olednd_unregister | ( | QWidget * | widget, |
QOleDropTarget * | dst | ||
) |
STDMETHODIMP_ | ( | ULONG | ) |
QDropEvent::Action translateKeyStateToQDropAction | ( | DWORD | grfKeyState, |
DWORD | dwAllowedEffects | ||
) |
QDropEvent::Action translateToQDropAction | ( | DWORD | pdwEffect | ) |
DWORD translateToWinDragEffects | ( | QDropEvent::Action | action | ) |
DWORD translateToWinDragEffects | ( | QDragObject::DragMode | mode | ) |