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

importz3950.cpp

Go to the documentation of this file.
00001 #include "importz3950.h"
00002 #include <qstring.h>
00003 #include <importz3950view.h>
00004 
00005 
00006 ImportZ3950::ImportZ3950(QWidget *parent): ImportBase(parent)  {
00007         view=new ImportZ3950View(parent);
00008 }
00009 
00010 void ImportZ3950::process() {
00011 
00012 }
00013 
00014 QWidget *ImportZ3950::customDlg() {
00015         return view;
00016 }
00017 
00018 QString ImportZ3950::property(QString s, int i){ 
00019   dict=view->getDict();
00020   return dict[s+"_"+QString().setNum(i)];
00021 };
00022 
00023 int ImportZ3950::count() {
00024   return view->recCount();
00025 }

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