42 #ifndef QSESSIONMANAGER_H 43 #define QSESSIONMANAGER_H 45 #include <QtCore/qobject.h> 46 #include <QtGui/qwindowdefs.h> 47 #include <QtCore/qstring.h> 48 #include <QtCore/qstringlist.h> 50 #ifndef QT_NO_SESSIONMANAGER 69 #if defined(Q_WS_X11) || defined(Q_WS_MAC) 73 bool allowsInteraction();
74 bool allowsErrorInteraction();
96 bool isPhase2()
const;
102 friend class QBaseApplication;
109 #endif // QT_NO_SESSIONMANAGER 111 #endif // QSESSIONMANAGER_H The QApplication class manages the GUI application's control flow and main settings.
#define QT_END_NAMESPACE
This macro expands to.
The QString class provides a Unicode character string.
The QObject class is the base class of all Qt objects.
The QSessionManager class provides access to the session manager.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QStringList class provides a list of strings.
RestartHint
This enum type defines the circumstances under which this application wants to be restarted by the se...
#define Q_DECLARE_PRIVATE(Class)