#include "pdf_define.h"
#include "pdf_collection.h"
#include "pdf_search_criteria.h"
Go to the source code of this file.
Data Structures | |
struct | pdf::SearchContext |
the search context wrappers not only the search criteria, but also the page number and start index. It would be only used in our searching algorithm. More... | |
struct | pdf::PDFSearchTaskInfo |
Information of a search task. More... | |
class | pdf::PDFSearcher |
Namespaces | |
namespace | |
A simple observer implementation. | |
Typedefs | |
typedef PDFElemCollection < PluginRangeImpl *, int > | pdf::PDFSearchPage |
typedef PDFCollection < PDFSearchPage * > | pdf::PDFSearchDocument |
Enumerations | |
enum | pdf::SearchResult { pdf::RES_OK = 0, pdf::RES_NOT_FOUND, pdf::RES_BEGIN, pdf::RES_END, pdf::RES_ERROR, pdf::RES_ABORTED, pdf::RES_PAUSED } |