Networksettings API API Documentation

interfaceinformationimp.h

00001 #ifndef INTERFACEINFORMATIONIMP_H
00002 #define INTERFACEINFORMATIONIMP_H
00003 
00004 #include "interfaceinformation.h"
00005 #include "interface.h"
00006 
00011 class InterfaceInformationImp : public InterfaceInformation {
00012 
00013 Q_OBJECT
00014 
00015 public:
00016   InterfaceInformationImp(QWidget *parent=0, const char *name=0, Interface *i=0, WFlags f=0);
00017   ~InterfaceInformationImp();
00018 
00019 private slots:
00020   void advanced();
00021   void updateInterface(Interface *i);
00022   void showMessage(const QString &message);
00023 
00024 private:
00025   Interface *interface;
00026 
00027 };
00028 
00029 #endif
00030 
00031 // addserviceimp.h
00032 
KDE Logo
This file is part of the documentation for OPIE Version 1.0.
Documentation copyright © 1997-2003 the KDE developers. 2003 OPIE developers
Generated on Tue Feb 10 20:26:44 2004 by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2001