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

GPRSedit.h

Go to the documentation of this file.
00001 #include "GPRSdata.h"
00002 #include "GPRSGUI.h"
00003 
00004 class GPRSEdit  : public GPRSGUI {
00005 
00006 public :
00007 
00008     GPRSEdit( QWidget * parent );
00009     QString acceptable( void );
00010     bool commit( GPRSData & Data );
00011     void showData( GPRSData & Data );
00012 
00013 public slots :
00014 
00015     void SLOT_AddRoute();
00016     void SLOT_DeleteRoute();
00017 
00018 private :
00019 
00020 };

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