Searched refs:strGroup (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/
H A DUIWizardNewVM.h49 UIWizardNewVM(QWidget *pParent, const QString &strGroup = QString());
H A DUIWizardNewVMPageBasic1.h33 UIWizardNewVMPage1(const QString &strGroup);
75 UIWizardNewVMPageBasic1(const QString &strGroup);
H A DUIWizardNewVMPageExpert.h44 UIWizardNewVMPageExpert(const QString &strGroup);
H A DUIWizardNewVMPageBasic1.cpp167 UIWizardNewVMPage1::UIWizardNewVMPage1(const QString &strGroup) argument
168 : m_strGroup(strGroup)
259 UIWizardNewVMPageBasic1::UIWizardNewVMPageBasic1(const QString &strGroup) argument
260 : UIWizardNewVMPage1(strGroup)
H A DUIWizardNewVM.cpp45 UIWizardNewVM::UIWizardNewVM(QWidget *pParent, const QString &strGroup /* = QString() */)
47 , m_strGroup(strGroup)
H A DUIWizardNewVMPageExpert.cpp46 UIWizardNewVMPageExpert::UIWizardNewVMPageExpert(const QString &strGroup) argument
47 : UIWizardNewVMPage1(strGroup)
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsElements.cpp144 QString &strGroup = groups[i]; local
145 if (strGroup.startsWith("/") && strGroup != "/")
146 strGroup.remove(0, 1);
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserModel.cpp1699 foreach (QString strGroup, groups) argument
1702 if (strGroup.right(1) == "/")
1703 strGroup.truncate(strGroup.size() - 1);
1706 strGroup.toAscii().constData()));
1707 createMachineItem(machine, getGroupItem(strGroup, mainRoot(), fMakeItVisible));
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp1317 Utf8Str strGroup(aGroup);
1318 if (strGroup.isEmpty())
1319 strGroup = "/";
1320 HRESULT rc = i_validateMachineGroup(strGroup, true);
1346 if (strGroup == "/")
1347 strGroup.setNull();
1350 strGroup.c_str(),
/vbox/src/VBox/Main/xml/
H A DSettings.cpp3797 Utf8Str strGroup; local
3798 if (!pelmGroup->getAttributeValue("name", strGroup))
3800 pllGroups->push_back(strGroup);

Completed in 2632 milliseconds