44 #include <QtGui/qscreendriverplugin_qws.h> 45 #include <QtCore/qstringlist.h> 46 #ifndef QT_NO_QWS_DIRECTFB 70 if (driver.
toLower() !=
"directfb")
QStringList keys() const
Implement this function to return the list of valid keys, i.
The QString class provides a Unicode character string.
DirectFBScreenDriverPlugin()
The QStringList class provides a list of strings.
QString toLower() const Q_REQUIRED_RESULT
Returns a lowercase copy of the string.
The QScreenDriverPlugin class is an abstract base class for screen driver plugins in Qt for Embedded ...
The QScreen class is a base class for screen drivers in Qt for Embedded Linux.
QScreen * create(const QString &, int displayId)
Implement this function to create a driver matching the type specified by the given key and displayId...
#define Q_EXPORT_PLUGIN2(PLUGIN, PLUGINCLASS)