|
Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
Include dependency graph for ev-form-field-accessible.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | _EvFormFieldAccessible |
| struct | _EvFormFieldAccessibleClass |
Macros | |
| #define | EV_TYPE_FORM_FIELD_ACCESSIBLE (ev_form_field_accessible_get_type ()) |
| #define | EV_FORM_FIELD_ACCESSIBLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EV_TYPE_FORM_FIELD_ACCESSIBLE, EvFormFieldAccessible)) |
| #define | EV_IS_FORM_FIELD_ACCESSIBLE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EV_TYPE_FORM_FIELD_ACCESSIBLE)) |
Typedefs | |
| typedef struct _EvFormFieldAccessible | EvFormFieldAccessible |
| typedef struct _EvFormFieldAccessibleClass | EvFormFieldAccessibleClass |
| typedef struct _EvFormFieldAccessiblePrivate | EvFormFieldAccessiblePrivate |
Functions | |
| GType | ev_form_field_accessible_get_type (void) |
| EvFormFieldAccessible * | ev_form_field_accessible_new (EvPageAccessible *page, EvFormField *form_field, EvRectangle *area) |
| EvFormField * | ev_form_field_accessible_get_field (EvFormFieldAccessible *accessible) |
| void | ev_form_field_accessible_update_state (EvFormFieldAccessible *accessible) |
| #define EV_FORM_FIELD_ACCESSIBLE | ( | obj) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), EV_TYPE_FORM_FIELD_ACCESSIBLE, EvFormFieldAccessible)) |
Definition at line 34 of file ev-form-field-accessible.h.
| #define EV_IS_FORM_FIELD_ACCESSIBLE | ( | obj) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EV_TYPE_FORM_FIELD_ACCESSIBLE)) |
Definition at line 35 of file ev-form-field-accessible.h.
| #define EV_TYPE_FORM_FIELD_ACCESSIBLE (ev_form_field_accessible_get_type ()) |
Definition at line 33 of file ev-form-field-accessible.h.
| typedef struct _EvFormFieldAccessible EvFormFieldAccessible |
Definition at line 37 of file ev-form-field-accessible.h.
| typedef struct _EvFormFieldAccessibleClass EvFormFieldAccessibleClass |
Definition at line 38 of file ev-form-field-accessible.h.
| typedef struct _EvFormFieldAccessiblePrivate EvFormFieldAccessiblePrivate |
Definition at line 39 of file ev-form-field-accessible.h.
| EvFormField* ev_form_field_accessible_get_field | ( | EvFormFieldAccessible * | accessible) |
Definition at line 393 of file ev-form-field-accessible.c.
Here is the caller graph for this function:| GType ev_form_field_accessible_get_type | ( | void | ) |
| EvFormFieldAccessible* ev_form_field_accessible_new | ( | EvPageAccessible * | page, |
| EvFormField * | form_field, | ||
| EvRectangle * | area | ||
| ) |
Definition at line 376 of file ev-form-field-accessible.c.
Here is the caller graph for this function:| void ev_form_field_accessible_update_state | ( | EvFormFieldAccessible * | accessible) |
Definition at line 314 of file ev-form-field-accessible.c.
Here is the caller graph for this function: