Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
Data Fields | |
synctex_scanner_t | scanner |
int | type |
synctex_node_t(* | new )(synctex_scanner_t scanner) |
void(* | free )(synctex_node_t) |
void(* | log )(synctex_node_t) |
void(* | display )(synctex_node_t) |
_synctex_node_getter_t | parent |
_synctex_node_getter_t | child |
_synctex_node_getter_t | sibling |
_synctex_node_getter_t | friend |
_synctex_node_getter_t | next_hbox |
_synctex_info_getter_t | info |
Definition at line 158 of file synctex_parser.c.
_synctex_node_getter_t __synctex_class_t::child |
Definition at line 166 of file synctex_parser.c.
void(* __synctex_class_t::display)(synctex_node_t) |
Definition at line 164 of file synctex_parser.c.
void(* __synctex_class_t::free)(synctex_node_t) |
Definition at line 162 of file synctex_parser.c.
_synctex_node_getter_t __synctex_class_t::friend |
Definition at line 168 of file synctex_parser.c.
_synctex_info_getter_t __synctex_class_t::info |
Definition at line 170 of file synctex_parser.c.
void(* __synctex_class_t::log)(synctex_node_t) |
Definition at line 163 of file synctex_parser.c.
synctex_node_t(* __synctex_class_t::new)(synctex_scanner_t scanner) |
Definition at line 161 of file synctex_parser.c.
_synctex_node_getter_t __synctex_class_t::next_hbox |
Definition at line 169 of file synctex_parser.c.
_synctex_node_getter_t __synctex_class_t::parent |
Definition at line 165 of file synctex_parser.c.
synctex_scanner_t __synctex_class_t::scanner |
Definition at line 159 of file synctex_parser.c.
_synctex_node_getter_t __synctex_class_t::sibling |
Definition at line 167 of file synctex_parser.c.
int __synctex_class_t::type |
Definition at line 160 of file synctex_parser.c.