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