44 #include <QScreenDriverPlugin> 45 #include <QStringList> 68 if (driver.
toLower() !=
"powervr")
QStringList keys() const
Implement this function to return the list of valid keys, i.
The QString class provides a Unicode character string.
The QStringList class provides a list of strings.
QScreen * create(const QString &, int displayId)
Implement this function to create a driver matching the type specified by the given key and displayId...
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.
#define Q_EXPORT_PLUGIN2(PLUGIN, PLUGINCLASS)