|
NetSurf
|
plain text content More...
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_line * | physical_line |
| int | formatted_width |
| struct browser_window * | bw |
| struct selection * | sel |
plain text content
Definition at line 60 of file textplain.c.
| struct content textplain_content::base |
Definition at line 61 of file textplain.c.
| struct browser_window* textplain_content::bw |
Definition at line 71 of file textplain.c.
| lwc_string* textplain_content::encoding |
Definition at line 63 of file textplain.c.
Referenced by textplain_clone().
| int textplain_content::formatted_width |
Definition at line 70 of file textplain.c.
| void* textplain_content::inputstream |
Definition at line 64 of file textplain.c.
| struct textplain_line* textplain_content::physical_line |
Definition at line 69 of file textplain.c.
Referenced by textplain_offset_from_coords().
| unsigned long textplain_content::physical_line_count |
Definition at line 68 of file textplain.c.
Referenced by textplain_offset_from_coords().
| struct selection* textplain_content::sel |
Definition at line 73 of file textplain.c.
| char* textplain_content::utf8_data |
Definition at line 65 of file textplain.c.
Referenced by textplain_copy_utf8_data(), and textplain_offset_from_coords().
| size_t textplain_content::utf8_data_allocated |
Definition at line 67 of file textplain.c.
Referenced by textplain_copy_utf8_data().
| size_t textplain_content::utf8_data_size |
Definition at line 66 of file textplain.c.
Referenced by textplain_copy_utf8_data().