Searched defs:visualStateType (Results 1 - 11 of 11) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIMachineLogic.h | 73 static UIMachineLogic* create(QObject *pParent, UISession *pSession, UIVisualStateType visualStateType); 112 UIVisualStateType visualStateType() const { return m_visualStateType; } function in class:UIMachineLogic 186 UIMachineLogic(QObject *pParent, UISession *pSession, UIVisualStateType visualStateType);
|
H A D | UIMachineWindow.cpp | 67 switch (pMachineLogic->visualStateType()) 446 UIVisualStateType visualStateType = machineLogic()->visualStateType(); local 451 , visualStateType 461 m_pMainLayout->addWidget(m_pMachineView, 1, 1, viewAlignment(visualStateType)); 530 Qt::Alignment UIMachineWindow::viewAlignment(UIVisualStateType visualStateType) argument 532 switch (visualStateType)
|
H A D | UIMachineView.cpp | 105 , UIVisualStateType visualStateType 112 switch (visualStateType) 260 if (visualStateType() == UIVisualStateType_Scale) 285 if (visualStateType() == UIVisualStateType_Normal && 321 const double xScaleFactor = visualStateType() == UIVisualStateType_Scale ? 323 const double yScaleFactor = visualStateType() == UIVisualStateType_Scale ? 901 if (visualStateType() == UIVisualStateType_Scale) 926 if (visualStateType() == UIVisualStateType_Normal) 1215 UIVisualStateType UIMachineView::visualStateType() const function in class:UIMachineView 1217 return machineLogic()->visualStateType(); [all...] |
H A D | UIMouseHandler.cpp | 78 UIVisualStateType visualStateType) 83 switch (visualStateType) 77 create(UIMachineLogic *pMachineLogic, UIVisualStateType visualStateType) argument
|
H A D | UISession.h | 166 void changeVisualState(UIVisualStateType visualStateType); 168 void setRequestedVisualState(UIVisualStateType visualStateType) { m_requestedVisualStateType = visualStateType; } argument
|
H A D | UIKeyboardHandler.cpp | 88 UIVisualStateType visualStateType) 93 switch (visualStateType) 230 switch (machineLogic()->visualStateType()) 298 switch (machineLogic()->visualStateType()) 87 create(UIMachineLogic *pMachineLogic, UIVisualStateType visualStateType) argument
|
H A D | UISession.cpp | 472 void UISession::changeVisualState(UIVisualStateType visualStateType) argument 474 m_pMachine->asyncChangeVisualState(visualStateType);
|
H A D | UIMachineLogic.cpp | 144 UIVisualStateType visualStateType) 147 switch (visualStateType) 743 UIMachineLogic::UIMachineLogic(QObject *pParent, UISession *pSession, UIVisualStateType visualStateType) argument 746 , m_visualStateType(visualStateType) 794 visualStateType() == UIVisualStateType_Seamless ? 1119 setKeyboardHandler(UIKeyboardHandler::create(this, visualStateType())); 1120 setMouseHandler(UIMouseHandler::create(this, visualStateType())); 142 create(QObject *pParent, UISession *pSession, UIVisualStateType visualStateType) argument
|
/vbox/src/VBox/Frontends/VirtualBox/src/converter/ |
H A D | UIConverterBackendGlobal.cpp | 820 template<> QString toInternalString(const UIVisualStateType &visualStateType) argument 823 switch (visualStateType) 832 AssertMsgFailed(("No text for visual state type=%d", visualStateType));
|
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/ |
H A D | UIExtraDataManager.cpp | 2476 QRect UIExtraDataManager::machineWindowGeometry(UIVisualStateType visualStateType, ulong uScreenIndex, const QString &strID) argument 2480 switch (visualStateType) 2510 bool UIExtraDataManager::machineWindowShouldBeMaximized(UIVisualStateType visualStateType, ulong uScreenIndex, const QString &strID) argument 2514 switch (visualStateType) 2528 void UIExtraDataManager::setMachineWindowGeometry(UIVisualStateType visualStateType, ulong uScreenIndex, const QRect &geometry, bool fMaximized, const QString &strID) argument 2532 switch (visualStateType)
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | VBoxGlobal.cpp | 3953 UIVisualStateType visualStateType = UIVisualStateType_Invalid; local 4005 visualStateType = UIVisualStateType_Normal; 4009 visualStateType = UIVisualStateType_Fullscreen; 4013 visualStateType = UIVisualStateType_Seamless; 4017 visualStateType = UIVisualStateType_Scale; 4181 if (visualStateType != UIVisualStateType_Invalid && !vmUuid.isEmpty()) 4182 gEDataManager->setRequestedVisualState(visualStateType, vmUuid);
|
Completed in 136 milliseconds