summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/wlan/wlanimp.h
authorbenmeyer <benmeyer>2002-10-01 21:22:58 (UTC)
committer benmeyer <benmeyer>2002-10-01 21:22:58 (UTC)
commit7019c0b5e0fcdd02fe6832673b7e34c8804b9c2d (patch) (side-by-side diff)
tree96821d12fe36c7f71cb500596777f486cd50d80d /noncore/settings/networksettings/wlan/wlanimp.h
parent1ed782f91c1af59e31c117809ca5d9150b8b6654 (diff)
downloadopie-7019c0b5e0fcdd02fe6832673b7e34c8804b9c2d.zip
opie-7019c0b5e0fcdd02fe6832673b7e34c8804b9c2d.tar.gz
opie-7019c0b5e0fcdd02fe6832673b7e34c8804b9c2d.tar.bz2
initial working wlan module
Diffstat (limited to 'noncore/settings/networksettings/wlan/wlanimp.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/wlan/wlanimp.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/noncore/settings/networksettings/wlan/wlanimp.h b/noncore/settings/networksettings/wlan/wlanimp.h
new file mode 100644
index 0000000..8e355ce
--- a/dev/null
+++ b/noncore/settings/networksettings/wlan/wlanimp.h
@@ -0,0 +1,27 @@
+#ifndef WLANIMP_H
+#define WLANIMP_H
+
+#include "wlan.h"
+
+class Config;
+
+class WLANImp : public WLAN {
+ Q_OBJECT
+
+public:
+ WLANImp( Config& cfg, QWidget* parent = 0, const char* name = 0);
+
+protected:
+ void accept();
+ void done ( int r );
+
+private:
+ void readConfig();
+ bool writeConfig();
+ bool writeWirelessOpts( Config &cfg, QString scheme = "*" );
+ bool writeWlanngOpts( Config &cfg, QString scheme = "*" );
+ Config& config;
+};
+
+#endif
+