![]() |
Qt 4.8
|
#include <QtGui/qimage.h>#include <QtCore/QHash>#include <QtCore/QEvent>#include <QtGui/QPixmap>#include <directfb.h>Go to the source code of this file.
Classes | |
| class | QDirectFbConvenience |
| struct | QDirectFBInterfaceCleanupHandler< T > |
| class | QDirectFbKeyMap |
| class | QDirectFBPointer< T > |
Macros | |
| #define | QDFB_PRETTY (__FILE__ ":" QDFB_TOSTRING(__LINE__)) |
| #define | QDFB_STRINGIFY(x) #x |
| #define | QDFB_TOSTRING(x) QDFB_STRINGIFY(x) |
Functions | |
| IDirectFBDisplayLayer * | toDfbLayer (QPlatformScreen *screen) |
| QDirectFbScreen * | toDfbScreen (QWidget *window) |
| #define QDFB_PRETTY (__FILE__ ":" QDFB_TOSTRING(__LINE__)) |
Definition at line 120 of file qdirectfbconvenience.h.
Referenced by QDirectFbWindow::dfbSurface(), and QDirectFbBlitterPlatformPixmap::fromDataBufferDescription().
| #define QDFB_STRINGIFY | ( | x | ) | #x |
Definition at line 118 of file qdirectfbconvenience.h.
| #define QDFB_TOSTRING | ( | x | ) | QDFB_STRINGIFY(x) |
Definition at line 119 of file qdirectfbconvenience.h.
| IDirectFBDisplayLayer* toDfbLayer | ( | QPlatformScreen * | screen | ) |
Definition at line 392 of file qdirectfbconvenience.cpp.
Referenced by QDirectFBCursor::changeCursor(), and QDirectFBPointer< IDirectFBSurface >::outPtr().
| QDirectFbScreen* toDfbScreen | ( | QWidget * | window | ) |
Definition at line 387 of file qdirectfbconvenience.cpp.
Referenced by QDirectFBPointer< IDirectFBSurface >::outPtr(), and QDirectFbWindow::QDirectFbWindow().