#include </home/clem/local/src/opie/library/applicationinterface.h>
Inheritance diagram for ApplicationInterface:


Public Member Functions | |
| virtual QWidget * | createMainWindow (const QString &appName, QWidget *parent=0, const char *name=0, Qt::WFlags f=0)=0 |
| create the mainwindow for the giving application name Create a main window for the giving application name | |
| virtual QStringList | applications () const =0 |
This is the interface to be exposed by applications available as DSO Normally one would use the OApplicationFactory which does the magic of exposing the interface.
Resulting dynamic shared objects (dso) need to go into the OPIEDIR/plugins/application.
You can use this interface to load applications into your application.
Definition at line 37 of file applicationinterface.h.
|
|
The list of application windows supported Implemented in Opie::Core::OApplicationFactory< Product >, Opie::Core::OApplicationFactory< Opie::Core::Typelist< Product, ProductListTail > >, OApplicationFactory< Product >, and OApplicationFactory< Opie::Typelist< Product, ProductListTail > >. |
|
||||||||||||||||||||
|
create the mainwindow for the giving application name Create a main window for the giving application name
Implemented in Opie::Core::OApplicationFactory< Product >, Opie::Core::OApplicationFactory< Opie::Core::Typelist< Product, ProductListTail > >, OApplicationFactory< Product >, and OApplicationFactory< Opie::Typelist< Product, ProductListTail > >. |
1.4.2