Definition at line 60 of file qsessionmanager.h.
#include <qsessionmanager.h>

Public Types |
|
| enum | RestartHint { RestartIfRunning, RestartAnyway, RestartImmediately, RestartNever } |
Public Member Functions |
|
| QString | sessionId () const |
| QString | sessionKey () const |
| bool | allowsInteraction () |
| bool | allowsErrorInteraction () |
| void | release () |
| void | cancel () |
| void | setRestartHint (RestartHint) |
| RestartHint | restartHint () const |
| void | setRestartCommand (const QStringList &) |
| QStringList | restartCommand () const |
| void | setDiscardCommand (const QStringList &) |
| QStringList | discardCommand () const |
| void | setManagerProperty (const QString &name, const QString &value) |
| void | setManagerProperty (const QString &name, const QStringList &value) |
| bool | isPhase2 () const |
| void | requestPhase2 () |
Friends |
|
| class | QApplication |
| class | QApplicationPrivate |
| class | QBaseApplication |
| enum RestartHint |
Definition at line 79 of file qsessionmanager.h.
| QString sessionId | ( | ) | const |
| QString sessionKey | ( | ) | const |
| bool allowsInteraction | ( | ) |
| bool allowsErrorInteraction | ( | ) |
| void release | ( | ) |
| void cancel | ( | ) |
| void setRestartHint | ( | RestartHint | ) |
| RestartHint restartHint | ( | ) | const |
| void setRestartCommand | ( | const QStringList & | ) |
| QStringList restartCommand | ( | ) | const |
| void setDiscardCommand | ( | const QStringList & | ) |
| QStringList discardCommand | ( | ) | const |
| void setManagerProperty | ( | const QString & | name, |
| const QStringList & | value | ||
| ) |
| bool isPhase2 | ( | ) | const |
| void requestPhase2 | ( | ) |
friend class QApplication
[friend] |
Reimplemented from QObject.
Definition at line 100 of file qsessionmanager.h.
friend class QApplicationPrivate
[friend] |
Reimplemented from QObject.
Definition at line 101 of file qsessionmanager.h.
friend class QBaseApplication
[friend] |
Definition at line 102 of file qsessionmanager.h.