|
a/src/qtgui/plaintorich.h |
|
b/src/qtgui/plaintorich.h |
1 |
#ifndef _PLAINTORICH_H_INCLUDED_
|
1 |
#ifndef _PLAINTORICH_H_INCLUDED_
|
2 |
#define _PLAINTORICH_H_INCLUDED_
|
2 |
#define _PLAINTORICH_H_INCLUDED_
|
3 |
/* @(#$Id: plaintorich.h,v 1.1 2005-09-22 16:22:34 dockes Exp $ (C) 2004 J.F.Dockes */
|
3 |
/* @(#$Id: plaintorich.h,v 1.2 2005-10-10 13:24:53 dockes Exp $ (C) 2004 J.F.Dockes */
|
4 |
|
4 |
|
5 |
#include <string>
|
5 |
#include <string>
|
6 |
|
6 |
|
7 |
/**
|
7 |
/**
|
8 |
* Fix result text for display inside the gui text window.
|
8 |
* Fix result text for display inside the gui text window.
|
|
... |
|
... |
13 |
*/
|
13 |
*/
|
14 |
extern string plaintorich(const string &in,
|
14 |
extern string plaintorich(const string &in,
|
15 |
const list<string>& terms,
|
15 |
const list<string>& terms,
|
16 |
list<pair<int, int> >&termoffsets);
|
16 |
list<pair<int, int> >&termoffsets);
|
17 |
|
17 |
|
|
|
18 |
extern string stripMarkup(const string &in);
|
|
|
19 |
|
18 |
#endif /* _PLAINTORICH_H_INCLUDED_ */
|
20 |
#endif /* _PLAINTORICH_H_INCLUDED_ */
|