MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / setTrayVisible

Method setTrayVisible

src/interface/TrayIcon.cpp:116–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void TrayIcon::setTrayVisible(bool visible)
117{
118 if (visible)
119 {
120 trayIcon->show();
121 }
122 else
123 {
124 trayIcon->hide();
125 }
126}
127
128void TrayIcon::iconEventHandler(QSystemTrayIcon::ActivationReason reason)
129{

Callers 3

MainWindowMethod · 0.80
onTrayIconActivatedMethod · 0.80
onAppConfigUpdatedMethod · 0.80

Calls 1

hideMethod · 0.80

Tested by

no test coverage detected