Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions | ![]() |
This is the verbatim text of the qmousedriverfactory_qws.h include file. It is provided only for illustration; the copyright remains with Trolltech.
#ifndef QMOUSEDRIVERFACTORY_H #define QMOUSEDRIVERFACTORY_H #ifndef QT_H #include "qstringlist.h" #endif // QT_H class QString; class QWSMouseHandler; class Q_EXPORT QMouseDriverFactory { public: #ifndef QT_NO_STRINGLIST static QStringList keys(); #endif static QWSMouseHandler *create( const QString&, const QString & ); }; #endif //QMOUSEDRIVERFACTORY_H
Copyright © 2002 Trolltech | Trademarks | Qt version 3.1.0-b2
|