From 8344bbd32ca4ebfef275746de29cb3109b013cb6 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Wed, 07 May 2003 21:11:29 +0000 Subject: start with protocol event handling stuff --- (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 057bed6..32dc840 100644 --- a/noncore/net/wellenreiter/gui/configwindow.h +++ b/noncore/net/wellenreiter/gui/configwindow.h @@ -38,12 +38,13 @@ class WellenreiterConfigWindow : public WellenreiterConfigBase public: WellenreiterConfigWindow( QWidget * parent = 0, const char * name = "WellenreiterConfigWindow", WFlags f = 0 ); int driverType() const; - int hoppingInterval() const; const QString soundOnNetwork() const { return "";/*netSound->currentText();*/ }; const QString soundOnBeacon() const { return "";/*beaconSound->currentText();*/ }; static WellenreiterConfigWindow* instance() { return _instance; }; - bool usePrismHeader(); + int hoppingInterval() const; + bool usePrismHeader() const; + bool isChannelChecked( int ) const; public slots: void changedDeviceType(int); -- cgit v0.9.0.2