Home
last modified time | relevance | path

Searched refs:LegacySystemTray (Results 1 – 8 of 8) sorted by relevance

/dports/irc/quassel-core/quassel-0.14-rc2/src/qtui/
H A Dlegacysystemtray.cpp29 LegacySystemTray::LegacySystemTray(QWidget* parent) in LegacySystemTray() function in LegacySystemTray
44 connect(this, &SystemTray::modeChanged, this, &LegacySystemTray::onModeChanged);
46 connect(this, &SystemTray::iconsChanged, this, &LegacySystemTray::updateIcon);
53 bool LegacySystemTray::isSystemTrayAvailable() const in isSystemTrayAvailable()
58 void LegacySystemTray::onVisibilityChanged(bool isVisible) in onVisibilityChanged()
65 void LegacySystemTray::onModeChanged(Mode mode) in onModeChanged()
75 void LegacySystemTray::updateIcon() in updateIcon()
81 void LegacySystemTray::updateToolTip() in updateToolTip()
96 void LegacySystemTray::onActivated(QSystemTrayIcon::ActivationReason reason) in onActivated()
101 void LegacySystemTray::onMessageClicked() in onMessageClicked()
[all …]
H A Dlegacysystemtray.h30 class LegacySystemTray : public SystemTray
35 explicit LegacySystemTray(QWidget* parent);
H A Dstatusnotifieritem.h40 # define StatusNotifierItemParent LegacySystemTray
H A Dmainwin.cpp1123 _systemTray = new LegacySystemTray(this); in setupSystray()
/dports/irc/quassel/quassel-0.14-rc2/src/qtui/
H A Dlegacysystemtray.cpp29 LegacySystemTray::LegacySystemTray(QWidget* parent) in LegacySystemTray() function in LegacySystemTray
44 connect(this, &SystemTray::modeChanged, this, &LegacySystemTray::onModeChanged);
46 connect(this, &SystemTray::iconsChanged, this, &LegacySystemTray::updateIcon);
53 bool LegacySystemTray::isSystemTrayAvailable() const in isSystemTrayAvailable()
58 void LegacySystemTray::onVisibilityChanged(bool isVisible) in onVisibilityChanged()
65 void LegacySystemTray::onModeChanged(Mode mode) in onModeChanged()
75 void LegacySystemTray::updateIcon() in updateIcon()
81 void LegacySystemTray::updateToolTip() in updateToolTip()
96 void LegacySystemTray::onActivated(QSystemTrayIcon::ActivationReason reason) in onActivated()
101 void LegacySystemTray::onMessageClicked() in onMessageClicked()
[all …]
H A Dlegacysystemtray.h30 class LegacySystemTray : public SystemTray
35 explicit LegacySystemTray(QWidget* parent);
H A Dstatusnotifieritem.h40 # define StatusNotifierItemParent LegacySystemTray
H A Dmainwin.cpp1123 _systemTray = new LegacySystemTray(this); in setupSystray()