applicationinterface.h
00001
00002
00003
00004
00005
00006
00007 #ifndef APPLICATIONINTERFACE_H
00008 #define APPLICATIONINTERFACE_H
00009
00010 #include <qstringlist.h>
00011 #include <qtopia/qcom.h>
00012
00013 #ifndef QT_NO_COMPONENT
00014
00015 #ifndef IID_QtopiaApplication
00016 #define IID_QtopiaApplication QUuid( 0x07e15b48, 0xb947, 0x4334, 0xb8, 0x66, 0xd2, 0xad, 0x58, 0x15, 0x7d, 0x8c)
00017 #endif
00018 #endif
00019
00020
00037 struct ApplicationInterface : public QUnknownInterface
00038 {
00039 public:
00040
00052 virtual QWidget *createMainWindow( const QString &appName, QWidget *parent=0,
00053 const char *name=0, Qt::WFlags f=0 ) = 0;
00054
00058 virtual QStringList applications() const = 0;
00059 };
00060
00061
00062
00063
00064
00065 #endif
This file is part of the documentation for OPIE Version 1.5.5.