#include </home/clem/local/src/opie/libopie2/opiecore/oapplicationfactory.h>
Inheritance diagram for Opie::Core::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 116 of file oapplicationfactory.h.
|
|||||||||
|
The list of application windows supported Implements ApplicationInterface. Definition at line 142 of file oapplicationfactory.h. References list. Referenced by Opie::Core::OApplicationFactory< Opie::Core::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 129 of file oapplicationfactory.h. |
|
||||||||||||||||
|
Implements QUnknownInterface. Definition at line 117 of file oapplicationfactory.h. References IID_QtopiaApplication, IID_QUnknown, QS_FALSE, and QS_OK. |
1.4.2