#include <qtsingleapplication.h>
| QtSingleApplication::QtSingleApplication |
( |
int & |
argc, |
|
|
char ** |
argv, |
|
|
bool |
GUIenabled = true |
|
) |
| |
| QtSingleApplication::QtSingleApplication |
( |
const QString & |
id, |
|
|
int & |
argc, |
|
|
char ** |
argv |
|
) |
| |
| QtSingleApplication::QtSingleApplication |
( |
int & |
argc, |
|
|
char ** |
argv, |
|
|
Type |
type |
|
) |
| |
| void QtSingleApplication::activateWindow |
( |
| ) |
|
|
slot |
| QWidget* QtSingleApplication::activationWindow |
( |
| ) |
const |
| QString QtSingleApplication::id |
( |
| ) |
const |
| void QtSingleApplication::initialize |
( |
bool |
dummy = true | ) |
|
|
inline |
| bool QtSingleApplication::isRunning |
( |
| ) |
|
| void QtSingleApplication::messageReceived |
( |
const QString & |
message | ) |
|
|
signal |
| bool QtSingleApplication::sendMessage |
( |
const QString & |
message, |
|
|
int |
timeout = 5000 |
|
) |
| |
|
slot |
| void QtSingleApplication::setActivationWindow |
( |
QWidget * |
aw, |
|
|
bool |
activateOnMessage = true |
|
) |
| |
| void QtSingleApplication::sysInit |
( |
const QString & |
appId = QString() | ) |
|
|
private |
| QWidget* QtSingleApplication::actWin |
|
private |
The documentation for this class was generated from the following file: