/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/ |
H A D | DockIconPreview.h | 27 UIDockIconPreview(UISession *pSession, const QPixmap& overlayImage)
|
H A D | UIAbstractDockIconPreview.h | 28 class UISession; 35 UIAbstractDockIconPreview(UISession *pSession, const QPixmap& overlayImage); 48 UIAbstractDockIconPreviewHelper(UISession *pSession, const QPixmap& overlayImage); 62 UISession *m_pSession;
|
H A D | UICocoaDockIconPreview.h | 29 UICocoaDockIconPreview(UISession *pSession, const QPixmap& overlayImage);
|
H A D | UIAbstractDockIconPreview.cpp | 27 # include "UISession.h" 32 UIAbstractDockIconPreview::UIAbstractDockIconPreview(UISession * /* pSession */, const QPixmap& /* overlayImage */) 57 UIAbstractDockIconPreviewHelper::UIAbstractDockIconPreviewHelper(UISession *pSession, const QPixmap& overlayImage)
|
H A D | UICocoaDockIconPreview.mm | 71 inline UICocoaDockIconPreviewPrivate(UISession *pSession, const QPixmap& overlayImage) 90 UICocoaDockIconPreview::UICocoaDockIconPreview(UISession *pSession, const QPixmap& overlayImage)
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIMachine.h | 32 class UISession; 59 UISession *uisession() const { return m_pSession; } 104 UISession *m_pSession;
|
H A D | UIConsoleEventHandler.h | 29 class UISession; 78 static void create(UISession *pSession); 92 UIConsoleEventHandler(UISession *pSession); 103 UISession *m_pSession;
|
H A D | UISession.cpp | 3 * 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 D | UIIndicatorsPool.h | 32 class UISession; 55 UIIndicatorsPool(UISession *pSession, QWidget *pParent = 0); 107 UISession *m_pSession;
|
H A D | UIActionPoolRuntime.h | 29 class UISession; 145 void setSession(UISession *pSession); 147 UISession* uisession() const { return m_pSession; } 275 UISession *m_pSession;
|
H A D | UIMouseHandler.h | 33 class UISession; 99 UISession* uisession() const;
|
H A D | UIMachineLogic.h | 30 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 D | UIMachineWindow.h | 36 class UISession; 66 UISession* uisession() const;
|
H A D | UISession.h | 2 * 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 D | UIIndicatorsPool.cpp | 34 # 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 D | UIConsoleEventHandler.cpp | 26 # include "UISession.h" 42 void UIConsoleEventHandler::create(UISession *pSession) 89 UIConsoleEventHandler::UIConsoleEventHandler(UISession *pSession)
|
H A D | UIKeyboardHandler.h | 37 class UISession; 125 UISession* uisession() const;
|
H A D | UIMachine.cpp | 26 # include "UISession.h" 224 if (!UISession::create(m_pSession, this)) 291 UISession::destroy(m_pSession);
|
H A D | UIMachineView.h | 38 class UISession; 164 UISession* uisession() const;
|
H A D | UIMultiScreenLayout.cpp | 33 # include "UISession.h" 147 UISession *pSession = m_pMachineLogic->uisession();
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/ |
H A D | UIMachineLogicScale.h | 31 UIMachineLogicScale(QObject *pParent, UISession *pSession);
|
H A D | UIMachineLogicScale.cpp | 30 # include "UISession.h" 44 UIMachineLogicScale::UIMachineLogicScale(QObject *pParent, UISession *pSession)
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/ |
H A D | UIMachineLogicNormal.h | 31 UIMachineLogicNormal(QObject *pParent, UISession *pSession);
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/ |
H A D | UIMachineLogicSeamless.h | 34 UIMachineLogicSeamless(QObject *pParent, UISession *pSession);
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/ |
H A D | UIMachineLogicFullscreen.h | 55 UIMachineLogicFullscreen(QObject *pParent, UISession *pSession);
|