From 13e8e8cbaede72948d3901a1a903eba43854d770 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Mon, 31 Mar 2003 14:30:17 +0000 Subject: - initial attempt to autodetect driver - add possibility to play sounds when receiving beacon and/or found a new network --- (limited to 'noncore/net/wellenreiter/gui/configwindow.h') diff --git a/noncore/net/wellenreiter/gui/configwindow.h b/noncore/net/wellenreiter/gui/configwindow.h index c627901..5fd0327 100644 --- a/noncore/net/wellenreiter/gui/configwindow.h +++ b/noncore/net/wellenreiter/gui/configwindow.h @@ -18,6 +18,10 @@ #include "configbase.h" #include +#include +#include + +class WellenreiterConfigWindow; class WellenreiterConfigWindow : public WellenreiterConfigBase { @@ -26,9 +30,13 @@ class WellenreiterConfigWindow : public WellenreiterConfigBase WellenreiterConfigWindow( QWidget * parent = 0, const char * name = "WellenreiterConfigWindow", WFlags f = 0 ); int daemonDeviceType(); int daemonHopInterval(); + const QString soundOnNetwork() const { return netSound->currentText(); }; + const QString soundOnBeacon() const { return beaconSound->currentText(); }; + static WellenreiterConfigWindow* instance() { return _instance; }; protected: QMap _devicetype; + static WellenreiterConfigWindow* _instance; }; -- cgit v0.9.0.2