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

fillsearchlist.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *                                                                         *
00003  *   fillsearchlist.h                                                              *
00004  *                                                                         *
00005  *   This program is free software; you can redistribute it and/or modify  *
00006  *   it under the terms of the GNU General Public License as published by  *
00007  *   the Free Software Foundation; either version 2 of the License, or     *
00008  *   (at your option) any later version.                                   *
00009  *                                                                         *
00010  *   Read the file COPYING for details.                                    *
00011  *                                                                         *
00012  *   copyright: (C) 2003 by Jan Mueller                                    *
00013  *   email: janmueller7@hotmail.com                                        *
00014  *                                                                         *
00015  ***************************************************************************/
00016 
00017 #ifndef FillSearchList_H
00018 #define FillSearchList_H
00019 
00020 #include <qstring.h>
00021 #include <qstringlist.h>
00022 #include <qthread.h>
00023 class QObject;
00024 
00025 class FillSearchList: public QThread {
00026 
00027  protected:
00028   QObject *parent;
00029   QStringList terms;
00030   
00031   void run();
00032   void addResult(QString where, QString table, QString cmd, QPtrList<QString> ids, QStringList sl);
00033  public:
00034   QString buildResultRec(QString target, QString s, QStringList keywords, QString heading);
00035   FillSearchList(QObject *parent, QStringList terms);
00036   ~FillSearchList();
00037 };
00038 #endif

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