#include <RSingleApplication.h>
List of all members.
Protected Member Functions |
| virtual bool | event (QEvent *e) |
Private Member Functions |
| void | sysInit (const QString &appId=QString()) |
Constructor & Destructor Documentation
| RSingleApplication::RSingleApplication |
( |
int & |
argc, |
|
|
char ** |
argv, |
|
|
bool |
GUIenabled = true |
|
) |
| |
| RSingleApplication::RSingleApplication |
( |
const QString & |
id, |
|
|
int & |
argc, |
|
|
char ** |
argv, |
|
|
bool |
GUIenabled = true |
|
) |
| |
| RSingleApplication::RSingleApplication |
( |
int & |
argc, |
|
|
char ** |
argv, |
|
|
Type |
type |
|
) |
| |
Member Function Documentation
| void RSingleApplication::activateWindow |
( |
| ) |
|
|
slot |
| QWidget * RSingleApplication::activationWindow |
( |
| ) |
const |
| bool RSingleApplication::blockEvents |
( |
| ) |
|
| bool RSingleApplication::event |
( |
QEvent * |
e | ) |
|
|
protectedvirtual |
| void RSingleApplication::fileOpenRequestReceived |
( |
const QString & |
fileName | ) |
|
|
signal |
| QString RSingleApplication::id |
( |
| ) |
const |
| bool RSingleApplication::isRunning |
( |
| ) |
|
| void RSingleApplication::messageReceived |
( |
const QString & |
message | ) |
|
|
signal |
| bool RSingleApplication::sendMessage |
( |
const QString & |
message, |
|
|
int |
timeout = 5000 |
|
) |
| |
|
slot |
| void RSingleApplication::setActivationWindow |
( |
QWidget * |
aw, |
|
|
bool |
activateOnMessage = true |
|
) |
| |
| void RSingleApplication::sysInit |
( |
const QString & |
appId = QString() | ) |
|
|
private |
| void RSingleApplication::unblockEvents |
( |
| ) |
|
Member Data Documentation
| QWidget* RSingleApplication::actWin |
|
private |
| QMutex RSingleApplication::mutexEvents |
|
private |
| QThread* RSingleApplication::mutexEventsLocker |
|
private |
The documentation for this class was generated from the following files: