Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qdirectfbconvenience.h File Reference
#include <QtGui/qimage.h>
#include <QtCore/QHash>
#include <QtCore/QEvent>
#include <QtGui/QPixmap>
#include <directfb.h>
+ Include dependency graph for qdirectfbconvenience.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QDirectFbKeyMap
 
class  QDirectFbConvenience
 
struct  QDirectFBInterfaceCleanupHandler< T >
 
class  QDirectFBPointer< T >
 

Macros

#define QDFB_STRINGIFY(x)   #x
 
#define QDFB_TOSTRING(x)   QDFB_STRINGIFY(x)
 
#define QDFB_PRETTY    (__FILE__ ":" QDFB_TOSTRING(__LINE__))
 

Functions

QDirectFbScreentoDfbScreen (QWindow *window)
 
IDirectFBDisplayLayer * toDfbLayer (QPlatformScreen *screen)
 

Macro Definition Documentation

◆ QDFB_PRETTY

#define QDFB_PRETTY    (__FILE__ ":" QDFB_TOSTRING(__LINE__))

Definition at line 82 of file qdirectfbconvenience.h.

◆ QDFB_STRINGIFY

#define QDFB_STRINGIFY (   x)    #x

Definition at line 80 of file qdirectfbconvenience.h.

◆ QDFB_TOSTRING

#define QDFB_TOSTRING (   x)    QDFB_STRINGIFY(x)

Definition at line 81 of file qdirectfbconvenience.h.

Function Documentation

◆ toDfbLayer()

IDirectFBDisplayLayer * toDfbLayer ( QPlatformScreen screen)

Definition at line 424 of file qdirectfbconvenience.cpp.

References screen.

Referenced by QDirectFBCursor::changeCursor().

+ Here is the caller graph for this function:

◆ toDfbScreen()

QDirectFbScreen * toDfbScreen ( QWindow window)

Definition at line 419 of file qdirectfbconvenience.cpp.

References window().

Referenced by QDirectFbWindowEGL::createDirectFBWindow(), and QDirectFbWindow::createDirectFBWindow().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: