|
a/src/common/rclconfig.h |
|
b/src/common/rclconfig.h |
|
... |
|
... |
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
16 |
*/
|
16 |
*/
|
17 |
#ifndef _RCLCONFIG_H_INCLUDED_
|
17 |
#ifndef _RCLCONFIG_H_INCLUDED_
|
18 |
#define _RCLCONFIG_H_INCLUDED_
|
18 |
#define _RCLCONFIG_H_INCLUDED_
|
19 |
|
19 |
|
20 |
#include <list>
|
|
|
21 |
#include <string>
|
20 |
#include <string>
|
22 |
#include <vector>
|
21 |
#include <vector>
|
23 |
#include <set>
|
22 |
#include <set>
|
24 |
#include <utility>
|
23 |
#include <utility>
|
25 |
#include <map>
|
24 |
#include <map>
|
26 |
#include <set>
|
25 |
|
27 |
#ifndef NO_NAMESPACES
|
|
|
28 |
using std::list;
|
|
|
29 |
using std::string;
|
26 |
using std::string;
|
30 |
using std::vector;
|
27 |
using std::vector;
|
31 |
using std::pair;
|
28 |
using std::pair;
|
32 |
using std::set;
|
29 |
using std::set;
|
33 |
using std::map;
|
30 |
using std::map;
|
34 |
using std::set;
|
31 |
|
35 |
#endif
|
|
|
36 |
|
32 |
|
37 |
#include "conftree.h"
|
33 |
#include "conftree.h"
|
38 |
#include "smallut.h"
|
34 |
#include "smallut.h"
|
39 |
|
35 |
|
40 |
class RclConfig;
|
36 |
class RclConfig;
|
|
... |
|
... |
245 |
* (if a file of this type is found compressed). Default is true,
|
241 |
* (if a file of this type is found compressed). Default is true,
|
246 |
* exceptions are found in the nouncompforviewmts mimeview list */
|
242 |
* exceptions are found in the nouncompforviewmts mimeview list */
|
247 |
bool mimeViewerNeedsUncomp(const string &mimetype) const;
|
243 |
bool mimeViewerNeedsUncomp(const string &mimetype) const;
|
248 |
|
244 |
|
249 |
/** Store/retrieve missing helpers description string */
|
245 |
/** Store/retrieve missing helpers description string */
|
250 |
string getMissingHelperDesc() const;
|
246 |
bool getMissingHelperDesc(string&) const;
|
251 |
void storeMissingHelperDesc(const string &s);
|
247 |
void storeMissingHelperDesc(const string &s);
|
252 |
|
248 |
|
253 |
/** Find exec file for external filter. cmd is the command name from the
|
249 |
/** Find exec file for external filter. cmd is the command name from the
|
254 |
* command string returned by getMimeHandlerDef */
|
250 |
* command string returned by getMimeHandlerDef */
|
255 |
string findFilter(const string& cmd) const;
|
251 |
string findFilter(const string& cmd) const;
|