|
Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
Collaboration diagram for _EvViewPresentation:Data Fields | |
| GtkWidget | base |
| guint | is_constructing: 1 |
| guint | current_page |
| cairo_surface_t * | current_surface |
| EvDocument * | document |
| guint | rotation |
| gboolean | inverted_colors |
| EvPresentationState | state |
| gint | monitor_width |
| gint | monitor_height |
| EvViewCursor | cursor |
| guint | hide_cursor_timeout_id |
| GtkWidget * | goto_window |
| GtkWidget * | goto_entry |
| guint | trans_timeout_id |
| gboolean | enable_animations |
| EvTransitionAnimation * | animation |
| EvPageCache * | page_cache |
| EvJob * | prev_job |
| EvJob * | curr_job |
| EvJob * | next_job |
Definition at line 56 of file ev-view-presentation.c.
| EvTransitionAnimation* _EvViewPresentation::animation |
Definition at line 84 of file ev-view-presentation.c.
| GtkWidget _EvViewPresentation::base |
Definition at line 58 of file ev-view-presentation.c.
| EvJob* _EvViewPresentation::curr_job |
Definition at line 90 of file ev-view-presentation.c.
| guint _EvViewPresentation::current_page |
Definition at line 62 of file ev-view-presentation.c.
| cairo_surface_t* _EvViewPresentation::current_surface |
Definition at line 63 of file ev-view-presentation.c.
| EvViewCursor _EvViewPresentation::cursor |
Definition at line 72 of file ev-view-presentation.c.
| EvDocument* _EvViewPresentation::document |
Definition at line 64 of file ev-view-presentation.c.
| gboolean _EvViewPresentation::enable_animations |
Definition at line 83 of file ev-view-presentation.c.
| GtkWidget* _EvViewPresentation::goto_entry |
Definition at line 77 of file ev-view-presentation.c.
| GtkWidget* _EvViewPresentation::goto_window |
Definition at line 76 of file ev-view-presentation.c.
| guint _EvViewPresentation::hide_cursor_timeout_id |
Definition at line 73 of file ev-view-presentation.c.
| gboolean _EvViewPresentation::inverted_colors |
Definition at line 66 of file ev-view-presentation.c.
| guint _EvViewPresentation::is_constructing |
Definition at line 60 of file ev-view-presentation.c.
| gint _EvViewPresentation::monitor_height |
Definition at line 69 of file ev-view-presentation.c.
| gint _EvViewPresentation::monitor_width |
Definition at line 68 of file ev-view-presentation.c.
| EvJob* _EvViewPresentation::next_job |
Definition at line 91 of file ev-view-presentation.c.
| EvPageCache* _EvViewPresentation::page_cache |
Definition at line 87 of file ev-view-presentation.c.
| EvJob* _EvViewPresentation::prev_job |
Definition at line 89 of file ev-view-presentation.c.
| guint _EvViewPresentation::rotation |
Definition at line 65 of file ev-view-presentation.c.
| EvPresentationState _EvViewPresentation::state |
Definition at line 67 of file ev-view-presentation.c.
| guint _EvViewPresentation::trans_timeout_id |
Definition at line 80 of file ev-view-presentation.c.