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

/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMediumEnumerator.h69 void sltHandleMachineUpdate(QString strMachineID);
71 void sltHandleMachineRegistration(QString strMachineID, bool fRegistered);
73 void sltHandleSnapshotDeleted(QString strMachineID, QString strSnapshotID);
87 void calculateCachedUsage(const QString &strMachineID, QStringList &previousUIMediumIDs, bool fTakeIntoAccountCurrentStateOnly) const;
88 void calculateActualUsage(const QString &strMachineID, CMediumMap &currentCMediums, QStringList &currentCMediumIDs, bool fTakeIntoAccountCurrentStateOnly) const;
H A DUIMediumEnumerator.cpp180 void UIMediumEnumerator::sltHandleMachineUpdate(QString strMachineID) argument
183 strMachineID.toAscii().constData()));
187 calculateCachedUsage(strMachineID, previousUIMediumIDs, true /* take into account current state only */);
194 calculateActualUsage(strMachineID, currentCMediums, currentCMediumIDs, true /* take into account current state only */);
217 strMachineID.toAscii().constData()));
220 void UIMediumEnumerator::sltHandleMachineRegistration(QString strMachineID, bool fRegistered) argument
224 strMachineID.toAscii().constData()));
232 calculateActualUsage(strMachineID, currentCMediums, currentCMediumIDs, false /* take into account current state only */);
243 calculateCachedUsage(strMachineID, previousUIMediumIDs, false /* take into account current state only */);
252 strMachineID
255 sltHandleSnapshotDeleted(QString strMachineID, QString strSnapshotID) argument
412 calculateCachedUsage(const QString &strMachineID, QStringList &previousUIMediumIDs, bool fTakeIntoAccountCurrentStateOnly) const argument
436 calculateActualUsage(const QString &strMachineID, CMediumMap &currentCMediums, QStringList &currentCMediumIDs, bool fTakeIntoAccountCurrentStateOnly) const argument
[all...]
H A DUIMedium.cpp271 foreach (const QString &strMachineID, m_machineIds) argument
274 CMachine machine = vbox.FindMachine(strMachineID);
288 if (gEDataManager->showMachineInSelectorChooser(strMachineID))
294 foreach (const QString &strSnapshotID, m_medium.GetSnapshotIds(strMachineID))
296 if (strSnapshotID == strMachineID)
H A DUIMediumManager.cpp99 foreach (const QString &strMachineID, medium().curStateMachineIds())
100 if (!releaseFrom(strMachineID))
183 /** Release UIMedium wrapped by <i>this</i> item from virtual machine with @a strMachineID. */
184 bool releaseFrom(const QString &strMachineID) argument
187 CSession session = vboxGlobal().openSession(strMachineID);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineWindowNormal.h61 void sltHandleMenuBarConfigurationChange(const QString &strMachineID);
67 void sltHandleStatusBarConfigurationChange(const QString &strMachineID);
H A DUIMachineWindowNormal.cpp123 void UIMachineWindowNormal::sltHandleMenuBarConfigurationChange(const QString &strMachineID) argument
126 if (vboxGlobal().managedVMUuid() != strMachineID)
156 void UIMachineWindowNormal::sltHandleStatusBarConfigurationChange(const QString &strMachineID) argument
159 if (vboxGlobal().managedVMUuid() != strMachineID)
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIStatusBarEditorWindow.h64 * @param strMachineID brings the machine ID to be used by the editor. */
67 const QString &strMachineID = QString());
71 /** Defines the @a strMachineID instance. */
72 void setMachineID(const QString &strMachineID);
77 void sltHandleConfigurationChange(const QString &strMachineID);
H A DUIMenuBarEditorWindow.h69 * @param strMachineID brings the machine ID to be used by the editor,
73 const QString &strMachineID = QString(),
78 /** Defines the @a strMachineID instance. */
79 void setMachineID(const QString &strMachineID);
89 void sltHandleConfigurationChange(const QString &strMachineID);
H A DUIMachineView.h123 void sltHandleScaleFactorChange(const QString &strMachineID);
126 void sltHandleScalingOptimizationChange(const QString &strMachineID);
129 void sltHandleUnscaledHiDPIOutputModeChange(const QString &strMachineID);
H A DUIIndicatorsPool.h68 void sltHandleConfigurationChange(const QString &strMachineID);
H A DUISession.cpp388 const QString strMachineID = vboxGlobal().managedVMUuid(); local
389 const CMachine mach = vbox.FindMachine(strMachineID);
393 msgCenter().cannotFindMachineById(vbox, strMachineID);
638 void UISession::sltHandleMenuBarConfigurationChange(const QString &strMachineID) argument
641 if (vboxGlobal().managedVMUuid() != strMachineID)
1313 const QString strMachineID = vboxGlobal().managedVMUuid(); local
1318 foreach (const QString &strIconName, gEDataManager->machineWindowIconNames(strMachineID))
1325 m_strMachineWindowNamePostfix = gEDataManager->machineWindowNamePostfix(strMachineID);
1329 m_mouseCapturePolicy = gEDataManager->mouseCapturePolicy(strMachineID);
1332 m_guruMeditationHandlerType = gEDataManager->guruMeditationHandlerType(strMachineID);
[all...]
H A DUIStatusBarEditorWindow.cpp260 const QString &strMachineID /* = QString() */)
264 , m_strMachineID(strMachineID)
275 void UIStatusBarEditorWidget::setMachineID(const QString &strMachineID) argument
278 m_strMachineID = strMachineID;
283 void UIStatusBarEditorWidget::sltHandleConfigurationChange(const QString &strMachineID) argument
286 if (machineID() != strMachineID)
H A DUIActionPoolRuntime.cpp1934 void UIActionPoolRuntime::sltHandleConfigurationChange(const QString &strMachineID) argument
1937 if (vboxGlobal().managedVMUuid() != strMachineID)
2135 const QString strMachineID = vboxGlobal().managedVMUuid(); local
2136 if (strMachineID.isNull())
2140 m_restrictedMenus[UIActionRestrictionLevel_Base] = gEDataManager->restrictedRuntimeMenuTypes(strMachineID);
2141 m_restrictedActionsMenuApplication[UIActionRestrictionLevel_Base] = gEDataManager->restrictedRuntimeMenuApplicationActionTypes(strMachineID);
2142 m_restrictedActionsMenuMachine[UIActionRestrictionLevel_Base] = gEDataManager->restrictedRuntimeMenuMachineActionTypes(strMachineID);
2143 m_restrictedActionsMenuView[UIActionRestrictionLevel_Base] = gEDataManager->restrictedRuntimeMenuViewActionTypes(strMachineID);
2144 m_restrictedActionsMenuInput[UIActionRestrictionLevel_Base] = gEDataManager->restrictedRuntimeMenuInputActionTypes(strMachineID);
2145 m_restrictedActionsMenuDevices[UIActionRestrictionLevel_Base] = gEDataManager->restrictedRuntimeMenuDevicesActionTypes(strMachineID);
[all...]
H A DUIActionPoolRuntime.h185 void sltHandleConfigurationChange(const QString &strMachineID);
H A DUIMachineView.cpp374 void UIMachineView::sltHandleScaleFactorChange(const QString &strMachineID) argument
377 if (strMachineID != vboxGlobal().managedVMUuid())
404 void UIMachineView::sltHandleScalingOptimizationChange(const QString &strMachineID) argument
407 if (strMachineID != vboxGlobal().managedVMUuid())
417 void UIMachineView::sltHandleUnscaledHiDPIOutputModeChange(const QString &strMachineID) argument
420 if (strMachineID != vboxGlobal().managedVMUuid())
H A DUIMenuBarEditorWindow.cpp49 const QString &strMachineID /* = QString() */,
54 , m_strMachineID(strMachineID)
67 void UIMenuBarEditorWidget::setMachineID(const QString &strMachineID) argument
70 m_strMachineID = strMachineID;
83 void UIMenuBarEditorWidget::sltHandleConfigurationChange(const QString &strMachineID) argument
86 if (machineID() != strMachineID)
H A DUISession.h315 void sltHandleMenuBarConfigurationChange(const QString &strMachineID);
H A DUIIndicatorsPool.cpp1067 void UIIndicatorsPool::sltHandleConfigurationChange(const QString &strMachineID) argument
1070 if (vboxGlobal().managedVMUuid() != strMachineID)
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsInterface.h77 /** Constructor, early takes @a strMachineID into account for size-hint calculation. */
78 UIMachineSettingsInterface(const QString strMachineID);
H A DUIMachineSettingsInterface.cpp31 UIMachineSettingsInterface::UIMachineSettingsInterface(const QString strMachineID) argument
32 : m_strMachineID(strMachineID)
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataManager.h71 void sigMenuBarConfigurationChange(const QString &strMachineID);
73 void sigStatusBarConfigurationChange(const QString &strMachineID);
79 void sigScaleFactorChange(const QString &strMachineID);
82 void sigScalingOptimizationTypeChange(const QString &strMachineID);
85 void sigUnscaledHiDPIOutputModeChange(const QString &strMachineID);
534 void sltExtraDataChange(QString strMachineID, QString strKey, QString strValue);
H A DUIExtraDataManager.cpp91 void sigExtraDataChange(QString strMachineID, QString strKey, QString strValue);
101 void sltPreprocessExtraDataCanChange(QString strMachineID, QString strKey, QString strValue, bool &fVeto, QString &strVetoReason);
103 void sltPreprocessExtraDataChange(QString strMachineID, QString strKey, QString strValue);
116 void UIExtraDataEventHandler::sltPreprocessExtraDataCanChange(QString strMachineID, QString strKey, QString strValue, bool &fVeto, QString &strVetoReason) argument
119 if (QUuid(strMachineID).isNull())
141 void UIExtraDataEventHandler::sltPreprocessExtraDataChange(QString strMachineID, QString strKey, QString strValue) argument
144 if (QUuid(strMachineID).isNull())
157 emit sigExtraDataChange(strMachineID, strKey, strValue);
3617 void UIExtraDataManager::sltExtraDataChange(QString strMachineID, QString strKey, QString strValue) argument
3619 /* Re-cache value only if strMachineID know
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserModel.cpp1671 const QString strMachineID = machine.GetId(); local
1672 if (!strMachineID.isEmpty() && gEDataManager->showMachineInSelectorChooser(strMachineID))
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.cpp5842 const QString strMachineID = session.GetMachine().GetId();
5844 mStretchLinearEnabled = gEDataManager->useLinearStretch(strMachineID);
5848 if (gEDataManager->usePixelFormatAYUV(strMachineID))
5850 if (gEDataManager->usePixelFormatUYVY(strMachineID))
5852 if (gEDataManager->usePixelFormatYUY2(strMachineID))
5854 if (gEDataManager->usePixelFormatYV12(strMachineID))
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMessageCenter.cpp1227 foreach (const QString &strMachineID, medium.curStateMachineIds()) argument
1229 CMachine machine = vbox.FindMachine(strMachineID);

Completed in 419 milliseconds