#include <App.h>
|
| App (int &argc, char **&argv) |
|
| ~App () |
|
void | initialize (const char *appName, const char *vendorName, const QIcon &icon, const char *pluginPathList) |
|
int | exec () |
|
virtual bool | eventFilter (QObject *watched, QEvent *event) |
|
App::App |
( |
int & |
argc, |
|
|
char **& |
argv |
|
) |
| |
void App::clearFocusView |
( |
| ) |
|
|
static |
This function is called by a View oject when the object to delete is the current focus view.
bool App::eventFilter |
( |
QObject * |
watched, |
|
|
QEvent * |
event |
|
) |
| |
|
virtual |
void App::initialize |
( |
const char * |
appName, |
|
|
const char * |
vendorName, |
|
|
const QIcon & |
icon, |
|
|
const char * |
pluginPathList |
|
) |
| |
The documentation for this class was generated from the following files: