|
a/src/internfile/mh_exec.h |
|
b/src/internfile/mh_exec.h |
|
... |
|
... |
63 |
MimeHandlerExec(RclConfig *cnf, const std::string& id);
|
63 |
MimeHandlerExec(RclConfig *cnf, const std::string& id);
|
64 |
|
64 |
|
65 |
virtual bool next_document();
|
65 |
virtual bool next_document();
|
66 |
virtual bool skip_to_document(const std::string& ipath);
|
66 |
virtual bool skip_to_document(const std::string& ipath);
|
67 |
|
67 |
|
68 |
virtual void clear() {
|
68 |
virtual void clear_impl() override {
|
69 |
m_fn.erase();
|
69 |
m_fn.erase();
|
70 |
m_ipath.erase();
|
70 |
m_ipath.erase();
|
71 |
RecollFilter::clear();
|
|
|
72 |
}
|
71 |
}
|
73 |
|
72 |
|
74 |
protected:
|
73 |
protected:
|
75 |
virtual bool set_document_file_impl(const std::string& mt,
|
74 |
virtual bool set_document_file_impl(const std::string& mt,
|
76 |
const std::string& file_path);
|
75 |
const std::string& file_path);
|