summaryrefslogtreecommitdiff
path: root/src/ui/tmixtray.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tmixtray.h')
-rw-r--r--src/ui/tmixtray.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ui/tmixtray.h b/src/ui/tmixtray.h
index 08a5fb5..f04450c 100644
--- a/src/ui/tmixtray.h
+++ b/src/ui/tmixtray.h
@@ -25,6 +25,12 @@ protected:
void wheelEvent( TQWheelEvent *e );
void contextMenuAboutToShow( TDEPopupMenu *menu );
+public:
+ void toggleRecordingPopup();
+
+private slots:
+ void executeSingleClick();
+
private:
void updateRecordingTray();
@@ -32,5 +38,10 @@ private:
AudioDevice *m_device;
KSystemTray *m_recTray;
TmixPopup *m_popup;
+ TmixPopup *m_recPopup;
+ int m_popupMode;
+ bool m_popupShowOutput;
+ bool m_popupShowMic;
+ bool m_popupShowApps;
int m_recordingCount;
};