Searched refs:UIMachineLogicSeamless (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineLogicSeamless.cpp3 * VBox Qt GUI - UIMachineLogicSeamless class implementation.
34 # include "UIMachineLogicSeamless.h"
47 UIMachineLogicSeamless::UIMachineLogicSeamless(QObject *pParent, UISession *pSession) function in class:UIMachineLogicSeamless
58 UIMachineLogicSeamless::~UIMachineLogicSeamless()
65 bool UIMachineLogicSeamless::checkAvailability()
91 void UIMachineLogicSeamless::adjustMachineWindowsGeometry()
93 LogRel(("UIMachineLogicSeamless::adjustMachineWindowsGeometry\n"));
103 int UIMachineLogicSeamless
[all...]
H A DUIMachineLogicSeamless.h2 * VBox Qt GUI - UIMachineLogicSeamless class declaration.
27 class UIMachineLogicSeamless : public UIMachineLogic class in inherits:UIMachineLogic
34 UIMachineLogicSeamless(QObject *pParent, UISession *pSession);
35 ~UIMachineLogicSeamless();
H A DUIMachineWindowSeamless.cpp32 # include "UIMachineLogicSeamless.h"
172 int iScreen = qobject_cast<UIMachineLogicSeamless*>(machineLogic())->hostScreenForGuestScreen(m_uScreenId);
186 UIMachineLogicSeamless *pSeamlessLogic = qobject_cast<UIMachineLogicSeamless*>(machineLogic());
249 const UIMachineLogicSeamless *pSeamlessLogic = qobject_cast<UIMachineLogicSeamless*>(machineLogic());
H A DUIMachineViewSeamless.cpp34 # include "UIMachineLogicSeamless.h"
184 int iScreen = static_cast<UIMachineLogicSeamless*>(machineLogic())->hostScreenForGuestScreen(screenId());
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineWindow.h176 friend class UIMachineLogicSeamless;
H A DUIMachineLogic.cpp50 # include "UIMachineLogicSeamless.h"
156 pLogic = new UIMachineLogicSeamless(pParent, pSession);

Completed in 62 milliseconds