Searched refs:UISession (Results 1 - 25 of 34) sorted by relevance

12

/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DDockIconPreview.h27 UIDockIconPreview(UISession *pSession, const QPixmap& overlayImage)
H A DUIAbstractDockIconPreview.h28 class UISession;
35 UIAbstractDockIconPreview(UISession *pSession, const QPixmap& overlayImage);
48 UIAbstractDockIconPreviewHelper(UISession *pSession, const QPixmap& overlayImage);
62 UISession *m_pSession;
H A DUICocoaDockIconPreview.h29 UICocoaDockIconPreview(UISession *pSession, const QPixmap& overlayImage);
H A DUIAbstractDockIconPreview.cpp27 # include "UISession.h"
32 UIAbstractDockIconPreview::UIAbstractDockIconPreview(UISession * /* pSession */, const QPixmap& /* overlayImage */)
57 UIAbstractDockIconPreviewHelper::UIAbstractDockIconPreviewHelper(UISession *pSession, const QPixmap& overlayImage)
H A DUICocoaDockIconPreview.mm71 inline UICocoaDockIconPreviewPrivate(UISession *pSession, const QPixmap& overlayImage)
90 UICocoaDockIconPreview::UICocoaDockIconPreview(UISession *pSession, const QPixmap& overlayImage)
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachine.h32 class UISession;
59 UISession *uisession() const { return m_pSession; }
104 UISession *m_pSession;
H A DUIConsoleEventHandler.h29 class UISession;
78 static void create(UISession *pSession);
92 UIConsoleEventHandler(UISession *pSession);
103 UISession *m_pSession;
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 DUIIndicatorsPool.h32 class UISession;
55 UIIndicatorsPool(UISession *pSession, QWidget *pParent = 0);
107 UISession *m_pSession;
H A DUIActionPoolRuntime.h29 class UISession;
145 void setSession(UISession *pSession);
147 UISession* uisession() const { return m_pSession; }
275 UISession *m_pSession;
H A DUIMouseHandler.h33 class UISession;
99 UISession* uisession() const;
H A DUIMachineLogic.h30 class UISession;
73 static UIMachineLogic* create(QObject *pParent, UISession *pSession, UIVisualStateType visualStateType);
89 UISession* uisession() const { return m_pSession; }
186 UIMachineLogic(QObject *pParent, UISession *pSession, UIVisualStateType visualStateType);
346 UISession *m_pSession;
H A DUIMachineWindow.h36 class UISession;
66 UISession* uisession() const;
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();
H A DUIIndicatorsPool.cpp34 # include "UISession.h"
71 UISessionStateStatusBarIndicator(UISession *pSession) : m_pSession(pSession) {}
79 UISession *m_pSession;
90 UIIndicatorHardDrive(UISession *pSession)
163 UIIndicatorOpticalDisks(UISession *pSession)
240 UIIndicatorFloppyDisks(UISession *pSession)
317 UIIndicatorNetwork(UISession *pSession)
471 UIIndicatorUSB(UISession *pSession)
537 UIIndicatorSharedFolders(UISession *pSession)
608 UIIndicatorDisplay(UISession *pSessio
[all...]
H A DUIConsoleEventHandler.cpp26 # include "UISession.h"
42 void UIConsoleEventHandler::create(UISession *pSession)
89 UIConsoleEventHandler::UIConsoleEventHandler(UISession *pSession)
H A DUIKeyboardHandler.h37 class UISession;
125 UISession* uisession() const;
H A DUIMachine.cpp26 # include "UISession.h"
224 if (!UISession::create(m_pSession, this))
291 UISession::destroy(m_pSession);
H A DUIMachineView.h38 class UISession;
164 UISession* uisession() const;
H A DUIMultiScreenLayout.cpp33 # include "UISession.h"
147 UISession *pSession = m_pMachineLogic->uisession();
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/
H A DUIMachineLogicScale.h31 UIMachineLogicScale(QObject *pParent, UISession *pSession);
H A DUIMachineLogicScale.cpp30 # include "UISession.h"
44 UIMachineLogicScale::UIMachineLogicScale(QObject *pParent, UISession *pSession)
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineLogicNormal.h31 UIMachineLogicNormal(QObject *pParent, UISession *pSession);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineLogicSeamless.h34 UIMachineLogicSeamless(QObject *pParent, UISession *pSession);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIMachineLogicFullscreen.h55 UIMachineLogicFullscreen(QObject *pParent, UISession *pSession);

Completed in 85 milliseconds

12