Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

importz3950.h

Go to the documentation of this file.
00001 #ifndef Importz3950_h
00002 #define Importz3950_h
00003 #include "importbase.h"
00004 #include <qstring.h>
00005 
00006 
00007 class QWidget;
00008 class ImportZ3950View;
00009 
00010 class ImportZ3950: public ImportBase {
00011   
00012 public:
00013   ImportZ3950(QWidget *parent);
00014   virtual QWidget *customDlg();
00015   virtual QString property(QString s, int i);
00016   virtual int count();
00017   virtual void process();
00018 protected:
00019   ImportZ3950View *view;
00020 };
00021 #endif

Generated on Sat Mar 27 19:20:39 2004 for Literature by doxygen 1.3.6-20040222