|
a/src/common/rclconfig.h |
|
b/src/common/rclconfig.h |
|
... |
|
... |
155 |
bool getFieldSpecialisationPrefixes(const string& fld,
|
155 |
bool getFieldSpecialisationPrefixes(const string& fld,
|
156 |
list<string>& pfxes);
|
156 |
list<string>& pfxes);
|
157 |
const set<string>& getStoredFields() {return m_storedFields;}
|
157 |
const set<string>& getStoredFields() {return m_storedFields;}
|
158 |
/** Get canonic name for possible alias */
|
158 |
/** Get canonic name for possible alias */
|
159 |
string fieldCanon(const string& fld);
|
159 |
string fieldCanon(const string& fld);
|
160 |
|
160 |
/** Get xattr name to field names translations */
|
|
|
161 |
const map<string, string>& getXattrToField() {return m_xattrtofld;}
|
|
|
162 |
|
161 |
/** mimeview: get/set external viewer exec string(s) for mimetype(s) */
|
163 |
/** mimeview: get/set external viewer exec string(s) for mimetype(s) */
|
162 |
string getMimeViewerDef(const string &mimetype);
|
164 |
string getMimeViewerDef(const string &mimetype);
|
163 |
bool getMimeViewerDefs(vector<pair<string, string> >&);
|
165 |
bool getMimeViewerDefs(vector<pair<string, string> >&);
|
164 |
bool setMimeViewerDef(const string& mimetype, const string& cmd);
|
166 |
bool setMimeViewerDef(const string& mimetype, const string& cmd);
|
165 |
|
167 |
|
|
... |
|
... |
203 |
ConfStack<ConfSimple> *mimeview; //
|
205 |
ConfStack<ConfSimple> *mimeview; //
|
204 |
ConfStack<ConfSimple> *m_fields;
|
206 |
ConfStack<ConfSimple> *m_fields;
|
205 |
map<string, string> m_fldtopfx;
|
207 |
map<string, string> m_fldtopfx;
|
206 |
map<string, string> m_aliastocanon;
|
208 |
map<string, string> m_aliastocanon;
|
207 |
set<string> m_storedFields;
|
209 |
set<string> m_storedFields;
|
|
|
210 |
map<string, string> m_xattrtofld;
|
208 |
|
211 |
|
209 |
void *m_stopsuffixes;
|
212 |
void *m_stopsuffixes;
|
210 |
unsigned int m_maxsufflen;
|
213 |
unsigned int m_maxsufflen;
|
211 |
|
214 |
|
212 |
// Parameters auto-fetched on setkeydir
|
215 |
// Parameters auto-fetched on setkeydir
|