1 #ifndef _BIBLIOTEQ_GENERIC_THREAD_H_ 2 #define _BIBLIOTEQ_GENERIC_THREAD_H_ 14 static const int READ_GLOBAL_CONFIG_FILE = 200;
15 static const int Z3950_QUERY = 300;
19 QString getEType(
void)
const;
20 QString getErrorStr(
void)
const;
21 QStringList getList(
void)
const;
22 QStringList getZ3950Results(
void)
const;
23 void msleep(
const int msecs);
25 void setFilename(
const QString &filename);
26 void setOutputList(
const QList<bool> &list);
27 void setType(
const int type);
28 void setZ3950Name(
const QString &name);
29 void setZ3950SearchString(
const QString &z3950SearchStr);
32 QList<bool> m_outputListBool;
37 QString m_z3950SearchStr;
39 QStringList m_z3950Results;
Definition: biblioteq_generic_thread.h:9
Definition: biblioteq.h:173