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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineWindowNormal.cpp188 void UIMachineWindowNormal::sltHandleIndicatorContextMenuRequest(IndicatorType indicatorType, const QPoint &position) argument
192 switch (indicatorType)
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIIndicatorsPool.cpp1037 void UIIndicatorsPool::updateAppearance(IndicatorType indicatorType) argument
1040 if (!m_pool.contains(indicatorType))
1044 QIStatusBarIndicator *pIndicator = m_pool.value(indicatorType);
1126 foreach (IndicatorType indicatorType, m_pool.keys())
1127 if (m_pool[indicatorType] == pIndicator)
1130 emit sigContextMenuRequest(indicatorType, pEvent->globalPos());
1200 foreach (const IndicatorType &indicatorType, m_restrictions) argument
1202 if (m_pool.contains(indicatorType))
1204 delete m_pool.value(indicatorType);
1205 m_pool.remove(indicatorType);
1229 foreach(const IndicatorType &indicatorType, m_order) argument
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackendGlobal.cpp1237 template<> QString toInternalString(const IndicatorType &indicatorType) argument
1240 switch (indicatorType)
1255 AssertMsgFailed(("No text for indicator type=%d", indicatorType));
1287 template<> QIcon toIcon(const IndicatorType &indicatorType) argument
1289 switch (indicatorType)
1304 AssertMsgFailed(("No icon for indicator type=%d", indicatorType));

Completed in 55 milliseconds