#include <qdirectfbconvenience.h>
Definition at line 64 of file qdirectfbconvenience.h.
◆ colorDepthForSurface()
int QDirectFbConvenience::colorDepthForSurface |
( |
const DFBSurfacePixelFormat |
format | ) |
|
|
static |
◆ dfbDisplayLayer()
IDirectFBDisplayLayer * QDirectFbConvenience::dfbDisplayLayer |
( |
int |
display = DLID_PRIMARY | ) |
|
|
static |
Definition at line 66 of file qdirectfbconvenience.cpp.
Referenced by QDirectFbInput::handleMouseEvents().
68 IDirectFBDisplayLayer *layer;
71 DirectFBErrorFatal(
"QDirectFbConvenience: " 72 "Unable to get primary display layer!", result);
Q_GUI_EXPORT EGLDisplay display()
static IDirectFB * dfbInterface()
◆ dfbInterface()
IDirectFB * QDirectFbConvenience::dfbInterface |
( |
| ) |
|
|
static |
◆ dfbSurfaceForPlatformPixmap()
IDirectFBSurface * QDirectFbConvenience::dfbSurfaceForPlatformPixmap |
( |
QPixmapData * |
handle | ) |
|
|
static |
This is borrowing the reference of the QDirectFbBlitter. You may not store this pointer as a class member but must only use it locally.
Definition at line 118 of file qdirectfbconvenience.cpp.
Referenced by QDirectFBCursor::changeCursor().
121 if (blittablePmData) {
T * data() const
Returns the value of the pointer referenced by this object.
QBlittable * blittable() const
QDirectFBPointer< IDirectFBSurface > m_surface
◆ eventType()
QEvent::Type QDirectFbConvenience::eventType |
( |
DFBWindowEventType |
type | ) |
|
|
static |
◆ imageFormatFromSurfaceFormat()
QImage::Format QDirectFbConvenience::imageFormatFromSurfaceFormat |
( |
const DFBSurfacePixelFormat |
format, |
|
|
const DFBSurfaceCapabilities |
caps |
|
) |
| |
|
static |
◆ keyboardModifiers()
Qt::KeyboardModifiers QDirectFbConvenience::keyboardModifiers |
( |
DFBInputDeviceModifierMask |
mask | ) |
|
|
static |
◆ keyMap()
◆ mouseButton()
Qt::MouseButton QDirectFbConvenience::mouseButton |
( |
DFBInputDeviceButtonIdentifier |
identifier | ) |
|
|
static |
◆ mouseButtons()
Qt::MouseButtons QDirectFbConvenience::mouseButtons |
( |
DFBInputDeviceButtonMask |
mask | ) |
|
|
static |
◆ pixelFomatHasAlpha()
static bool QDirectFbConvenience::pixelFomatHasAlpha |
( |
const DFBSurfacePixelFormat |
format | ) |
|
|
inlinestatic |
◆ QDirectFbIntegration
◆ dfbKeymap
The documentation for this class was generated from the following files: