NetSurf
Data Fields
textsearch_context Struct Reference

The context for a free text search. More...

Collaboration diagram for textsearch_context:
[legend]

Data Fields

struct contentc
 content search was performed upon More...
 
void * gui_p
 opaque pointer passed to constructor. More...
 
struct list_entryfound
 List of matches. More...
 
struct list_entrycurrent
 current selected match More...
 
char * string
 query string search results are for More...
 
bool prev_case_sens
 
bool newsearch
 

Detailed Description

The context for a free text search.

Definition at line 84 of file textsearch.c.

Field Documentation

◆ 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().

◆ current

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().

◆ found

struct list_entry* textsearch_context::found

◆ gui_p

void* textsearch_context::gui_p

opaque pointer passed to constructor.

Definition at line 94 of file textsearch.c.

Referenced by content_textsearch_create().

◆ newsearch

bool textsearch_context::newsearch

Definition at line 111 of file textsearch.c.

Referenced by content_textsearch_create(), and search_text().

◆ prev_case_sens

bool textsearch_context::prev_case_sens

Definition at line 110 of file textsearch.c.

Referenced by content_textsearch_create(), and search_text().

◆ string

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().


The documentation for this struct was generated from the following file: