Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
Data Fields | |
GObject | parent |
GtkWidget * | view |
EvDocument * | document |
EvDocumentModel * | model |
int | start_page |
int | end_page |
ScrollDirection | scroll_direction |
gboolean | inverted_colors |
gsize | max_size |
int | preload_cache_size |
guint | job_list_len |
CacheJobInfo * | prev_job |
CacheJobInfo * | job_list |
CacheJobInfo * | next_job |
Definition at line 41 of file ev-pixbuf-cache.c.
EvDocument* _EvPixbufCache::document |
Definition at line 47 of file ev-pixbuf-cache.c.
int _EvPixbufCache::end_page |
Definition at line 50 of file ev-pixbuf-cache.c.
gboolean _EvPixbufCache::inverted_colors |
Definition at line 52 of file ev-pixbuf-cache.c.
CacheJobInfo* _EvPixbufCache::job_list |
Definition at line 64 of file ev-pixbuf-cache.c.
guint _EvPixbufCache::job_list_len |
Definition at line 61 of file ev-pixbuf-cache.c.
gsize _EvPixbufCache::max_size |
Definition at line 54 of file ev-pixbuf-cache.c.
EvDocumentModel* _EvPixbufCache::model |
Definition at line 48 of file ev-pixbuf-cache.c.
CacheJobInfo* _EvPixbufCache::next_job |
Definition at line 65 of file ev-pixbuf-cache.c.
GObject _EvPixbufCache::parent |
Definition at line 43 of file ev-pixbuf-cache.c.
int _EvPixbufCache::preload_cache_size |
Definition at line 60 of file ev-pixbuf-cache.c.
CacheJobInfo* _EvPixbufCache::prev_job |
Definition at line 63 of file ev-pixbuf-cache.c.
ScrollDirection _EvPixbufCache::scroll_direction |
Definition at line 51 of file ev-pixbuf-cache.c.
int _EvPixbufCache::start_page |
Definition at line 49 of file ev-pixbuf-cache.c.
GtkWidget* _EvPixbufCache::view |
Definition at line 46 of file ev-pixbuf-cache.c.