|
Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
Collaboration diagram for __synctex_scanner_t:Data Fields | |
| gzFile | file |
| SYNCTEX_DECLARE_CHAR_OFFSET | |
| char * | buffer_cur |
| char * | buffer_start |
| char * | buffer_end |
| char * | output_fmt |
| char * | output |
| char * | synctex |
| int | version |
| struct { | |
| unsigned has_parsed:1 | |
| unsigned reserved:sizeof(unsigned)-1 | |
| } | flags |
| int | pre_magnification |
| int | pre_unit |
| int | pre_x_offset |
| int | pre_y_offset |
| int | count |
| float | unit |
| float | x_offset |
| float | y_offset |
| synctex_node_t | sheet |
| synctex_node_t | input |
| int | number_of_lists |
| synctex_node_t * | lists_of_friends |
| _synctex_class_t | class [synctex_node_number_of_types] |
Definition at line 282 of file synctex_parser.c.
| char* __synctex_scanner_t::buffer_cur |
Definition at line 285 of file synctex_parser.c.
| char* __synctex_scanner_t::buffer_end |
Definition at line 287 of file synctex_parser.c.
| char* __synctex_scanner_t::buffer_start |
Definition at line 286 of file synctex_parser.c.
| _synctex_class_t __synctex_scanner_t::class[synctex_node_number_of_types] |
Definition at line 308 of file synctex_parser.c.
| int __synctex_scanner_t::count |
Definition at line 300 of file synctex_parser.c.
| gzFile __synctex_scanner_t::file |
Definition at line 283 of file synctex_parser.c.
| struct { ... } __synctex_scanner_t::flags |
| unsigned __synctex_scanner_t::has_parsed |
Definition at line 293 of file synctex_parser.c.
| synctex_node_t __synctex_scanner_t::input |
Definition at line 305 of file synctex_parser.c.
| synctex_node_t* __synctex_scanner_t::lists_of_friends |
Definition at line 307 of file synctex_parser.c.
| int __synctex_scanner_t::number_of_lists |
Definition at line 306 of file synctex_parser.c.
| char* __synctex_scanner_t::output |
Definition at line 289 of file synctex_parser.c.
| char* __synctex_scanner_t::output_fmt |
Definition at line 288 of file synctex_parser.c.
| int __synctex_scanner_t::pre_magnification |
Definition at line 296 of file synctex_parser.c.
| int __synctex_scanner_t::pre_unit |
Definition at line 297 of file synctex_parser.c.
| int __synctex_scanner_t::pre_x_offset |
Definition at line 298 of file synctex_parser.c.
| int __synctex_scanner_t::pre_y_offset |
Definition at line 299 of file synctex_parser.c.
| unsigned __synctex_scanner_t::reserved |
Definition at line 294 of file synctex_parser.c.
| synctex_node_t __synctex_scanner_t::sheet |
Definition at line 304 of file synctex_parser.c.
| char* __synctex_scanner_t::synctex |
Definition at line 290 of file synctex_parser.c.
| __synctex_scanner_t::SYNCTEX_DECLARE_CHAR_OFFSET |
Definition at line 284 of file synctex_parser.c.
| float __synctex_scanner_t::unit |
Definition at line 301 of file synctex_parser.c.
| int __synctex_scanner_t::version |
Definition at line 291 of file synctex_parser.c.
| float __synctex_scanner_t::x_offset |
Definition at line 302 of file synctex_parser.c.
| float __synctex_scanner_t::y_offset |
Definition at line 303 of file synctex_parser.c.