Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions | ![]() |
This is the verbatim text of the qremoteplugin.h include file. It is provided only for illustration; the copyright remains with Trolltech.
#ifndef QREMOTEPLUGIN_H #define QREMOTEPLUGIN_H #ifndef QT_H #include "qgplugin.h" #include "qstringlist.h" #endif // QT_H class QRemoteInterface; class QRemotePluginPrivate; class Q_EXPORT QRemotePlugin : public QGPlugin { public: QRemotePlugin(); ~QRemotePlugin(); virtual QStringList keys() const = 0; virtual QRemoteInterface *create( const QString &key ) = 0; private: QRemotePluginPrivate *d; }; #endif // QREMOTEPLUGIN_H
Copyright © 2001 Trolltech | Trademarks | Qt version 3.0.0-beta6
|