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.
Macros | |
#define | EV_TYPE_VIEW_PRESENTATION (ev_view_presentation_get_type ()) |
#define | EV_VIEW_PRESENTATION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EV_TYPE_VIEW_PRESENTATION, EvViewPresentation)) |
#define | EV_IS_VIEW_PRESENTATION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EV_TYPE_VIEW_PRESENTATION)) |
#define | EV_VIEW_PRESENTATION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EV_TYPE_VIEW_PRESENTATION, EvViewPresentationClass)) |
#define | EV_IS_VIEW_PRESENTATION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EV_TYPE_VIEW_PRESENTATION)) |
#define | EV_VIEW_PRESENTATION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), EV_TYPE_VIEW_PRESENTATION, EvViewPresentationClass)) |
Typedefs | |
typedef struct _EvViewPresentation | EvViewPresentation |
typedef struct _EvViewPresentationClass | EvViewPresentationClass |
Functions | |
GType | ev_view_presentation_get_type (void) G_GNUC_CONST |
GtkWidget * | ev_view_presentation_new (EvDocument *document, guint current_page, guint rotation, gboolean inverted_colors) |
guint | ev_view_presentation_get_current_page (EvViewPresentation *pview) |
void | ev_view_presentation_next_page (EvViewPresentation *pview) |
void | ev_view_presentation_previous_page (EvViewPresentation *pview) |
void | ev_view_presentation_set_rotation (EvViewPresentation *pview, gint rotation) |
guint | ev_view_presentation_get_rotation (EvViewPresentation *pview) |
#define EV_IS_VIEW_PRESENTATION | ( | obj) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EV_TYPE_VIEW_PRESENTATION)) |
Definition at line 36 of file ev-view-presentation.h.
#define EV_IS_VIEW_PRESENTATION_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_TYPE ((klass), EV_TYPE_VIEW_PRESENTATION)) |
Definition at line 38 of file ev-view-presentation.h.
#define EV_TYPE_VIEW_PRESENTATION (ev_view_presentation_get_type ()) |
Definition at line 34 of file ev-view-presentation.h.
#define EV_VIEW_PRESENTATION | ( | obj) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), EV_TYPE_VIEW_PRESENTATION, EvViewPresentation)) |
Definition at line 35 of file ev-view-presentation.h.
#define EV_VIEW_PRESENTATION_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_CAST ((klass), EV_TYPE_VIEW_PRESENTATION, EvViewPresentationClass)) |
Definition at line 37 of file ev-view-presentation.h.
#define EV_VIEW_PRESENTATION_GET_CLASS | ( | obj) | (G_TYPE_INSTANCE_GET_CLASS ((obj), EV_TYPE_VIEW_PRESENTATION, EvViewPresentationClass)) |
Definition at line 39 of file ev-view-presentation.h.
typedef struct _EvViewPresentation EvViewPresentation |
Definition at line 41 of file ev-view-presentation.h.
typedef struct _EvViewPresentationClass EvViewPresentationClass |
Definition at line 42 of file ev-view-presentation.h.
guint ev_view_presentation_get_current_page | ( | EvViewPresentation * | pview) |
guint ev_view_presentation_get_rotation | ( | EvViewPresentation * | pview) |
GType ev_view_presentation_get_type | ( | void | ) |
GtkWidget* ev_view_presentation_new | ( | EvDocument * | document, |
guint | current_page, | ||
guint | rotation, | ||
gboolean | inverted_colors | ||
) |
void ev_view_presentation_next_page | ( | EvViewPresentation * | pview) |
void ev_view_presentation_previous_page | ( | EvViewPresentation * | pview) |
void ev_view_presentation_set_rotation | ( | EvViewPresentation * | pview, |
gint | rotation | ||
) |