|
Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
#include <string.h>#include <glib/gi18n.h>#include <glib/gstdio.h>#include <gtk/gtk.h>#include "ev-document-attachments.h"#include "ev-document-misc.h"#include "ev-jobs.h"#include "ev-job-scheduler.h"#include "ev-file-helpers.h"#include "ev-sidebar-attachments.h"#include "ev-sidebar-page.h"
Include dependency graph for ev-sidebar-attachments.c:Go to the source code of this file.
Data Structures | |
| struct | _EvSidebarAttachmentsPrivate |
Macros | |
| #define | EV_SIDEBAR_ATTACHMENTS_GET_PRIVATE(object) (G_TYPE_INSTANCE_GET_PRIVATE ((object), EV_TYPE_SIDEBAR_ATTACHMENTS, EvSidebarAttachmentsPrivate)) |
Enumerations | |
| enum | { COLUMN_ICON, COLUMN_NAME, COLUMN_DESCRIPTION, COLUMN_ATTACHMENT, N_COLS } |
| enum | { PROP_0, PROP_WIDGET } |
| enum | { SIGNAL_POPUP_MENU, N_SIGNALS } |
Variables | |
| static guint | signals [N_SIGNALS] |
| #define EV_SIDEBAR_ATTACHMENTS_GET_PRIVATE | ( | object) | (G_TYPE_INSTANCE_GET_PRIVATE ((object), EV_TYPE_SIDEBAR_ATTACHMENTS, EvSidebarAttachmentsPrivate)) |
| anonymous enum |
| Enumerator | |
|---|---|
| COLUMN_ICON | |
| COLUMN_NAME | |
| COLUMN_DESCRIPTION | |
| COLUMN_ATTACHMENT | |
| N_COLS | |
Definition at line 42 of file ev-sidebar-attachments.c.
| anonymous enum |
| Enumerator | |
|---|---|
| PROP_0 | |
| PROP_WIDGET | |
Definition at line 50 of file ev-sidebar-attachments.c.
| anonymous enum |
| Enumerator | |
|---|---|
| SIGNAL_POPUP_MENU | |
| N_SIGNALS | |
Definition at line 55 of file ev-sidebar-attachments.c.
|
static |
Definition at line 273 of file ev-sidebar-attachments.c.
Here is the caller graph for this function:
|
static |
Definition at line 502 of file ev-sidebar-attachments.c.
|
static |
Definition at line 476 of file ev-sidebar-attachments.c.
Here is the caller graph for this function:
|
static |
Definition at line 638 of file ev-sidebar-attachments.c.
Here is the caller graph for this function:
|
static |
Definition at line 391 of file ev-sidebar-attachments.c.
Here is the caller graph for this function:
|
static |
Definition at line 178 of file ev-sidebar-attachments.c.
Here is the caller graph for this function:
|
static |
Definition at line 693 of file ev-sidebar-attachments.c.
Here is the caller graph for this function:
|
static |
Definition at line 456 of file ev-sidebar-attachments.c.
Here is the caller graph for this function:
|
static |
Definition at line 128 of file ev-sidebar-attachments.c.
Here is the caller graph for this function:
|
static |
Definition at line 170 of file ev-sidebar-attachments.c.
Here is the caller graph for this function:
|
static |
Definition at line 534 of file ev-sidebar-attachments.c.
| GtkWidget* ev_sidebar_attachments_new | ( | void | ) |
Definition at line 596 of file ev-sidebar-attachments.c.
Here is the caller graph for this function:
|
static |
Definition at line 699 of file ev-sidebar-attachments.c.
|
static |
Definition at line 262 of file ev-sidebar-attachments.c.
Here is the caller graph for this function:
|
static |
Definition at line 207 of file ev-sidebar-attachments.c.
Here is the caller graph for this function:
|
static |
Definition at line 359 of file ev-sidebar-attachments.c.
Here is the caller graph for this function:
|
static |
Definition at line 676 of file ev-sidebar-attachments.c.
Here is the caller graph for this function:
|
static |
Definition at line 685 of file ev-sidebar-attachments.c.
Here is the caller graph for this function:
|
static |
Definition at line 319 of file ev-sidebar-attachments.c.
Here is the caller graph for this function:| G_DEFINE_TYPE_EXTENDED | ( | EvSidebarAttachments | , |
| ev_sidebar_attachments | , | ||
| GTK_TYPE_BOX | , | ||
| 0 | , | ||
| G_IMPLEMENT_INTERFACE(EV_TYPE_SIDEBAR_PAGE,ev_sidebar_attachments_page_iface_init) | |||
| ) |
Definition at line 73 of file ev-sidebar-attachments.c.
|
static |
Definition at line 153 of file ev-sidebar-attachments.c.
Here is the caller graph for this function:
|
static |
|
static |
Definition at line 608 of file ev-sidebar-attachments.c.
Here is the caller graph for this function:
|
static |
Definition at line 60 of file ev-sidebar-attachments.c.