53 #include "private/qfactoryloader_p.h" 59 #if !defined(Q_OS_WIN32) || defined(QT_MAKEDLL) 66 #endif //QT_NO_LIBRARY 110 #if defined(Q_OS_QNX) && !defined(QT_NO_QWS_MOUSE_QNX) 114 #if defined(Q_OS_INTEGRITY) && !defined(QT_NO_MOUSE_INTEGRITY) 118 #ifndef QT_NO_QWS_MOUSE_LINUXTP 122 #ifndef QT_NO_QWS_MOUSE_PC 132 #ifndef QT_NO_QWS_MOUSE_TSLIB 136 # ifndef QT_NO_QWS_MOUSE_LINUXINPUT 142 #ifndef QT_NO_QWS_MOUSE_QVFB 147 #if !defined(Q_OS_WIN32) || defined(QT_MAKEDLL) 148 #ifndef QT_NO_LIBRARY 150 return factory->create(driver, device);
165 #if defined(Q_OS_QNX) && !defined(QT_NO_QWS_MOUSE_QNX) 168 #if defined(Q_OS_INTEGRITY) && !defined(QT_NO_QWS_MOUSE_INTEGRITY) 171 #ifndef QT_NO_QWS_MOUSE_LINUXTP 174 #ifndef QT_NO_QWS_MOUSE_PC 181 #ifndef QT_NO_QWS_MOUSE_TSLIB 184 #ifndef QT_NO_QWS_MOUSE_LINUXINPUT 188 #if !defined(Q_OS_WIN32) || defined(QT_MAKEDLL) 189 #ifndef QT_NO_LIBRARY 191 for (
int i = 0; i < plugins.
size(); ++i) {
193 list += plugins.
at(i);
195 #endif //QT_NO_LIBRARY
#define QT_END_NAMESPACE
This macro expands to.
The QWSMouseHandler class is a base class for mouse drivers in Qt for Embedded Linux.
#define QWSMouseHandlerFactoryInterface_iid
QLatin1String(DBUS_INTERFACE_DBUS))) Q_GLOBAL_STATIC_WITH_ARGS(QString
The QString class provides a Unicode character string.
#define QT_BEGIN_NAMESPACE
This macro expands to.
bool isEmpty() const
Returns true if the string has no characters; otherwise returns false.
const T & at(int i) const
Returns the item at index position i in the list.
The QStringList class provides a list of strings.
QBool contains(const QString &str, Qt::CaseSensitivity cs=Qt::CaseSensitive) const
Returns true if the list contains the string str; otherwise returns false.
The QWSTslibMouseHandler class implements a mouse driver for the Universal Touch Screen Library...
static QWSMouseHandler * create(const QString &, const QString &)
static QStringList keys()
Returns the list of valid keys, i.e.
QString toLower() const Q_REQUIRED_RESULT
Returns a lowercase copy of the string.
int size() const
Returns the number of items in the list.
The QQnxMouseHandler class implements a mouse driver for the QNX devi-hid input manager.
#define Q_GLOBAL_STATIC_WITH_ARGS(TYPE, NAME, ARGS)
Declares a global static variable with the specified type and name.