NetSurf
Data Fields
list_entry Struct Reference

search match More...

Collaboration diagram for list_entry:
[legend]

Data Fields

struct list_entryprev
 previous match More...
 
struct list_entrynext
 next match More...
 
unsigned start_idx
 start position of match More...
 
unsigned end_idx
 end of match More...
 
struct boxstart_box
 content opaque start pointer More...
 
struct boxend_box
 content opaque end pointer More...
 
struct selectionsel
 content specific selection object More...
 

Detailed Description

search match

Definition at line 44 of file textsearch.c.

Field Documentation

◆ end_box

struct box* list_entry::end_box

content opaque end pointer

Definition at line 73 of file textsearch.c.

Referenced by content_textsearch_add_match(), content_textsearch_create(), and search_text().

◆ end_idx

unsigned list_entry::end_idx

◆ next

struct list_entry* list_entry::next

◆ prev

struct list_entry* list_entry::prev

previous match

Definition at line 48 of file textsearch.c.

Referenced by content_textsearch_add_match(), content_textsearch_create(), free_matches(), and search_text().

◆ sel

struct selection* list_entry::sel

content specific selection object

Definition at line 78 of file textsearch.c.

Referenced by content_textsearch_add_match(), content_textsearch_create(), content_textsearch_ishighlighted(), free_matches(), and search_show_all().

◆ start_box

struct box* list_entry::start_box

content opaque start pointer

Definition at line 68 of file textsearch.c.

Referenced by content_textsearch_add_match(), content_textsearch_create(), and search_text().

◆ start_idx

unsigned list_entry::start_idx

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