summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/interfaces/interfaceinformationimp.h
blob: 03da736db2c70f48835d1980d36340f4a73152b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#ifndef INTERFACEINFORMATIONIMP_H
#define INTERFACEINFORMATIONIMP_H

#include "interfaceinformation.h"
#include "interface.h"

/**
 * This widget just shows some generic information about the
 * given Interface. IP Addresses and such will be shown.
 */
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 advanced();
  void updateInterface(Interface *i);
  void showMessage(const QString &message);

private:
  Interface *interface;

};

#endif

// addserviceimp.h