Qt.QSessionManager Class

public class QSessionManager: QObject, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QSessionManager

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QSessionManager Constructors

QSessionManager Constructor

QSessionManager Methods

QSessionManager.AllowsErrorInteraction Method
QSessionManager.AllowsInteraction Method
QSessionManager.Cancel Method
QSessionManager.DiscardCommand Method
QSessionManager.Finalize Method
QSessionManager.Handle Method
QSessionManager.IsPhase2 Method
QSessionManager.Release Method
QSessionManager.RequestPhase2 Method
QSessionManager.RestartCommand Method
QSessionManager.SessionId Method
QSessionManager.SetDiscardCommand Method
QSessionManager.SetManagerProperty(System.String, System.String) Method
QSessionManager.SetManagerProperty(System.String, Qt.QStringList) Method
QSessionManager.SetRestartCommand Method
QSessionManager.SetRestartHint Method
QSessionManager.TheRestartHint Method


QSessionManager Constructor

public void QSessionManager(void * ptr);

See Also

Qt.QSessionManager Class, Qt Namespace

QSessionManager.AllowsErrorInteraction Method

public bool AllowsErrorInteraction();

See Also

Qt.QSessionManager Class, Qt Namespace

QSessionManager.AllowsInteraction Method

public bool AllowsInteraction();

See Also

Qt.QSessionManager Class, Qt Namespace

QSessionManager.Cancel Method

public void Cancel();

See Also

Qt.QSessionManager Class, Qt Namespace

QSessionManager.DiscardCommand Method

public Qt.QStringList DiscardCommand();

See Also

Qt.QSessionManager Class, Qt Namespace

QSessionManager.Finalize Method

protected override void Finalize();

See Also

Qt.QSessionManager Class, Qt Namespace

QSessionManager.Handle Method

public int[] Handle();

See Also

Qt.QSessionManager Class, Qt Namespace

QSessionManager.IsPhase2 Method

public bool IsPhase2();

See Also

Qt.QSessionManager Class, Qt Namespace

QSessionManager.Release Method

public void Release();

See Also

Qt.QSessionManager Class, Qt Namespace

QSessionManager.RequestPhase2 Method

public void RequestPhase2();

See Also

Qt.QSessionManager Class, Qt Namespace

QSessionManager.RestartCommand Method

public Qt.QStringList RestartCommand();

See Also

Qt.QSessionManager Class, Qt Namespace

QSessionManager.SessionId Method

public System.String SessionId();

See Also

Qt.QSessionManager Class, Qt Namespace

QSessionManager.SetDiscardCommand Method

public void SetDiscardCommand(Qt.QStringList arg1);

See Also

Qt.QSessionManager Class, Qt Namespace

QSessionManager.SetManagerProperty(System.String, System.String) Method

public void SetManagerProperty(System.String name, System.String value);

See Also

Qt.QSessionManager Class, Qt Namespace

QSessionManager.SetManagerProperty(System.String, Qt.QStringList) Method

public void SetManagerProperty(System.String name, Qt.QStringList value);

See Also

Qt.QSessionManager Class, Qt Namespace

QSessionManager.SetRestartCommand Method

public void SetRestartCommand(Qt.QStringList arg1);

See Also

Qt.QSessionManager Class, Qt Namespace

QSessionManager.SetRestartHint Method

public void SetRestartHint(RestartHint arg1);

See Also

Qt.QSessionManager Class, Qt Namespace

QSessionManager.TheRestartHint Method

public RestartHint TheRestartHint();

See Also

Qt.QSessionManager Class, Qt Namespace