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.
Data Structures | |
struct | _EvLinkDest |
struct | _EvLinkDestClass |
struct | _EvLinkDestPrivate |
Macros | |
#define | EV_LINK_DEST_GET_PRIVATE(object) (G_TYPE_INSTANCE_GET_PRIVATE ((object), EV_TYPE_LINK_DEST, EvLinkDestPrivate)) |
Enumerations | |
enum | { PROP_0, PROP_TYPE, PROP_PAGE, PROP_LEFT, PROP_TOP, PROP_BOTTOM, PROP_RIGHT, PROP_ZOOM, PROP_CHANGE, PROP_NAMED, PROP_PAGE_LABEL } |
enum | EvDestChange { EV_DEST_CHANGE_TOP = 1 << 0, EV_DEST_CHANGE_LEFT = 1 << 1, EV_DEST_CHANGE_ZOOM = 1 << 2 } |
Functions | |
EvLinkDestType | ev_link_dest_get_dest_type (EvLinkDest *self) |
gint | ev_link_dest_get_page (EvLinkDest *self) |
gdouble | ev_link_dest_get_top (EvLinkDest *self, gboolean *change_top) |
gdouble | ev_link_dest_get_left (EvLinkDest *self, gboolean *change_left) |
gdouble | ev_link_dest_get_bottom (EvLinkDest *self) |
gdouble | ev_link_dest_get_right (EvLinkDest *self) |
gdouble | ev_link_dest_get_zoom (EvLinkDest *self, gboolean *change_zoom) |
const gchar * | ev_link_dest_get_named_dest (EvLinkDest *self) |
const gchar * | ev_link_dest_get_page_label (EvLinkDest *self) |
static void | ev_link_dest_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *param_spec) |
static void | ev_link_dest_set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *param_spec) |
static void | ev_link_dest_finalize (GObject *object) |
static void | ev_link_dest_init (EvLinkDest *ev_link_dest) |
static void | ev_link_dest_class_init (EvLinkDestClass *ev_link_dest_class) |
EvLinkDest * | ev_link_dest_new_page (gint page) |
EvLinkDest * | ev_link_dest_new_xyz (gint page, gdouble left, gdouble top, gdouble zoom, gboolean change_left, gboolean change_top, gboolean change_zoom) |
EvLinkDest * | ev_link_dest_new_fit (gint page) |
EvLinkDest * | ev_link_dest_new_fith (gint page, gdouble top, gboolean change_top) |
EvLinkDest * | ev_link_dest_new_fitv (gint page, gdouble left, gboolean change_left) |
EvLinkDest * | ev_link_dest_new_fitr (gint page, gdouble left, gdouble bottom, gdouble right, gdouble top) |
EvLinkDest * | ev_link_dest_new_named (const gchar *named_dest) |
EvLinkDest * | ev_link_dest_new_page_label (const gchar *page_label) |
gboolean | ev_link_dest_equal (EvLinkDest *a, EvLinkDest *b) |
#define EV_LINK_DEST_GET_PRIVATE | ( | object) | (G_TYPE_INSTANCE_GET_PRIVATE ((object), EV_TYPE_LINK_DEST, EvLinkDestPrivate)) |
Definition at line 71 of file ev-link-dest.c.
anonymous enum |
Enumerator | |
---|---|
PROP_0 | |
PROP_TYPE | |
PROP_PAGE | |
PROP_LEFT | |
PROP_TOP | |
PROP_BOTTOM | |
PROP_RIGHT | |
PROP_ZOOM | |
PROP_CHANGE | |
PROP_NAMED | |
PROP_PAGE_LABEL |
Definition at line 26 of file ev-link-dest.c.
enum EvDestChange |
Enumerator | |
---|---|
EV_DEST_CHANGE_TOP | |
EV_DEST_CHANGE_LEFT | |
EV_DEST_CHANGE_ZOOM |
Definition at line 40 of file ev-link-dest.c.
|
static |
Definition at line 282 of file ev-link-dest.c.
gboolean ev_link_dest_equal | ( | EvLinkDest * | a, |
EvLinkDest * | b | ||
) |
ev_link_dest_equal: : a EvLinkDest : a EvLinkDest
Checks whether and are equal.
Returns: TRUE iff and are equal
Since: 3.8
Definition at line 535 of file ev-link-dest.c.
|
static |
gdouble ev_link_dest_get_bottom | ( | EvLinkDest * | self) |
EvLinkDestType ev_link_dest_get_dest_type | ( | EvLinkDest * | self) |
gdouble ev_link_dest_get_left | ( | EvLinkDest * | self, |
gboolean * | change_left | ||
) |
const gchar* ev_link_dest_get_named_dest | ( | EvLinkDest * | self) |
gint ev_link_dest_get_page | ( | EvLinkDest * | self) |
const gchar* ev_link_dest_get_page_label | ( | EvLinkDest * | self) |
|
static |
gdouble ev_link_dest_get_right | ( | EvLinkDest * | self) |
gdouble ev_link_dest_get_top | ( | EvLinkDest * | self, |
gboolean * | change_top | ||
) |
gdouble ev_link_dest_get_zoom | ( | EvLinkDest * | self, |
gboolean * | change_zoom | ||
) |
|
static |
Definition at line 274 of file ev-link-dest.c.
EvLinkDest* ev_link_dest_new_fit | ( | gint | page) |
EvLinkDest* ev_link_dest_new_fith | ( | gint | page, |
gdouble | top, | ||
gboolean | change_top | ||
) |
EvLinkDest* ev_link_dest_new_fitr | ( | gint | page, |
gdouble | left, | ||
gdouble | bottom, | ||
gdouble | right, | ||
gdouble | top | ||
) |
EvLinkDest* ev_link_dest_new_fitv | ( | gint | page, |
gdouble | left, | ||
gboolean | change_left | ||
) |
EvLinkDest* ev_link_dest_new_named | ( | const gchar * | named_dest) |
EvLinkDest* ev_link_dest_new_page | ( | gint | page) |
EvLinkDest* ev_link_dest_new_page_label | ( | const gchar * | page_label) |
EvLinkDest* ev_link_dest_new_xyz | ( | gint | page, |
gdouble | left, | ||
gdouble | top, | ||
gdouble | zoom, | ||
gboolean | change_left, | ||
gboolean | change_top, | ||
gboolean | change_zoom | ||
) |
|
static |