NetSurf
|
The context for a free text search. More...
Data Fields | |
struct content * | c |
content search was performed upon More... | |
void * | gui_p |
opaque pointer passed to constructor. More... | |
struct list_entry * | found |
List of matches. More... | |
struct list_entry * | current |
current selected match More... | |
char * | string |
query string search results are for More... | |
bool | prev_case_sens |
bool | newsearch |
The context for a free text search.
Definition at line 84 of file textsearch.c.
struct content* textsearch_context::c |
content search was performed upon
Definition at line 89 of file textsearch.c.
Referenced by content_textsearch_create(), search_show_all(), and search_text().
struct list_entry* textsearch_context::current |
current selected match
Definition at line 104 of file textsearch.c.
Referenced by content_textsearch_create(), search_show_all(), and search_text().
struct list_entry* textsearch_context::found |
List of matches.
Definition at line 99 of file textsearch.c.
Referenced by content_textsearch_add_match(), content_textsearch_create(), content_textsearch_ishighlighted(), free_matches(), search_show_all(), and search_text().
void* textsearch_context::gui_p |
opaque pointer passed to constructor.
Definition at line 94 of file textsearch.c.
Referenced by content_textsearch_create().
bool textsearch_context::newsearch |
Definition at line 111 of file textsearch.c.
Referenced by content_textsearch_create(), and search_text().
bool textsearch_context::prev_case_sens |
Definition at line 110 of file textsearch.c.
Referenced by content_textsearch_create(), and search_text().
char* textsearch_context::string |
query string search results are for
Definition at line 109 of file textsearch.c.
Referenced by content_textsearch_create(), content_textsearch_destroy(), and search_text().