Searched refs:strGroupName (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMessageCenter.h179 void cannotResolveCollisionAutomatically(const QString &strCollisionName, const QString &strGroupName) const;
180 bool confirmAutomaticCollisionResolve(const QString &strName, const QString &strGroupName) const;
H A DUIMessageCenter.cpp554 void UIMessageCenter::cannotResolveCollisionAutomatically(const QString &strCollisionName, const QString &strGroupName) const
560 .arg(strCollisionName, strGroupName));
563 bool UIMessageCenter::confirmAutomaticCollisionResolve(const QString &strName, const QString &strGroupName) const
569 .arg(strName, strGroupName),
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserModel.cpp868 QString strGroupName; local
870 strGroupName = pGroup->fullName();
873 UISafePointerWizard pWizard = new UIWizardNewVM(&vboxGlobal().selectorWnd(), strGroupName);

Completed in 277 milliseconds