| Evince Document Library Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
Synopsis
EvLinkAction; EvLinkActionClass; EvLinkActionPrivate; enum EvLinkActionType; EvLinkActionType ev_link_action_get_action_type (EvLinkAction *self); EvLinkDest * ev_link_action_get_dest (EvLinkAction *self); const gchar * ev_link_action_get_uri (EvLinkAction *self); const gchar * ev_link_action_get_filename (EvLinkAction *self); const gchar * ev_link_action_get_params (EvLinkAction *self); const gchar * ev_link_action_get_name (EvLinkAction *self); EvLinkAction * ev_link_action_new_dest (EvLinkDest *dest); EvLinkAction * ev_link_action_new_remote (EvLinkDest *dest,const gchar *filename); EvLinkAction * ev_link_action_new_external_uri (const gchar *uri); EvLinkAction * ev_link_action_new_launch (const gchar *filename,const gchar *params); EvLinkAction * ev_link_action_new_named (const gchar *name);
Properties
"dest" gpointer : Read / Write / Construct Only "filename" gchar* : Read / Write / Construct Only "hide-list" gpointer : Read / Write / Construct Only "name" gchar* : Read / Write / Construct Only "params" gchar* : Read / Write / Construct Only "show-list" gpointer : Read / Write / Construct Only "toggle-list" gpointer : Read / Write / Construct Only "type" EvLinkActionType : Read / Write / Construct Only "uri" gchar* : Read / Write / Construct Only
Details
enum EvLinkActionType
typedef enum {
EV_LINK_ACTION_TYPE_GOTO_DEST,
EV_LINK_ACTION_TYPE_GOTO_REMOTE,
EV_LINK_ACTION_TYPE_EXTERNAL_URI,
EV_LINK_ACTION_TYPE_LAUNCH,
EV_LINK_ACTION_TYPE_NAMED,
EV_LINK_ACTION_TYPE_LAYERS_STATE
/* We'll probably fill this in more as we support the other types of
* actions */
} EvLinkActionType;
ev_link_action_get_action_type ()
EvLinkActionType ev_link_action_get_action_type (EvLinkAction *self);
ev_link_action_new_remote ()
EvLinkAction * ev_link_action_new_remote (EvLinkDest *dest,const gchar *filename);
ev_link_action_new_external_uri ()
EvLinkAction * ev_link_action_new_external_uri (const gchar *uri);
ev_link_action_new_launch ()
EvLinkAction * ev_link_action_new_launch (const gchar *filename,const gchar *params);
Property Details
The "filename" property
"filename" gchar* : Read / Write / Construct Only
The link action filename.
Default value: NULL
The "hide-list" property
"hide-list" gpointer : Read / Write / Construct Only
The list of layers that should be hidden.
The "name" property
"name" gchar* : Read / Write / Construct Only
The link action name.
Default value: NULL
The "params" property
"params" gchar* : Read / Write / Construct Only
The link action params.
Default value: NULL
The "show-list" property
"show-list" gpointer : Read / Write / Construct Only
The list of layers that should be shown.
The "toggle-list" property
"toggle-list" gpointer : Read / Write / Construct Only
The list of layers that should be toggled.
The "type" property
"type" EvLinkActionType : Read / Write / Construct Only
The link action type.
Default value: EV_LINK_ACTION_TYPE_GOTO_DEST
