|
Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
#include <glib-object.h>
Include dependency graph for ev-transition-effect.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | _EvTransitionEffect |
| struct | _EvTransitionEffectClass |
Macros | |
| #define | EV_TYPE_TRANSITION_EFFECT (ev_transition_effect_get_type ()) |
| #define | EV_TRANSITION_EFFECT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EV_TYPE_TRANSITION_EFFECT, EvTransitionEffect)) |
| #define | EV_TRANSITION_EFFECT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EV_TYPE_TRANSITION_EFFECT, EvTransitionEffectClass)) |
| #define | EV_IS_TRANSITION_EFFECT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EV_TYPE_TRANSITION_EFFECT)) |
| #define | EV_IS_TRANSITION_EFFECT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EV_TYPE_TRANSITION_EFFECT)) |
| #define | EV_TRANSITION_EFFECT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), EV_TYPE_TRANSITION_EFFECT, EvTransitionEffectClass)) |
Typedefs | |
| typedef struct _EvTransitionEffect | EvTransitionEffect |
| typedef struct _EvTransitionEffectClass | EvTransitionEffectClass |
Functions | |
| GType | ev_transition_effect_get_type (void) G_GNUC_CONST |
| EvTransitionEffect * | ev_transition_effect_new (EvTransitionEffectType type, const gchar *first_property_name,...) |
| #define EV_IS_TRANSITION_EFFECT | ( | obj) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EV_TYPE_TRANSITION_EFFECT)) |
Definition at line 35 of file ev-transition-effect.h.
| #define EV_IS_TRANSITION_EFFECT_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_TYPE ((klass), EV_TYPE_TRANSITION_EFFECT)) |
Definition at line 36 of file ev-transition-effect.h.
| #define EV_TRANSITION_EFFECT | ( | obj) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), EV_TYPE_TRANSITION_EFFECT, EvTransitionEffect)) |
Definition at line 33 of file ev-transition-effect.h.
| #define EV_TRANSITION_EFFECT_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_CAST ((klass), EV_TYPE_TRANSITION_EFFECT, EvTransitionEffectClass)) |
Definition at line 34 of file ev-transition-effect.h.
| #define EV_TRANSITION_EFFECT_GET_CLASS | ( | obj) | (G_TYPE_INSTANCE_GET_CLASS ((obj), EV_TYPE_TRANSITION_EFFECT, EvTransitionEffectClass)) |
Definition at line 37 of file ev-transition-effect.h.
| #define EV_TYPE_TRANSITION_EFFECT (ev_transition_effect_get_type ()) |
Definition at line 32 of file ev-transition-effect.h.
| typedef struct _EvTransitionEffect EvTransitionEffect |
Definition at line 65 of file ev-transition-effect.h.
| typedef struct _EvTransitionEffectClass EvTransitionEffectClass |
Definition at line 66 of file ev-transition-effect.h.
| Enumerator | |
|---|---|
| EV_TRANSITION_ALIGNMENT_HORIZONTAL | |
| EV_TRANSITION_ALIGNMENT_VERTICAL | |
Definition at line 54 of file ev-transition-effect.h.
| Enumerator | |
|---|---|
| EV_TRANSITION_DIRECTION_INWARD | |
| EV_TRANSITION_DIRECTION_OUTWARD | |
Definition at line 59 of file ev-transition-effect.h.
Definition at line 39 of file ev-transition-effect.h.
| GType ev_transition_effect_get_type | ( | void | ) |
| EvTransitionEffect* ev_transition_effect_new | ( | EvTransitionEffectType | type, |
| const gchar * | first_property_name, | ||
| ... | |||
| ) |