Searched refs:strGroup (Results 1 - 10 of 10) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/ |
H A D | UIWizardNewVM.h | 49 UIWizardNewVM(QWidget *pParent, const QString &strGroup = QString());
|
H A D | UIWizardNewVMPageBasic1.h | 33 UIWizardNewVMPage1(const QString &strGroup); 75 UIWizardNewVMPageBasic1(const QString &strGroup);
|
H A D | UIWizardNewVMPageExpert.h | 44 UIWizardNewVMPageExpert(const QString &strGroup);
|
H A D | UIWizardNewVMPageBasic1.cpp | 167 UIWizardNewVMPage1::UIWizardNewVMPage1(const QString &strGroup) argument 168 : m_strGroup(strGroup) 259 UIWizardNewVMPageBasic1::UIWizardNewVMPageBasic1(const QString &strGroup) argument 260 : UIWizardNewVMPage1(strGroup)
|
H A D | UIWizardNewVM.cpp | 45 UIWizardNewVM::UIWizardNewVM(QWidget *pParent, const QString &strGroup /* = QString() */) 47 , m_strGroup(strGroup)
|
H A D | UIWizardNewVMPageExpert.cpp | 46 UIWizardNewVMPageExpert::UIWizardNewVMPageExpert(const QString &strGroup) argument 47 : UIWizardNewVMPage1(strGroup)
|
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/ |
H A D | UIGDetailsElements.cpp | 144 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 D | UIGChooserModel.cpp | 1699 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 D | VirtualBoxImpl.cpp | 1317 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 D | Settings.cpp | 3797 Utf8Str strGroup; local 3798 if (!pelmGroup->getAttributeValue("name", strGroup)) 3800 pllGroups->push_back(strGroup);
|
Completed in 122 milliseconds