summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/interfaceinformationimp.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/networksettings/interfaceinformationimp.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/interfaceinformationimp.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/noncore/settings/networksettings/interfaceinformationimp.h b/noncore/settings/networksettings/interfaceinformationimp.h
new file mode 100644
index 0000000..6fc2384
--- a/dev/null
+++ b/noncore/settings/networksettings/interfaceinformationimp.h
@@ -0,0 +1,31 @@
+#ifndef INTERFACEINFORMATIONIMP_H
+#define INTERFACEINFORMATIONIMP_H
+
+#include "interfaceinformation.h"
+#include "interface.h"
+
+class InterfaceInformationImp : public InterfaceInformation {
+
+Q_OBJECT
+
+public:
+ InterfaceInformationImp(QWidget *parent=0, const char *name=0, Interface *i=0, WFlags f=0);
+ ~InterfaceInformationImp(){};
+
+private slots:
+ void start();
+ void stop();
+ void refresh();
+ void restart();
+ void advanced();
+ Interface *interface;
+
+private:
+ void updateInterface();
+
+};
+
+#endif
+
+// addserviceimp.h
+