#include </home/clem/local/src/opie/libopie2/opiecore/oapplication.h>
Inheritance diagram for Opie::Core::OApplication:


Public Member Functions | |
| OApplication (int &argc, char **argv, Type type=GuiClient) | |
| OApplication (int &argc, char **argv, const QCString &rAppName) | |
| virtual | ~OApplication () |
| const QCString & | appName () const |
| OConfig * | config () |
| virtual void | showMainWidget (QWidget *widget, bool nomax=false) |
| virtual void | setTitle (const QString &title=QString::null) const |
Static Public Member Functions | |
| static OApplication * | oApplication () |
Protected Member Functions | |
| void | init () |
Private Attributes | |
| const QCString | _appname |
| OConfig * | _config |
| Internal::OApplicationPrivate * | d |
Static Private Attributes | |
| static OApplication * | _instance = 0 |
|
||||||||||||||||
|
Constructor. Compatible to QPEApplication Definition at line 60 of file oapplication.cpp. References init(). |
|
||||||||||||||||
|
Constructor. Parses command-line arguments and sets the window caption.
Definition at line 68 of file oapplication.cpp. References init(). |
|
|
Destructor. Destroys the application object and its children. Definition at line 77 of file oapplication.cpp. |
|
|
Returns the application name as given during creation.
Definition at line 85 of file oapplication.h. References _appname. |
|
|
Definition at line 88 of file oapplication.cpp. References _appname, and _config. Referenced by main(). |
|
|
Definition at line 98 of file oapplication.cpp. References d, oendl, and ofatal. Referenced by OApplication(). |
|
|
Definition at line 79 of file oapplication.h. References _instance. |
|
|
Set the application title. The application title will be concatenated to the application name given in the constructor.
Definition at line 130 of file oapplication.cpp. References _appname. |
|
||||||||||||
|
Shows the main widget and sets the name of the application as window caption. Reimplemented from QPEApplication. Definition at line 123 of file oapplication.cpp. References _appname, and QPEApplication::showMainWidget(). Referenced by DemoApp::DemoApp(), and main(). |
|
|
Definition at line 108 of file oapplication.h. Referenced by appName(), config(), setTitle(), and showMainWidget(). |
|
|
Definition at line 110 of file oapplication.h. Referenced by config(), and ~OApplication(). |
|
|
Definition at line 40 of file oapplication.cpp. Referenced by oApplication(). |
|
|
Reimplemented from QPEApplication. Definition at line 111 of file oapplication.h. Referenced by init(), and ~OApplication(). |
1.4.2