Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
Go to the source code of this file.
Typedefs | |
typedef struct _synctex_node * | synctex_node_t |
typedef struct __synctex_scanner_t | _synctex_scanner_t |
typedef _synctex_scanner_t * | synctex_scanner_t |
typedef unsigned int | synctex_charindex_t |
typedef struct __synctex_updater_t | _synctex_updater_t |
typedef _synctex_updater_t * | synctex_updater_t |
typedef struct __synctex_scanner_t _synctex_scanner_t |
Definition at line 73 of file synctex_parser.h.
typedef struct __synctex_updater_t _synctex_updater_t |
Definition at line 339 of file synctex_parser.h.
typedef unsigned int synctex_charindex_t |
Definition at line 270 of file synctex_parser.h.
typedef struct _synctex_node* synctex_node_t |
Definition at line 64 of file synctex_parser.h.
typedef _synctex_scanner_t* synctex_scanner_t |
Definition at line 74 of file synctex_parser.h.
typedef _synctex_updater_t* synctex_updater_t |
Definition at line 340 of file synctex_parser.h.
enum synctex_node_type_t |
Definition at line 243 of file synctex_parser.h.
int synctex_display_query | ( | synctex_scanner_t | scanner, |
const char * | name, | ||
int | line, | ||
int | column | ||
) |
Definition at line 3441 of file synctex_parser.c.
int synctex_edit_query | ( | synctex_scanner_t | scanner, |
int | page, | ||
float | h, | ||
float | v | ||
) |
Definition at line 3657 of file synctex_parser.c.
synctex_node_t synctex_next_result | ( | synctex_scanner_t | scanner) |
int synctex_node_box_depth | ( | synctex_node_t | node) |
Definition at line 3245 of file synctex_parser.c.
int synctex_node_box_h | ( | synctex_node_t | node) |
Definition at line 3193 of file synctex_parser.c.
int synctex_node_box_height | ( | synctex_node_t | node) |
Definition at line 3232 of file synctex_parser.c.
int synctex_node_box_v | ( | synctex_node_t | node) |
Definition at line 3206 of file synctex_parser.c.
float synctex_node_box_visible_depth | ( | synctex_node_t | node) |
float synctex_node_box_visible_h | ( | synctex_node_t | node) |
float synctex_node_box_visible_height | ( | synctex_node_t | node) |
float synctex_node_box_visible_v | ( | synctex_node_t | node) |
float synctex_node_box_visible_width | ( | synctex_node_t | node) |
int synctex_node_box_width | ( | synctex_node_t | node) |
Definition at line 3219 of file synctex_parser.c.
synctex_charindex_t synctex_node_charindex | ( | synctex_node_t | node) |
Definition at line 3390 of file synctex_parser.c.
synctex_node_t synctex_node_child | ( | synctex_node_t | node) |
Definition at line 757 of file synctex_parser.c.
int synctex_node_child_count | ( | synctex_node_t | node) |
Definition at line 3402 of file synctex_parser.c.
int synctex_node_column | ( | synctex_node_t | node) |
void synctex_node_display | ( | synctex_node_t | node) |
Definition at line 937 of file synctex_parser.c.
int synctex_node_h | ( | synctex_node_t | node) |
Definition at line 3175 of file synctex_parser.c.
const char* synctex_node_isa | ( | synctex_node_t | node) |
Definition at line 795 of file synctex_parser.c.
int synctex_node_line | ( | synctex_node_t | node) |
void synctex_node_log | ( | synctex_node_t | node) |
int synctex_node_mean_line | ( | synctex_node_t | node) |
Definition at line 3399 of file synctex_parser.c.
synctex_node_t synctex_node_next | ( | synctex_node_t | node) |
Definition at line 765 of file synctex_parser.c.
int synctex_node_page | ( | synctex_node_t | node) |
synctex_node_t synctex_node_parent | ( | synctex_node_t | node) |
Definition at line 745 of file synctex_parser.c.
synctex_node_t synctex_node_sheet | ( | synctex_node_t | node) |
Definition at line 749 of file synctex_parser.c.
synctex_node_t synctex_node_sibling | ( | synctex_node_t | node) |
Definition at line 761 of file synctex_parser.c.
int synctex_node_tag | ( | synctex_node_t | node) |
synctex_node_type_t synctex_node_type | ( | synctex_node_t | node) |
int synctex_node_v | ( | synctex_node_t | node) |
Definition at line 3181 of file synctex_parser.c.
float synctex_node_visible_h | ( | synctex_node_t | node) |
Definition at line 3262 of file synctex_parser.c.
float synctex_node_visible_v | ( | synctex_node_t | node) |
Definition at line 3268 of file synctex_parser.c.
float synctex_node_visible_width | ( | synctex_node_t | node) |
Definition at line 3274 of file synctex_parser.c.
int synctex_node_width | ( | synctex_node_t | node) |
Definition at line 3187 of file synctex_parser.c.
void synctex_scanner_display | ( | synctex_scanner_t | scanner) |
Definition at line 3031 of file synctex_parser.c.
void synctex_scanner_free | ( | synctex_scanner_t | scanner) |
const char* synctex_scanner_get_name | ( | synctex_scanner_t | scanner, |
int | tag | ||
) |
const char* synctex_scanner_get_output | ( | synctex_scanner_t | scanner) |
Definition at line 3165 of file synctex_parser.c.
const char* synctex_scanner_get_synctex | ( | synctex_scanner_t | scanner) |
Definition at line 3168 of file synctex_parser.c.
int synctex_scanner_get_tag | ( | synctex_scanner_t | scanner, |
const char * | name | ||
) |
synctex_node_t synctex_scanner_input | ( | synctex_scanner_t | scanner) |
Definition at line 3159 of file synctex_parser.c.
float synctex_scanner_magnification | ( | synctex_scanner_t | scanner) |
Definition at line 3028 of file synctex_parser.c.
synctex_scanner_t synctex_scanner_new_with_output_file | ( | const char * | output, |
const char * | build_directory, | ||
int | parse | ||
) |
Definition at line 2687 of file synctex_parser.c.
synctex_scanner_t synctex_scanner_parse | ( | synctex_scanner_t | scanner) |
Definition at line 2927 of file synctex_parser.c.
int synctex_scanner_x_offset | ( | synctex_scanner_t | scanner) |
Definition at line 3022 of file synctex_parser.c.
int synctex_scanner_y_offset | ( | synctex_scanner_t | scanner) |
Definition at line 3025 of file synctex_parser.c.
synctex_node_t synctex_sheet | ( | synctex_scanner_t | scanner, |
int | page | ||
) |
synctex_node_t synctex_sheet_content | ( | synctex_scanner_t | scanner, |
int | page | ||
) |
Definition at line 3429 of file synctex_parser.c.
void synctex_updater_append_magnification | ( | synctex_updater_t | updater, |
char * | magnification | ||
) |
Definition at line 4387 of file synctex_parser.c.
void synctex_updater_append_x_offset | ( | synctex_updater_t | updater, |
char * | x_offset | ||
) |
Definition at line 4396 of file synctex_parser.c.
void synctex_updater_append_y_offset | ( | synctex_updater_t | updater, |
char * | y_offset | ||
) |
Definition at line 4405 of file synctex_parser.c.
void synctex_updater_free | ( | synctex_updater_t | updater) |
Definition at line 4414 of file synctex_parser.c.
synctex_updater_t synctex_updater_new_with_output_file | ( | const char * | output, |
const char * | directory | ||
) |
Definition at line 4343 of file synctex_parser.c.