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