|
a/src/qtgui/recoll.h |
|
b/src/qtgui/recoll.h |
1 |
#ifndef _RECOLL_H_INCLUDED_
|
1 |
#ifndef _RECOLL_H_INCLUDED_
|
2 |
#define _RECOLL_H_INCLUDED_
|
2 |
#define _RECOLL_H_INCLUDED_
|
3 |
/* @(#$Id: recoll.h,v 1.9 2005-12-15 14:39:57 dockes Exp $ (C) 2004 J.F.Dockes */
|
3 |
/* @(#$Id: recoll.h,v 1.10 2006-01-04 11:33:44 dockes Exp $ (C) 2004 J.F.Dockes */
|
4 |
#include <string>
|
4 |
#include <string>
|
5 |
#include <list>
|
5 |
#include <list>
|
6 |
|
6 |
|
7 |
#include "rclconfig.h"
|
7 |
#include "rclconfig.h"
|
8 |
#include "rcldb.h"
|
8 |
#include "rcldb.h"
|
|
... |
|
... |
11 |
#include "docseq.h"
|
11 |
#include "docseq.h"
|
12 |
|
12 |
|
13 |
// Misc declarations in need of sharing between the UI files
|
13 |
// Misc declarations in need of sharing between the UI files
|
14 |
extern void recollCleanup();
|
14 |
extern void recollCleanup();
|
15 |
extern bool maybeOpenDb(std::string &reason);
|
15 |
extern bool maybeOpenDb(std::string &reason);
|
|
|
16 |
extern bool startHelpBrowser(const string& url = "");
|
16 |
|
17 |
|
17 |
extern RclConfig *rclconfig;
|
18 |
extern RclConfig *rclconfig;
|
18 |
extern Rcl::Db *rcldb;
|
19 |
extern Rcl::Db *rcldb;
|
19 |
extern std::string tmpdir;
|
20 |
extern std::string tmpdir;
|
20 |
extern string iconsdir;
|
21 |
extern string iconsdir;
|