Top | ![]() |
![]() |
![]() |
![]() |
void | a_clipboard_copy () |
void | a_clipboard_copy_selected () |
gboolean | a_clipboard_paste () |
VikClipboardDataType | a_clipboard_type () |
void a_clipboard_copy (VikClipboardDataType type
,guint16 layer_type
,gint subtype
,guint len
,const gchar *text
,guint8 *data
);
void
a_clipboard_copy_selected (VikLayersPanel *vlp
);
Make a copy of selected object and associate ourselves with the clipboard.
gboolean
a_clipboard_paste (VikLayersPanel *vlp
);
To deal with multiple data types, we first request the type of data on the clipboard, and handle them in the callback.
VikClipboardDataType a_clipboard_type ();
Return the type of data held in the clipboard if any