Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

wlanedit.h

Go to the documentation of this file.
00001 #include <qtimer.h>
00002 #include <wextensions.h>
00003 #include "wlandata.h"
00004 #include "wlanGUI.h"
00005 
00006 class ANetNodeInstance;
00007 class RuntimeInfo;
00008 class WExtensions;
00009 
00010 class WLanEdit  : public WLanGUI {
00011 
00012 public :
00013 
00014     WLanEdit( QWidget * parent, ANetNodeInstance * NNI  );
00015     ~WLanEdit( void );
00016     QString acceptable( void );
00017     void showData( WLanData & Data );
00018     bool commit( WLanData & Data );
00019 
00020 public slots :
00021 
00022     void SLOT_AutoRefresh( bool );
00023     void SLOT_Refresh( void );
00024 
00025 private :
00026 
00027     ANetNodeInstance * NNI;
00028     RuntimeInfo * Dev;
00029     QTimer RefreshTimer;
00030     WExtensions * WE;
00031 
00032 };

Generated on Sat Nov 5 16:17:56 2005 for OPIE by  doxygen 1.4.2