ApplicationInterface Struct Reference
Application interface currently used by the quicklaunch framework. More...
#include <applicationinterface.h>
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 |
| The list of application windows supported. | |
Detailed Description
Application interface currently used by the quicklaunch framework.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.
- Todo:
- Implement Services + Trader
- Since:
- Opie 1.0.2
Definition at line 37 of file applicationinterface.h.
Member Function Documentation
|
||||||||||||||||||||
|
create the mainwindow for the giving application name Create a main window for the giving application name
|
|
|
The list of application windows supported.
|
The documentation for this struct was generated from the following files:
