NetSurf
Data Fields
textplain_content Struct Reference

plain text content More...

Collaboration diagram for textplain_content:
[legend]

Data Fields

struct content base
 
lwc_string * encoding
 
void * inputstream
 
char * utf8_data
 
size_t utf8_data_size
 
size_t utf8_data_allocated
 
unsigned long physical_line_count
 
struct textplain_linephysical_line
 
int formatted_width
 
struct browser_windowbw
 
struct selectionsel
 

Detailed Description

plain text content

Definition at line 60 of file textplain.c.

Field Documentation

◆ base

struct content textplain_content::base

Definition at line 61 of file textplain.c.

◆ bw

struct browser_window* textplain_content::bw

Definition at line 71 of file textplain.c.

◆ encoding

lwc_string* textplain_content::encoding

Definition at line 63 of file textplain.c.

Referenced by textplain_clone().

◆ formatted_width

int textplain_content::formatted_width

Definition at line 70 of file textplain.c.

◆ inputstream

void* textplain_content::inputstream

Definition at line 64 of file textplain.c.

◆ physical_line

struct textplain_line* textplain_content::physical_line

Definition at line 69 of file textplain.c.

Referenced by textplain_offset_from_coords().

◆ physical_line_count

unsigned long textplain_content::physical_line_count

Definition at line 68 of file textplain.c.

Referenced by textplain_offset_from_coords().

◆ sel

struct selection* textplain_content::sel

Definition at line 73 of file textplain.c.

◆ utf8_data

char* textplain_content::utf8_data

Definition at line 65 of file textplain.c.

Referenced by textplain_copy_utf8_data(), and textplain_offset_from_coords().

◆ utf8_data_allocated

size_t textplain_content::utf8_data_allocated

Definition at line 67 of file textplain.c.

Referenced by textplain_copy_utf8_data().

◆ utf8_data_size

size_t textplain_content::utf8_data_size

Definition at line 66 of file textplain.c.

Referenced by textplain_copy_utf8_data().


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