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

12

/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdogUtils.cpp211 const char *pszGlobal, const char *pszVM, Utf8Str &strValue, Utf8Str strDefault)
227 strValue = Utf8Str(strTemp);
231 if (strValue.isEmpty()) /* Not set by per-VM value? */
241 strValue = Utf8Str(strTemp);
245 if (strValue.isEmpty())
247 strValue = strDefault;
257 Utf8Str strValue; local
258 int rc = cfgGetValueStr(rptrVBox, rptrMachine, pszGlobal, pszVM, strValue, "" /* Default */);
261 *pulValue = strValue.toUInt32();
210 cfgGetValueStr(const ComPtr<IVirtualBox> &rptrVBox, const ComPtr<IMachine> &rptrMachine, const char *pszGlobal, const char *pszVM, Utf8Str &strValue, Utf8Str strDefault) argument
H A DVBoxModAPIMonitor.cpp462 Bstr strValue; local
468 strValue.asOutParam()));
469 if (!strValue.isEmpty())
471 int rc2 = groupAdd(g_vecAPIMonGroups, Utf8Str(strValue).c_str(), 0 /* Flags */);
473 serviceLog("apimon: Warning: API monitor groups string invalid (%ls)\n", strValue.raw());
494 strValue.raw());
H A DVBoxModBallooning.cpp168 Bstr strValue; local
170 strValue.asOutParam());
172 && !strValue.isEmpty())
174 ulBalloonMax = Utf8Str(strValue).toUInt32();
H A DVBoxWatchdogInternal.h239 const char *pszGlobal, const char *pszVM, Utf8Str &strValue, Utf8Str strDefault);
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMainEventListener.h67 /** Notifies about extra-data of the machine with @a strId can be changed for the key @a strKey to value @a strValue. */
68 void sigExtraDataCanChange(QString strId, QString strKey, QString strValue, bool &fVeto, QString &strVetoReason); /* use Qt::DirectConnection */
69 /** Notifies about extra-data of the machine with @a strId changed for the key @a strKey to value @a strValue. */
70 void sigExtraDataChange(QString strId, QString strKey, QString strValue);
H A DVBoxUtils.h42 void sltAssignProperty(const QString &strValue) argument
43 { parent()->setProperty(m_strName.toAscii().constData(), strValue); }
H A DUIMessageCenter.h173 void cannotSetExtraData(const CVirtualBox &vbox, const QString &strKey, const QString &strValue);
174 void cannotSetExtraData(const CMachine &machine, const QString &strKey, const QString &strValue);
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvd/
H A DUIWizardNewVDPageBasic3.h42 void onSizeEditorTextChanged(const QString &strValue);
104 void sltSizeEditorTextChanged(const QString &strValue);
H A DUIWizardNewVDPageExpert.h61 void sltSizeEditorTextChanged(const QString &strValue);
H A DUIWizardNewVDPageBasic3.cpp124 void UIWizardNewVDPage3::onSizeEditorTextChanged(const QString &strValue) argument
127 qulonglong uMediumSize = vboxGlobal().parseSize(strValue);
355 void UIWizardNewVDPageBasic3::sltSizeEditorTextChanged(const QString &strValue) argument
358 onSizeEditorTextChanged(strValue);
H A DUIWizardNewVDPageExpert.cpp238 void UIWizardNewVDPageExpert::sltSizeEditorTextChanged(const QString &strValue) argument
240 onSizeEditorTextChanged(strValue);
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
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
126 if (gs.setPublicProperty(strKey, strValue))
141 void UIExtraDataEventHandler::sltPreprocessExtraDataChange(QString strMachineID, QString strKey, QString strValue) argument
150 vboxGlobal().settings().setPublicProperty(strKey, strValue);
157 emit sigExtraDataChange(strMachineID, strKey, strValue);
374 void sltExtraDataChange(QString strID, QString strKey, QString strValue);
512 const QString &strValue,
664 sltExtraDataChange(QString strID, QString strKey, QString strValue) argument
1100 const QString strValue = attributes.value("value").toString(); local
1698 addDataItem(const QString &strKey, const QString &strValue, const int iPosition ) argument
1893 setExtraDataString(const QString &strKey, const QString &strValue, const QString &strID ) argument
2066 setApplicationUpdateData(const QString &strValue) argument
2098 foreach(const QString &strValue, extraDataStringList(GUI_RestrictedGlobalSettingsPages)) argument
2113 foreach(const QString &strValue, extraDataStringList(GUI_RestrictedMachineSettingsPages, strID)) argument
2159 setRecentFolderForHardDrives(const QString &strValue) argument
2164 setRecentFolderForOpticalDisks(const QString &strValue) argument
2169 setRecentFolderForFloppyDisks(const QString &strValue) argument
2380 QString strValue = gpConverter->toInternalString(type); local
2383 data << strValue; local
2571 foreach(const QString &strValue, extraDataStringList(GUI_RestrictedRuntimeMenus, strID)) argument
2618 foreach(const QString &strValue, extraDataStringList(GUI_RestrictedRuntimeApplicationMenuActions, strID)) argument
2665 foreach(const QString &strValue, extraDataStringList(GUI_RestrictedRuntimeMachineMenuActions, strID)) argument
2728 foreach(const QString &strValue, extraDataStringList(GUI_RestrictedRuntimeViewMenuActions, strID)) argument
2775 foreach(const QString &strValue, extraDataStringList(GUI_RestrictedRuntimeInputMenuActions, strID)) argument
2822 foreach(const QString &strValue, extraDataStringList(GUI_RestrictedRuntimeDevicesMenuActions, strID)) argument
2885 foreach(const QString &strValue, extraDataStringList(GUI_RestrictedRuntimeDebuggerMenuActions, strID)) argument
2934 foreach(const QString &strValue, extraDataStringList(GUI_RestrictedRuntimeWindowMenuActions, strID)) argument
2982 foreach(const QString &strValue, extraDataStringList(GUI_RestrictedRuntimeHelpMenuActions, strID)) argument
3029 foreach(const QString &strValue, extraDataStringList(GUI_RestrictedVisualStates, strID)) argument
3136 const QString strValue = extraDataString(strKey, strID); local
3273 foreach(const QString &strValue, extraDataStringList(GUI_RestrictedStatusBarIndicators, strID)) argument
3299 foreach(const QString &strValue, extraDataStringList(GUI_StatusBar_IndicatorOrder, strID)) argument
3369 const QString strValue = extraDataString(GUI_ScaleFactor, strID); local
3471 foreach(const QString &strValue, extraDataStringList(GUI_RestrictedCloseActions, strID)) argument
3617 sltExtraDataChange(QString strMachineID, QString strKey, QString strValue) argument
3825 const QString &strValue = data[strKey]; local
3846 const QString &strValue = data[strKey]; local
[all...]
H A DUIExtraDataManager.h60 void sigExtraDataChange(QString strID, QString strKey, QString strValue);
120 /** Defines extra-data value corresponding to passed @a strKey as strValue.
122 void setExtraDataString(const QString &strKey, const QString &strValue, const QString &strID = GlobalID);
156 /** Defines Application Update data as @a strValue. */
157 void setApplicationUpdateData(const QString &strValue);
196 /** Defines recent folder for hard-drives as @a strValue. */
197 void setRecentFolderForHardDrives(const QString &strValue);
198 /** Defines recent folder for optical-disk as @a strValue. */
199 void setRecentFolderForOpticalDisks(const QString &strValue);
200 /** Defines recent folder for floppy-disk as @a strValue
[all...]
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DregExport.cpp280 char *strValue; local
281 rv = reg->GetStringUTF8( root, name, &strValue );
283 printString( strValue, strlen(name) );
284 nsMemory::Free( strValue );
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMInfoDialog.h107 QString formatValue(const QString &strValueName, const QString &strValue, int iMaxSize);
H A DUIVMInfoDialog.cpp657 foreach (const QString &strValue, values)
658 iMaxLength = iMaxLength < fontMetrics().width(strValue)
659 ? fontMetrics().width(strValue) : iMaxLength;
809 const QString &strValue,
816 int size = iMaxSize - fontMetrics().width(strValue);
826 return bdyRow.arg(strValueName).arg(strValue).arg(strMargin);
808 formatValue(const QString &strValueName, const QString &strValue, int iMaxSize) argument
/vbox/src/VBox/NetworkServices/DHCP/
H A DVBoxNetDHCP.cpp149 std::string strValue; member in struct:VBoxNetDhcp::__anon16537
267 prm.strValue = buf;
471 RTNetStrToIPv4Addr(it->strValue.c_str(), &LowerAddress);
475 RTNetStrToIPv4Addr(it->strValue.c_str(), &UpperAddress);
/vbox/src/VBox/Main/src-client/
H A DGuestCtrlPrivate.cpp147 int GuestEnvironment::Set(const Utf8Str &strKey, const Utf8Str &strValue) argument
164 mEnvironment[strKey] = strValue;
187 Utf8Str strValue; local
189 strValue = listPair.at(p++);
192 LogFlowFunc(("strKey=%s, strValue=%s\n",
193 strKey.c_str(), strValue.c_str()));
195 rc = Set(strKey, strValue);
/vbox/include/iprt/cpp/
H A Dxml.h834 AttributeNode *setAttribute(const char *pcszName, const RTCString &strValue) argument
836 return setAttribute(pcszName, strValue.c_str());
838 AttributeNode *setAttributePath(const char *pcszName, const RTCString &strValue);
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp1296 com::Utf8Str strKey, strValue; local
1297 uPos = aCreateFlags.parseKeyValue(strKey, strValue, uPos);
1300 id = strValue.c_str();
1302 fDirectoryIncludesUUID = (strValue == "1");
1483 Utf8Str strValue(strFlag.c_str() + (pcszEqual - strFlag.c_str() + 1));
1486 id = strValue.c_str();
1488 fForceOverwrite = (strValue == "1");
1490 fDirectoryIncludesUUID = (strValue == "1");
1975 Utf8Str strValue(aValue);
1995 if ((fChanged = (strOldValue != strValue)))
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserItemGroup.cpp672 QString strValue = tr("<nobr>%1</nobr>", "Group item tool-tip / Group info wrapper").arg(strGroupCount); local
673 toolTipInfo << strValue; local
689 QString strValue = !iCountOfStartedMachineItems ? local
692 toolTipInfo << strValue; local
/vbox/src/VBox/Frontends/VBoxHeadless/
H A DVBoxHeadless.cpp188 Bstr strValue; local
189 hrc = pChangedEvent->COMGETTER(Value)(strValue.asOutParam());
193 Utf8Str utf8Value = strValue;
/vbox/src/VBox/Main/xml/
H A DSettings.cpp520 Utf8Str strName, strValue; local
522 && pelmExtraDataItem->getAttributeValue("value", strValue) )
523 map[strName] = strValue;
1067 const Utf8Str &strValue = it->second; local
1070 pelmThis->setAttribute("value", strValue);
1951 && (strValue == g.strValue)
2687 pelmProp->getAttributeValue("value", prop.strValue);
3073 Utf8Str strName, strValue; local
3075 && pelmProperty->getAttributeValue("value", strValue))
4375 const Utf8Str &strValue = it->second; local
[all...]
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp227 com::Utf8Str strValue(*pbstrValue);
228 if ( strValue.isEmpty()
229 || ( !strValue.count('"')
230 && !strValue.count('\\')))
231 RTPrintf("%s=\"%s\"\n", pszName, strValue.c_str());
236 const char *psz = strValue.c_str();
/vbox/src/VBox/Main/include/
H A DGuestCtrlImplPrivate.h82 int Set(const Utf8Str &strKey, const Utf8Str &strValue);

Completed in 1774 milliseconds

12