#include </home/clem/local/src/opie/noncore/unsupported/libopie/oapplicationfactory.h>
Inheritance diagram for OApplicationFactory< Product >:


Public Member Functions | |
| QRESULT | queryInterface (const QUuid &uuid, QUnknownInterface **iface) |
| virtual QWidget * | createMainWindow (const QString &appName, QWidget *parent, const char *name, Qt::WFlags f) |
| create the mainwindow for the giving application name Create a main window for the giving application name | |
| virtual QStringList | applications () const |
This template takes one QWidget and initialized it in the form of MyWidget::MyWidget( QWidget* parent, const char* name, WFlags f );
To use it on your app do that: typedef OApplicationFactory<MyWidget> MyFactory; OPIE_EXPORT_APP( MyFactory )
Definition at line 85 of file oapplicationfactory.h.
|
|||||||||
|
The list of application windows supported Implements ApplicationInterface. Definition at line 106 of file oapplicationfactory.h. References list. Referenced by OApplicationFactory< Opie::Typelist< Product, ProductListTail > >::createMainWindow(). |
|
||||||||||||||||||||||||
|
create the mainwindow for the giving application name Create a main window for the giving application name
Implements ApplicationInterface. Definition at line 98 of file oapplicationfactory.h. References l. |
|
||||||||||||||||
|
Implements QUnknownInterface. Definition at line 86 of file oapplicationfactory.h. References IID_QtopiaApplication, IID_QUnknown, QS_FALSE, and QS_OK. |
1.4.2