Searched defs:UISession (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUISession.cpp3 * VBox Qt GUI - UISession class implementation.
33 # include "UISession.h"
91 * Notifies UISession about @a display configuration change.
93 * Uses UISession @a pHandler to process this change.
95 * @note Last argument (@a pHandler) must always be valid pointer to UISession object.
96 * @note Calls for UISession::sltHandleHostDisplayAboutToChange() slot if display configuration changed.
107 LogRelFlow(("GUI: UISession::cgDisplayReconfigurationCallback: Display added.\n"));
110 LogRelFlow(("GUI: UISession::cgDisplayReconfigurationCallback: Display removed.\n"));
113 LogRelFlow(("GUI: UISession::cgDisplayReconfigurationCallback: Display mode changed.\n"));
117 QTimer::singleShot(0, static_cast<UISession*>(pHandle
919 UISession::UISession(UIMachine *pMachine) function in class:UISession
[all...]
H A DUISession.h2 * VBox Qt GUI - UISession class declaration.
80 class UISession : public QObject class in inherits:QObject
87 static bool create(UISession *&pSession, UIMachine *pMachine);
89 static void destroy(UISession *&pSession);
344 UISession(UIMachine *pMachine);
346 ~UISession();

Completed in 54 milliseconds