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

12

/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DUIVirtualBoxEventHandler.h34 /** Notifies about @a state change event for the machine with @a strId. */
35 void sigMachineStateChange(QString strId, KMachineState state);
36 /** Notifies about data change event for the machine with @a strId. */
37 void sigMachineDataChange(QString strId);
38 /** Notifies about machine with @a strId was @a fRegistered. */
39 void sigMachineRegistered(QString strId, bool fRegistered);
40 /** Notifies about @a state change event for the session of the machine with @a strId. */
41 void sigSessionStateChange(QString strId, KSessionState state);
42 /** Notifies about snapshot with @a strSnapshotId was taken for the machine with @a strId. */
43 void sigSnapshotTake(QString strId, QStrin
[all...]
H A DVBoxSnapshotsWgt.h78 void machineDataChanged(QString strId);
79 void machineStateChanged(QString strId, KMachineState state);
80 void sessionStateChanged(QString strId, KSessionState state);
H A DUISelectorWindow.h60 void sltStateChanged(QString strId);
61 void sltSnapshotChanged(QString strId);
86 const QString &strId = QString());
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMainEventListener.h52 /** Notifies about @a state change event for the machine with @a strId. */
53 void sigMachineStateChange(QString strId, KMachineState state);
54 /** Notifies about data change event for the machine with @a strId. */
55 void sigMachineDataChange(QString strId);
56 /** Notifies about machine with @a strId was @a fRegistered. */
57 void sigMachineRegistered(QString strId, bool fRegistered);
58 /** Notifies about @a state change event for the session of the machine with @a strId. */
59 void sigSessionStateChange(QString strId, KSessionState state);
60 /** Notifies about snapshot with @a strSnapshotId was taken for the machine with @a strId. */
61 void sigSnapshotTake(QString strId, QStrin
[all...]
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostartStop.cpp45 Bstr strId; member in struct:AUTOSTOPVM
140 CHECK_ERROR_BREAK(machines[i], COMGETTER(Id)(autostopVM.strId.asOutParam()));
157 CHECK_ERROR_BREAK(g_pVirtualBox, FindMachine((*it).strId.raw(),
206 autostartSvcLogInfo("Waiting for VM \"%ls\" to power off...\n", (*it).strId.raw());
218 (*it).strId.raw());
224 autostartSvcLogWarning("Unknown autostop type for VM \"%ls\"\n", (*it).strId.raw());
H A DVBoxAutostartStart.cpp44 Bstr strId; member in struct:AUTOSTARTVM
107 CHECK_ERROR_BREAK(machines[i], COMGETTER(Id)(autostartVM.strId.asOutParam()));
137 CHECK_ERROR_BREAK(g_pVirtualBox, FindMachine((*it).strId.raw(),
144 autostartSvcLogVerbose("Waiting for VM \"%ls\" to power on...\n", (*it).strId.raw());
164 autostartSvcLogVerbose("VM \"%ls\" has been successfully started.\n", (*it).strId.raw());
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetails.h37 void sigLinkClicked(const QString &strCategory, const QString &strControl, const QString &strId);
H A DUIGDetailsSet.h67 void sltMachineStateChange(QString strId);
68 void sltMachineAttributesChange(QString strId);
H A DUIGDetailsModel.h54 void sigLinkClicked(const QString &strCategory, const QString &strControl, const QString &strId);
H A DUIGMachinePreview.h67 void sltMachineStateChange(QString strId);
H A DUIGDetailsSet.cpp197 void UIGDetailsSet::sltMachineStateChange(QString strId) argument
200 if (m_machine.GetId() != strId)
207 void UIGDetailsSet::sltMachineAttributesChange(QString strId) argument
210 if (m_machine.GetId() != strId)
H A DUIGDetailsElement.h59 void sigLinkClicked(const QString &strCategory, const QString &strControl, const QString &strId);
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserModel.h162 void sltMachineStateChanged(QString strId, KMachineState state);
163 void sltMachineDataChanged(QString strId);
164 void sltMachineRegistered(QString strId, bool fRegistered);
165 void sltSessionStateChanged(QString strId, KSessionState state);
166 void sltSnapshotChanged(QString strId, QString strSnapshotId);
187 void sltReloadMachine(const QString &strId);
316 void sigReload(QString strId);
H A DUIGChooserItemGroup.h79 bool isContainsMachine(const QString &strId) const;
139 void updateAll(const QString &strId);
140 void removeAll(const QString &strId);
H A DUIGChooserModel.cpp634 void UIGChooserModel::sltMachineStateChanged(QString strId, KMachineState) argument
637 mainRoot()->updateAll(strId);
640 void UIGChooserModel::sltMachineDataChanged(QString strId) argument
643 mainRoot()->updateAll(strId);
646 void UIGChooserModel::sltMachineRegistered(QString strId, bool fRegistered) argument
652 CMachine machine = vboxGlobal().virtualBox().FindMachine(strId);
654 if (gEDataManager->showMachineInSelectorChooser(strId))
670 mainRoot()->removeAll(strId);
686 void UIGChooserModel::sltSessionStateChanged(QString strId, KSessionState) argument
689 mainRoot()->updateAll(strId);
692 sltSnapshotChanged(QString strId, QString) argument
931 sltReloadMachine(const QString &strId) argument
1032 QString strId = pItem->toMachineItem()->id(); local
1059 machinesToUnregister << strId; local
1482 foreach(const QString &strId, ids) argument
2026 foreach(const QString &strId, m_newLists.keys()) argument
[all...]
H A DUIGChooserItemMachine.h120 void updateAll(const QString &strId);
121 void removeAll(const QString &strId);
H A DUIGChooserItem.h115 virtual void updateAll(const QString &strId) = 0;
116 virtual void removeAll(const QString &strId) = 0;
/vbox/src/VBox/Main/include/
H A DClientToken.h76 void getId(Utf8Str &strId);
H A DMediumFormatImpl.h67 const Utf8Str &i_getId() const { return m.strId; }
99 const Utf8Str strId; member in struct:MediumFormat::Data
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/
H A DUIWizardFirstRunPageBasic.h42 void setId(const QString &strId);
H A DUIWizardFirstRunPageBasic.cpp59 void UIWizardFirstRunPage::setId(const QString &strId) argument
61 m_pMediaSelector->setCurrentItem(strId);
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsLanguage.cpp59 const QString &strId, bool fBuiltIn = false)
62 Assert (!strId.isEmpty());
100 setText(1, strId);
115 UILanguageItem(QTreeWidget *pParent, const QString &strId) argument
118 Assert(!strId.isEmpty());
120 setText(0, QString("<%1>").arg(strId));
121 setText(1, strId);
58 UILanguageItem(QTreeWidget *pParent, const QTranslator &translator, const QString &strId, bool fBuiltIn = false) argument
/vbox/src/VBox/Main/src-server/
H A DMediumFormatImpl.cpp63 unconst(m.strId) = aVDInfo->pszBackend;
188 unconst(m.strId).setNull();
197 aId = m.strId;
H A DClientToken.cpp206 void Machine::ClientToken::getId(Utf8Str &strId) argument
208 strId = mClientTokenId;
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/
H A DUIWizardNewVM.cpp227 QString strId = field("virtualDiskId").toString(); local
229 if (!strId.isNull())
231 UIMedium vmedium = vboxGlobal().medium(strId);

Completed in 161 milliseconds

12