|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.gui.QSessionManager.RestartHint
public static final class QSessionManager.RestartHint
This enum type defines the circumstances under which this application wants to be restarted by the session manager. The current values are The default hint is RestartIfRunning.
Field Summary | |
---|---|
static QSessionManager.RestartHint |
RestartAnyway
the application wants to be started at the start of the next session, no matter what. |
static QSessionManager.RestartHint |
RestartIfRunning
if the application is still running when the session is shut down, it wants to be restarted at the start of the next session. |
static QSessionManager.RestartHint |
RestartImmediately
the application wants to be started immediately whenever it is not running. |
static QSessionManager.RestartHint |
RestartNever
the application does not want to be restarted automatically. |
Method Summary | |
---|---|
static QSessionManager.RestartHint |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QSessionManager.RestartHint |
valueOf(java.lang.String name)
|
static QSessionManager.RestartHint[] |
values()
|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final QSessionManager.RestartHint RestartIfRunning
public static final QSessionManager.RestartHint RestartAnyway
public static final QSessionManager.RestartHint RestartImmediately
public static final QSessionManager.RestartHint RestartNever
Method Detail |
---|
public static QSessionManager.RestartHint[] values()
public static QSessionManager.RestartHint valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QSessionManager.RestartHint resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |