Lines Matching defs:UIIndicatorsPool

3  * VBox Qt GUI - UIIndicatorsPool class implementation.
28 # include "UIIndicatorsPool.h"
117 QString strToolTip = QApplication::translate("UIIndicatorsPool",
190 QString strToolTip = QApplication::translate("UIIndicatorsPool",
267 QString strToolTip = QApplication::translate("UIIndicatorsPool",
383 QString strToolTip = QApplication::translate("UIIndicatorsPool",
428 strFullData += QApplication::translate("UIIndicatorsPool",
434 QApplication::translate("UIIndicatorsPool", "connected", "Network adapters tooltip") :
435 QApplication::translate("UIIndicatorsPool", "disconnected", "Network adapters tooltip"));
440 strFullData = QApplication::translate("UIIndicatorsPool",
498 QString strToolTip = QApplication::translate("UIIndicatorsPool",
515 strFullData = QApplication::translate("UIIndicatorsPool", "<br><nobr><b>No USB devices attached</b></nobr>", "USB device tooltip");
566 QString strToolTip = QApplication::translate("UIIndicatorsPool",
591 strFullData = QApplication::translate("UIIndicatorsPool", "<br><nobr><b>No shared folders</b></nobr>", "Shared folders tooltip");
634 QString strToolTip = QApplication::translate("UIIndicatorsPool",
765 QString strToolTip = QApplication::translate("UIIndicatorsPool", "<nobr>Indicates video capturing activity:</nobr><br>%1");
770 strToolTip = strToolTip.arg(QApplication::translate("UIIndicatorsPool", "<nobr><b>Video capture disabled</b></nobr>"));
775 strToolTip = strToolTip.arg(QApplication::translate("UIIndicatorsPool", "<nobr><b>Video capture file:</b> %1</nobr>"));
859 QString tip(QApplication::translate("UIIndicatorsPool",
874 tip += QApplication::translate("UIIndicatorsPool", "<br><nobr><b>%1:</b>&nbsp;%2</nobr>", "Virtualization Stuff LED")
930 setToolTip(QApplication::translate("UIIndicatorsPool",
972 setToolTip(QApplication::translate("UIIndicatorsPool",
1021 UIIndicatorsPool::UIIndicatorsPool(UISession *pSession, QWidget *pParent /* = 0 */)
1031 UIIndicatorsPool::~UIIndicatorsPool()
1037 void UIIndicatorsPool::updateAppearance(IndicatorType indicatorType)
1055 void UIIndicatorsPool::setAutoUpdateIndicatorStates(bool fEnabled)
1067 void UIIndicatorsPool::sltHandleConfigurationChange(const QString &strMachineID)
1077 void UIIndicatorsPool::sltAutoUpdateIndicatorStates()
1123 void UIIndicatorsPool::sltContextMenuRequest(QIStatusBarIndicator *pIndicator, QContextMenuEvent *pEvent)
1135 void UIIndicatorsPool::prepare()
1145 void UIIndicatorsPool::prepareConnections()
1152 void UIIndicatorsPool::prepareContents()
1166 void UIIndicatorsPool::prepareUpdateTimer()
1179 void UIIndicatorsPool::updatePool()
1275 void UIIndicatorsPool::cleanupUpdateTimer()
1286 void UIIndicatorsPool::cleanupContents()
1297 void UIIndicatorsPool::cleanup()
1305 void UIIndicatorsPool::contextMenuEvent(QContextMenuEvent *pEvent)
1312 int UIIndicatorsPool::indicatorPosition(IndicatorType indicatorType) const
1323 void UIIndicatorsPool::updateIndicatorStateForDevice(QIStatusBarIndicator *pIndicator, KDeviceActivity state)
1349 #include "UIIndicatorsPool.moc"