Searched defs:strGraphicsControllerType (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/xml/
H A DSettings.cpp2975 Utf8Str strGraphicsControllerType; local
2976 if (!pelmHwChild->getAttributeValue("controller", strGraphicsControllerType))
2980 strGraphicsControllerType.toUpper();
2982 if (strGraphicsControllerType == "VBOXVGA")
2984 else if (strGraphicsControllerType == "VMSVGA")
2986 else if (strGraphicsControllerType == "NONE")
2989 throw ConfigFileError(this, pelmHwChild, N_("Invalid value '%s' in Display/@controller attribute"), strGraphicsControllerType.c_str());

Completed in 61 milliseconds