Changeset 75626 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Nov 20, 2018 4:53:48 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 126803
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/converter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackend.h
r75427 r75626 175 175 template<> SHARED_LIBRARY_STUFF UIExtraDataMetaDefs::MenuWindowActionType fromInternalString<UIExtraDataMetaDefs::MenuWindowActionType>(const QString &strMenuWindowActionType); 176 176 #endif /* VBOX_WS_MAC */ 177 template<> SHARED_LIBRARY_STUFF QString toString(const UIExtraDataMetaDefs::DetailsElementOptionTypeGeneral &enmDetailsElementOptionTypeGeneral); 177 178 template<> SHARED_LIBRARY_STUFF QString toInternalString(const UIExtraDataMetaDefs::DetailsElementOptionTypeGeneral &enmDetailsElementOptionTypeGeneral); 178 179 template<> SHARED_LIBRARY_STUFF UIExtraDataMetaDefs::DetailsElementOptionTypeGeneral fromInternalString<UIExtraDataMetaDefs::DetailsElementOptionTypeGeneral>(const QString &strDetailsElementOptionTypeGeneral); 180 template<> SHARED_LIBRARY_STUFF QString toString(const UIExtraDataMetaDefs::DetailsElementOptionTypeSystem &enmDetailsElementOptionTypeSystem); 179 181 template<> SHARED_LIBRARY_STUFF QString toInternalString(const UIExtraDataMetaDefs::DetailsElementOptionTypeSystem &enmDetailsElementOptionTypeSystem); 180 182 template<> SHARED_LIBRARY_STUFF UIExtraDataMetaDefs::DetailsElementOptionTypeSystem fromInternalString<UIExtraDataMetaDefs::DetailsElementOptionTypeSystem>(const QString &strDetailsElementOptionTypeSystem); 183 template<> SHARED_LIBRARY_STUFF QString toString(const UIExtraDataMetaDefs::DetailsElementOptionTypeDisplay &enmDetailsElementOptionTypeDisplay); 181 184 template<> SHARED_LIBRARY_STUFF QString toInternalString(const UIExtraDataMetaDefs::DetailsElementOptionTypeDisplay &enmDetailsElementOptionTypeDisplay); 182 185 template<> SHARED_LIBRARY_STUFF UIExtraDataMetaDefs::DetailsElementOptionTypeDisplay fromInternalString<UIExtraDataMetaDefs::DetailsElementOptionTypeDisplay>(const QString &strDetailsElementOptionTypeDisplay); 186 template<> SHARED_LIBRARY_STUFF QString toString(const UIExtraDataMetaDefs::DetailsElementOptionTypeStorage &enmDetailsElementOptionTypeStorage); 183 187 template<> SHARED_LIBRARY_STUFF QString toInternalString(const UIExtraDataMetaDefs::DetailsElementOptionTypeStorage &enmDetailsElementOptionTypeStorage); 184 188 template<> SHARED_LIBRARY_STUFF UIExtraDataMetaDefs::DetailsElementOptionTypeStorage fromInternalString<UIExtraDataMetaDefs::DetailsElementOptionTypeStorage>(const QString &strDetailsElementOptionTypeStorage); 189 template<> SHARED_LIBRARY_STUFF QString toString(const UIExtraDataMetaDefs::DetailsElementOptionTypeAudio &enmDetailsElementOptionTypeAudio); 185 190 template<> SHARED_LIBRARY_STUFF QString toInternalString(const UIExtraDataMetaDefs::DetailsElementOptionTypeAudio &enmDetailsElementOptionTypeAudio); 186 191 template<> SHARED_LIBRARY_STUFF UIExtraDataMetaDefs::DetailsElementOptionTypeAudio fromInternalString<UIExtraDataMetaDefs::DetailsElementOptionTypeAudio>(const QString &strDetailsElementOptionTypeAudio); 192 template<> SHARED_LIBRARY_STUFF QString toString(const UIExtraDataMetaDefs::DetailsElementOptionTypeNetwork &enmDetailsElementOptionTypeNetwork); 187 193 template<> SHARED_LIBRARY_STUFF QString toInternalString(const UIExtraDataMetaDefs::DetailsElementOptionTypeNetwork &enmDetailsElementOptionTypeNetwork); 188 194 template<> SHARED_LIBRARY_STUFF UIExtraDataMetaDefs::DetailsElementOptionTypeNetwork fromInternalString<UIExtraDataMetaDefs::DetailsElementOptionTypeNetwork>(const QString &strDetailsElementOptionTypeNetwork); 195 template<> SHARED_LIBRARY_STUFF QString toString(const UIExtraDataMetaDefs::DetailsElementOptionTypeSerial &enmDetailsElementOptionTypeSerial); 189 196 template<> SHARED_LIBRARY_STUFF QString toInternalString(const UIExtraDataMetaDefs::DetailsElementOptionTypeSerial &enmDetailsElementOptionTypeSerial); 190 197 template<> SHARED_LIBRARY_STUFF UIExtraDataMetaDefs::DetailsElementOptionTypeSerial fromInternalString<UIExtraDataMetaDefs::DetailsElementOptionTypeSerial>(const QString &strDetailsElementOptionTypeSerial); 198 template<> SHARED_LIBRARY_STUFF QString toString(const UIExtraDataMetaDefs::DetailsElementOptionTypeUsb &enmDetailsElementOptionTypeUsb); 191 199 template<> SHARED_LIBRARY_STUFF QString toInternalString(const UIExtraDataMetaDefs::DetailsElementOptionTypeUsb &enmDetailsElementOptionTypeUsb); 192 200 template<> SHARED_LIBRARY_STUFF UIExtraDataMetaDefs::DetailsElementOptionTypeUsb fromInternalString<UIExtraDataMetaDefs::DetailsElementOptionTypeUsb>(const QString &strDetailsElementOptionTypeUsb); 201 template<> SHARED_LIBRARY_STUFF QString toString(const UIExtraDataMetaDefs::DetailsElementOptionTypeSharedFolders &enmDetailsElementOptionTypeSharedFolders); 193 202 template<> SHARED_LIBRARY_STUFF QString toInternalString(const UIExtraDataMetaDefs::DetailsElementOptionTypeSharedFolders &enmDetailsElementOptionTypeSharedFolders); 194 203 template<> SHARED_LIBRARY_STUFF UIExtraDataMetaDefs::DetailsElementOptionTypeSharedFolders fromInternalString<UIExtraDataMetaDefs::DetailsElementOptionTypeSharedFolders>(const QString &strDetailsElementOptionTypeSharedFolders); 204 template<> SHARED_LIBRARY_STUFF QString toString(const UIExtraDataMetaDefs::DetailsElementOptionTypeUserInterface &enmDetailsElementOptionTypeUserInterface); 195 205 template<> SHARED_LIBRARY_STUFF QString toInternalString(const UIExtraDataMetaDefs::DetailsElementOptionTypeUserInterface &enmDetailsElementOptionTypeUserInterface); 196 206 template<> SHARED_LIBRARY_STUFF UIExtraDataMetaDefs::DetailsElementOptionTypeUserInterface fromInternalString<UIExtraDataMetaDefs::DetailsElementOptionTypeUserInterface>(const QString &strDetailsElementOptionTypeUserInterface); 207 template<> SHARED_LIBRARY_STUFF QString toString(const UIExtraDataMetaDefs::DetailsElementOptionTypeDescription &enmDetailsElementOptionTypeDescription); 197 208 template<> SHARED_LIBRARY_STUFF QString toInternalString(const UIExtraDataMetaDefs::DetailsElementOptionTypeDescription &enmDetailsElementOptionTypeDescription); 198 209 template<> SHARED_LIBRARY_STUFF UIExtraDataMetaDefs::DetailsElementOptionTypeDescription fromInternalString<UIExtraDataMetaDefs::DetailsElementOptionTypeDescription>(const QString &strDetailsElementOptionTypeDescription); -
trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendGlobal.cpp
r75615 r75626 882 882 883 883 /* QString <= UIExtraDataMetaDefs::DetailsElementOptionTypeGeneral: */ 884 template<> QString toString(const UIExtraDataMetaDefs::DetailsElementOptionTypeGeneral &enmDetailsElementOptionTypeGeneral) 885 { 886 QString strResult; 887 switch (enmDetailsElementOptionTypeGeneral) 888 { 889 case UIExtraDataMetaDefs::DetailsElementOptionTypeGeneral_Name: strResult = QApplication::translate("VBoxGlobal", "Name"); break; 890 case UIExtraDataMetaDefs::DetailsElementOptionTypeGeneral_OS: strResult = QApplication::translate("VBoxGlobal", "OS"); break; 891 case UIExtraDataMetaDefs::DetailsElementOptionTypeGeneral_Location: strResult = QApplication::translate("VBoxGlobal", "Location"); break; 892 case UIExtraDataMetaDefs::DetailsElementOptionTypeGeneral_Groups: strResult = QApplication::translate("VBoxGlobal", "Groups"); break; 893 default: 894 { 895 AssertMsgFailed(("No text for details element option type=%d", enmDetailsElementOptionTypeGeneral)); 896 break; 897 } 898 } 899 return strResult; 900 } 901 902 /* QString <= UIExtraDataMetaDefs::DetailsElementOptionTypeGeneral: */ 884 903 template<> QString toInternalString(const UIExtraDataMetaDefs::DetailsElementOptionTypeGeneral &enmDetailsElementOptionTypeGeneral) 885 904 { … … 915 934 /* Corresponding type for known words: */ 916 935 return values.at(keys.indexOf(QRegExp(strDetailsElementOptionTypeGeneral, Qt::CaseInsensitive))); 936 } 937 938 /* QString <= UIExtraDataMetaDefs::DetailsElementOptionTypeSystem: */ 939 template<> QString toString(const UIExtraDataMetaDefs::DetailsElementOptionTypeSystem &enmDetailsElementOptionTypeSystem) 940 { 941 QString strResult; 942 switch (enmDetailsElementOptionTypeSystem) 943 { 944 case UIExtraDataMetaDefs::DetailsElementOptionTypeSystem_RAM: strResult = QApplication::translate("VBoxGlobal", "RAM"); break; 945 case UIExtraDataMetaDefs::DetailsElementOptionTypeSystem_CPUCount: strResult = QApplication::translate("VBoxGlobal", "CPU Count"); break; 946 case UIExtraDataMetaDefs::DetailsElementOptionTypeSystem_CPUExecutionCap: strResult = QApplication::translate("VBoxGlobal", "CPU Execution Cap"); break; 947 case UIExtraDataMetaDefs::DetailsElementOptionTypeSystem_BootOrder: strResult = QApplication::translate("VBoxGlobal", "Boot Order"); break; 948 case UIExtraDataMetaDefs::DetailsElementOptionTypeSystem_ChipsetType: strResult = QApplication::translate("VBoxGlobal", "Chipset Type"); break; 949 case UIExtraDataMetaDefs::DetailsElementOptionTypeSystem_Firmware: strResult = QApplication::translate("VBoxGlobal", "Firmware"); break; 950 case UIExtraDataMetaDefs::DetailsElementOptionTypeSystem_Acceleration: strResult = QApplication::translate("VBoxGlobal", "Acceleration"); break; 951 default: 952 { 953 AssertMsgFailed(("No text for details element option type=%d", enmDetailsElementOptionTypeSystem)); 954 break; 955 } 956 } 957 return strResult; 917 958 } 918 959 … … 960 1001 961 1002 /* QString <= UIExtraDataMetaDefs::DetailsElementOptionTypeDisplay: */ 1003 template<> QString toString(const UIExtraDataMetaDefs::DetailsElementOptionTypeDisplay &enmDetailsElementOptionTypeDisplay) 1004 { 1005 QString strResult; 1006 switch (enmDetailsElementOptionTypeDisplay) 1007 { 1008 case UIExtraDataMetaDefs::DetailsElementOptionTypeDisplay_VRAM: strResult = QApplication::translate("VBoxGlobal", "VRAM"); break; 1009 case UIExtraDataMetaDefs::DetailsElementOptionTypeDisplay_ScreenCount: strResult = QApplication::translate("VBoxGlobal", "Screen Count"); break; 1010 case UIExtraDataMetaDefs::DetailsElementOptionTypeDisplay_ScaleFactor: strResult = QApplication::translate("VBoxGlobal", "Scale Factor"); break; 1011 case UIExtraDataMetaDefs::DetailsElementOptionTypeDisplay_Acceleration: strResult = QApplication::translate("VBoxGlobal", "Acceleration"); break; 1012 case UIExtraDataMetaDefs::DetailsElementOptionTypeDisplay_VRDE: strResult = QApplication::translate("VBoxGlobal", "VRDE"); break; 1013 case UIExtraDataMetaDefs::DetailsElementOptionTypeDisplay_Recording: strResult = QApplication::translate("VBoxGlobal", "Recording"); break; 1014 default: 1015 { 1016 AssertMsgFailed(("No text for details element option type=%d", enmDetailsElementOptionTypeDisplay)); 1017 break; 1018 } 1019 } 1020 return strResult; 1021 } 1022 1023 /* QString <= UIExtraDataMetaDefs::DetailsElementOptionTypeDisplay: */ 962 1024 template<> QString toInternalString(const UIExtraDataMetaDefs::DetailsElementOptionTypeDisplay &enmDetailsElementOptionTypeDisplay) 963 1025 { … … 1000 1062 1001 1063 /* QString <= UIExtraDataMetaDefs::DetailsElementOptionTypeStorage: */ 1064 template<> QString toString(const UIExtraDataMetaDefs::DetailsElementOptionTypeStorage &enmDetailsElementOptionTypeStorage) 1065 { 1066 QString strResult; 1067 switch (enmDetailsElementOptionTypeStorage) 1068 { 1069 case UIExtraDataMetaDefs::DetailsElementOptionTypeStorage_HardDisks: strResult = QApplication::translate("VBoxGlobal", "Hard Disks"); break; 1070 case UIExtraDataMetaDefs::DetailsElementOptionTypeStorage_OpticalDevices: strResult = QApplication::translate("VBoxGlobal", "Optical Devices"); break; 1071 case UIExtraDataMetaDefs::DetailsElementOptionTypeStorage_FloppyDevices: strResult = QApplication::translate("VBoxGlobal", "Floppy Devices"); break; 1072 default: 1073 { 1074 AssertMsgFailed(("No text for details element option type=%d", enmDetailsElementOptionTypeStorage)); 1075 break; 1076 } 1077 } 1078 return strResult; 1079 } 1080 1081 /* QString <= UIExtraDataMetaDefs::DetailsElementOptionTypeStorage: */ 1002 1082 template<> QString toInternalString(const UIExtraDataMetaDefs::DetailsElementOptionTypeStorage &enmDetailsElementOptionTypeStorage) 1003 1083 { … … 1034 1114 1035 1115 /* QString <= UIExtraDataMetaDefs::DetailsElementOptionTypeAudio: */ 1116 template<> QString toString(const UIExtraDataMetaDefs::DetailsElementOptionTypeAudio &enmDetailsElementOptionTypeAudio) 1117 { 1118 QString strResult; 1119 switch (enmDetailsElementOptionTypeAudio) 1120 { 1121 case UIExtraDataMetaDefs::DetailsElementOptionTypeAudio_Driver: strResult = QApplication::translate("VBoxGlobal", "Driver"); break; 1122 case UIExtraDataMetaDefs::DetailsElementOptionTypeAudio_Controller: strResult = QApplication::translate("VBoxGlobal", "Controller"); break; 1123 case UIExtraDataMetaDefs::DetailsElementOptionTypeAudio_IO: strResult = QApplication::translate("VBoxGlobal", "Input/Output"); break; 1124 default: 1125 { 1126 AssertMsgFailed(("No text for details element option type=%d", enmDetailsElementOptionTypeAudio)); 1127 break; 1128 } 1129 } 1130 return strResult; 1131 } 1132 1133 /* QString <= UIExtraDataMetaDefs::DetailsElementOptionTypeAudio: */ 1036 1134 template<> QString toInternalString(const UIExtraDataMetaDefs::DetailsElementOptionTypeAudio &enmDetailsElementOptionTypeAudio) 1037 1135 { … … 1065 1163 /* Corresponding type for known words: */ 1066 1164 return values.at(keys.indexOf(QRegExp(strDetailsElementOptionTypeAudio, Qt::CaseInsensitive))); 1165 } 1166 1167 /* QString <= UIExtraDataMetaDefs::DetailsElementOptionTypeNetwork: */ 1168 template<> QString toString(const UIExtraDataMetaDefs::DetailsElementOptionTypeNetwork &enmDetailsElementOptionTypeNetwork) 1169 { 1170 QString strResult; 1171 switch (enmDetailsElementOptionTypeNetwork) 1172 { 1173 case UIExtraDataMetaDefs::DetailsElementOptionTypeNetwork_NotAttached: strResult = QApplication::translate("VBoxGlobal", "Not Attached"); break; 1174 case UIExtraDataMetaDefs::DetailsElementOptionTypeNetwork_NAT: strResult = QApplication::translate("VBoxGlobal", "NAT"); break; 1175 case UIExtraDataMetaDefs::DetailsElementOptionTypeNetwork_BridgetAdapter: strResult = QApplication::translate("VBoxGlobal", "Bridget Adapter"); break; 1176 case UIExtraDataMetaDefs::DetailsElementOptionTypeNetwork_InternalNetwork: strResult = QApplication::translate("VBoxGlobal", "Internal Network"); break; 1177 case UIExtraDataMetaDefs::DetailsElementOptionTypeNetwork_HostOnlyAdapter: strResult = QApplication::translate("VBoxGlobal", "Host Only Adapter"); break; 1178 case UIExtraDataMetaDefs::DetailsElementOptionTypeNetwork_GenericDriver: strResult = QApplication::translate("VBoxGlobal", "Generic Driver"); break; 1179 default: 1180 { 1181 AssertMsgFailed(("No text for details element option type=%d", enmDetailsElementOptionTypeNetwork)); 1182 break; 1183 } 1184 } 1185 return strResult; 1067 1186 } 1068 1187 … … 1108 1227 1109 1228 /* QString <= UIExtraDataMetaDefs::DetailsElementOptionTypeSerial: */ 1229 template<> QString toString(const UIExtraDataMetaDefs::DetailsElementOptionTypeSerial &enmDetailsElementOptionTypeSerial) 1230 { 1231 QString strResult; 1232 switch (enmDetailsElementOptionTypeSerial) 1233 { 1234 case UIExtraDataMetaDefs::DetailsElementOptionTypeSerial_Disconnected: strResult = QApplication::translate("VBoxGlobal", "Disconnected"); break; 1235 case UIExtraDataMetaDefs::DetailsElementOptionTypeSerial_HostPipe: strResult = QApplication::translate("VBoxGlobal", "Host Pipe"); break; 1236 case UIExtraDataMetaDefs::DetailsElementOptionTypeSerial_HostDevice: strResult = QApplication::translate("VBoxGlobal", "Host Device"); break; 1237 case UIExtraDataMetaDefs::DetailsElementOptionTypeSerial_RawFile: strResult = QApplication::translate("VBoxGlobal", "Raw File"); break; 1238 case UIExtraDataMetaDefs::DetailsElementOptionTypeSerial_TCP: strResult = QApplication::translate("VBoxGlobal", "TCP"); break; 1239 default: 1240 { 1241 AssertMsgFailed(("No text for details element option type=%d", enmDetailsElementOptionTypeSerial)); 1242 break; 1243 } 1244 } 1245 return strResult; 1246 } 1247 1248 /* QString <= UIExtraDataMetaDefs::DetailsElementOptionTypeSerial: */ 1110 1249 template<> QString toInternalString(const UIExtraDataMetaDefs::DetailsElementOptionTypeSerial &enmDetailsElementOptionTypeSerial) 1111 1250 { … … 1146 1285 1147 1286 /* QString <= UIExtraDataMetaDefs::DetailsElementOptionTypeUsb: */ 1287 template<> QString toString(const UIExtraDataMetaDefs::DetailsElementOptionTypeUsb &enmDetailsElementOptionTypeUsb) 1288 { 1289 QString strResult; 1290 switch (enmDetailsElementOptionTypeUsb) 1291 { 1292 case UIExtraDataMetaDefs::DetailsElementOptionTypeUsb_Controller: strResult = QApplication::translate("VBoxGlobal", "Controller"); break; 1293 case UIExtraDataMetaDefs::DetailsElementOptionTypeUsb_DeviceFilters: strResult = QApplication::translate("VBoxGlobal", "Device Filters"); break; 1294 default: 1295 { 1296 AssertMsgFailed(("No text for details element option type=%d", enmDetailsElementOptionTypeUsb)); 1297 break; 1298 } 1299 } 1300 return strResult; 1301 } 1302 1303 /* QString <= UIExtraDataMetaDefs::DetailsElementOptionTypeUsb: */ 1148 1304 template<> QString toInternalString(const UIExtraDataMetaDefs::DetailsElementOptionTypeUsb &enmDetailsElementOptionTypeUsb) 1149 1305 { … … 1178 1334 1179 1335 /* QString <= UIExtraDataMetaDefs::DetailsElementOptionTypeSharedFolders: */ 1336 template<> QString toString(const UIExtraDataMetaDefs::DetailsElementOptionTypeSharedFolders &enmDetailsElementOptionTypeSharedFolders) 1337 { 1338 QString strResult; 1339 switch (enmDetailsElementOptionTypeSharedFolders) 1340 { 1341 default: 1342 { 1343 AssertMsgFailed(("No text for details element option type=%d", enmDetailsElementOptionTypeSharedFolders)); 1344 break; 1345 } 1346 } 1347 return strResult; 1348 } 1349 1350 /* QString <= UIExtraDataMetaDefs::DetailsElementOptionTypeSharedFolders: */ 1180 1351 template<> QString toInternalString(const UIExtraDataMetaDefs::DetailsElementOptionTypeSharedFolders &enmDetailsElementOptionTypeSharedFolders) 1181 1352 { … … 1203 1374 /* Corresponding type for known words: */ 1204 1375 return values.at(keys.indexOf(QRegExp(strDetailsElementOptionTypeSharedFolders, Qt::CaseInsensitive))); 1376 } 1377 1378 /* QString <= UIExtraDataMetaDefs::DetailsElementOptionTypeUserInterface: */ 1379 template<> QString toString(const UIExtraDataMetaDefs::DetailsElementOptionTypeUserInterface &enmDetailsElementOptionTypeUserInterface) 1380 { 1381 QString strResult; 1382 switch (enmDetailsElementOptionTypeUserInterface) 1383 { 1384 case UIExtraDataMetaDefs::DetailsElementOptionTypeUserInterface_MenuBar: strResult = QApplication::translate("VBoxGlobal", "Menu Bar"); break; 1385 case UIExtraDataMetaDefs::DetailsElementOptionTypeUserInterface_StatusBar: strResult = QApplication::translate("VBoxGlobal", "Status Bar"); break; 1386 case UIExtraDataMetaDefs::DetailsElementOptionTypeUserInterface_MiniToolbar: strResult = QApplication::translate("VBoxGlobal", "Mini Toolbar"); break; 1387 default: 1388 { 1389 AssertMsgFailed(("No text for details element option type=%d", enmDetailsElementOptionTypeUserInterface)); 1390 break; 1391 } 1392 } 1393 return strResult; 1205 1394 } 1206 1395 … … 1237 1426 /* Corresponding type for known words: */ 1238 1427 return values.at(keys.indexOf(QRegExp(strDetailsElementOptionTypeUserInterface, Qt::CaseInsensitive))); 1428 } 1429 1430 /* QString <= UIExtraDataMetaDefs::DetailsElementOptionTypeDescription: */ 1431 template<> QString toString(const UIExtraDataMetaDefs::DetailsElementOptionTypeDescription &enmDetailsElementOptionTypeDescription) 1432 { 1433 QString strResult; 1434 switch (enmDetailsElementOptionTypeDescription) 1435 { 1436 default: 1437 { 1438 AssertMsgFailed(("No text for details element option type=%d", enmDetailsElementOptionTypeDescription)); 1439 break; 1440 } 1441 } 1442 return strResult; 1239 1443 } 1240 1444
Note:
See TracChangeset
for help on using the changeset viewer.