Searched refs:IndicatorType_OpticalDisks (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineWindowNormal.cpp195 case IndicatorType_OpticalDisks: pAction = actionPool()->action(UIActionIndexRT_M_Devices_M_OpticalDevices); break;
519 m_pIndicatorsPool->updateAppearance(IndicatorType_OpticalDisks);
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataDefs.h580 IndicatorType_OpticalDisks, enumerator in enum:IndicatorType
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIIndicatorsPool.cpp1083 if (m_pool.contains(IndicatorType_OpticalDisks))
1110 case KDeviceType_DVD: pIndicator = m_pool.value(IndicatorType_OpticalDisks); break;
1253 case IndicatorType_OpticalDisks: m_pool[indicatorType] = new UIIndicatorOpticalDisks(m_pSession); break;
/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackendGlobal.cpp1243 case IndicatorType_OpticalDisks: strResult = "OpticalDisks"; break;
1269 keys << "OpticalDisks"; values << IndicatorType_OpticalDisks; local
1292 case IndicatorType_OpticalDisks: return UIIconPool::iconSet(":/cd_16px.png");

Completed in 56 milliseconds