H A D | document-interface.cpp | 227 gchar *finish_create_shape (DocumentInterface *doc_interface, GError ** /*error*/, Inkscape::XML::Node *newNode, gchar *desc) argument 230 if (doc_interface->target.getDesktop()) { 231 style = sp_desktop_get_style(doc_interface->target.getDesktop(), TRUE); 242 doc_interface->target.getSelection()->layers()->currentLayer()->appendChildRepr(newNode); 243 doc_interface->target.getSelection()->layers()->currentLayer()->updateRepr(); 245 if (doc_interface->updates) { 246 Inkscape::DocumentUndo::done(doc_interface->target.getDocument(), 0, (gchar *)desc); 261 dbus_call_verb (DocumentInterface *doc_interface, int verbid, GError **error) argument 263 SPDesktop *desk = doc_interface->target.getDesktop(); 269 SPAction *action = verb->get_action(doc_interface 325 document_interface_init(DocumentInterface *doc_interface) argument 343 document_interface_delete_all(DocumentInterface *doc_interface, GError ** ) argument 350 document_interface_call_verb(DocumentInterface *doc_interface, gchar *verbid, GError **error) argument 377 document_interface_rectangle(DocumentInterface *doc_interface, int x, int y, int width, int height, GError **error) argument 391 document_interface_ellipse_center(DocumentInterface *doc_interface, int cx, int cy, int rx, int ry, GError **error) argument 404 document_interface_polygon(DocumentInterface *doc_interface, int cx, int cy, int radius, int rotation, int sides, GError **error) argument 426 document_interface_star(DocumentInterface *doc_interface, int cx, int cy, int r1, int r2, int sides, gdouble rounded, gdouble arg1, gdouble arg2, GError **error) argument 447 document_interface_ellipse(DocumentInterface *doc_interface, int x, int y, int width, int height, GError **error) argument 456 document_interface_line(DocumentInterface *doc_interface, int x, int y, int x2, int y2, GError **error) argument 468 document_interface_spiral(DocumentInterface *doc_interface, int cx, int cy, int r, int revolutions, GError **error) argument 489 document_interface_text(DocumentInterface *doc_interface, int x, int y, gchar *text, GError **error) argument 505 document_interface_image(DocumentInterface *doc_interface, int x, int y, gchar *filename, GError **error) argument 526 document_interface_node(DocumentInterface *doc_interface, gchar *type, GError ** ) argument 547 document_interface_document_get_width(DocumentInterface *doc_interface) argument 553 document_interface_document_get_height(DocumentInterface *doc_interface) argument 558 document_interface_document_get_css(DocumentInterface *doc_interface, GError ** error) argument 568 document_interface_document_merge_css(DocumentInterface *doc_interface, gchar *stylestring, GError ** error) argument 579 document_interface_document_set_css(DocumentInterface *doc_interface, gchar *stylestring, GError ** error) argument 592 document_interface_document_resize_to_fit_selection(DocumentInterface *doc_interface, GError **error) argument 599 document_interface_document_set_display_area(DocumentInterface *doc_interface, double x0, double y0, double x1, double y1, double border, GError **error) argument 619 document_interface_document_get_display_area(DocumentInterface *doc_interface) argument 647 document_interface_set_attribute(DocumentInterface *doc_interface, char *shape, char *attribute, char *newval, GError **error) argument 666 document_interface_set_int_attribute(DocumentInterface *doc_interface, char *shape, char *attribute, int newval, GError **error) argument 680 document_interface_set_double_attribute(DocumentInterface *doc_interface, char *shape, char *attribute, double newval, GError **error) argument 696 document_interface_get_attribute(DocumentInterface *doc_interface, char *shape, char *attribute, GError **error) argument 710 document_interface_move(DocumentInterface *doc_interface, gchar *name, gdouble x, gdouble y, GError **error) argument 722 document_interface_move_to(DocumentInterface *doc_interface, gchar *name, gdouble x, gdouble y, GError **error) argument 736 document_interface_object_to_path(DocumentInterface *doc_interface, char *shape, GError **error) argument 748 document_interface_get_path(DocumentInterface *doc_interface, char *pathname, GError **error) argument 764 document_interface_transform(DocumentInterface *doc_interface, gchar *shape, gchar *transformstr, GError **error) argument 774 document_interface_get_css(DocumentInterface *doc_interface, gchar *shape, GError **error) argument 782 document_interface_modify_css(DocumentInterface *doc_interface, gchar *shape, gchar *cssattrb, gchar *newval, GError **error) argument 803 document_interface_merge_css(DocumentInterface *doc_interface, gchar *shape, gchar *stylestring, GError **error) argument 829 document_interface_set_color(DocumentInterface *doc_interface, gchar *shape, int r, int g, int b, gboolean fill, GError **error) argument 851 document_interface_move_to_layer(DocumentInterface *doc_interface, gchar *shape, gchar *layerstr, GError **error) argument 882 document_interface_set_text(DocumentInterface *doc_interface, gchar *name, gchar *text, GError **error) argument 897 document_interface_text_apply_style(DocumentInterface *doc_interface, gchar *name, int start_pos, int end_pos, gchar *style, gchar *styleval, GError **error) argument 929 document_interface_save(DocumentInterface *doc_interface, GError **error) argument 938 document_interface_load(DocumentInterface *doc_interface, gchar *filename, GError ** ) argument 954 document_interface_import(DocumentInterface *doc_interface, gchar *filename, GError **error) argument 970 document_interface_save_as(DocumentInterface *doc_interface, const gchar *filename, GError **error) argument 994 document_interface_mark_as_unmodified(DocumentInterface *doc_interface, GError ** ) argument 1018 document_interface_close(DocumentInterface *doc_interface, GError **error) argument 1024 document_interface_exit(DocumentInterface *doc_interface, GError **error) argument 1030 document_interface_undo(DocumentInterface *doc_interface, GError **error) argument 1036 document_interface_redo(DocumentInterface *doc_interface, GError **error) argument 1050 document_interface_pause_updates(DocumentInterface *doc_interface, GError ** error) argument 1058 document_interface_resume_updates(DocumentInterface *doc_interface, GError ** error) argument 1068 document_interface_update(DocumentInterface *doc_interface, GError ** error) argument 1087 document_interface_selection_get(DocumentInterface *doc_interface, char ***out, GError ** ) argument 1107 document_interface_selection_add(DocumentInterface *doc_interface, char *name, GError **error) argument 1120 document_interface_selection_add_list(DocumentInterface *doc_interface, char **names, GError **error) argument 1130 document_interface_selection_set(DocumentInterface *doc_interface, char *name, GError ** ) argument 1139 document_interface_selection_set_list(DocumentInterface *doc_interface, gchar **names, GError **error) argument 1150 document_interface_selection_rotate(DocumentInterface *doc_interface, int angle, GError ** ) argument 1158 document_interface_selection_delete(DocumentInterface *doc_interface, GError **error) argument 1163 document_interface_selection_clear(DocumentInterface *doc_interface, GError ** ) argument 1170 document_interface_select_all(DocumentInterface *doc_interface, GError **error) argument 1176 document_interface_select_all_in_all_layers(DocumentInterface *doc_interface, GError **error) argument 1191 document_interface_selection_invert(DocumentInterface *doc_interface, GError **error) argument 1197 document_interface_selection_group(DocumentInterface *doc_interface, GError **error) argument 1202 document_interface_selection_ungroup(DocumentInterface *doc_interface, GError **error) argument 1208 document_interface_selection_cut(DocumentInterface *doc_interface, GError **error) argument 1216 document_interface_selection_copy(DocumentInterface *doc_interface, GError **error) argument 1224 document_interface_selection_paste(DocumentInterface *doc_interface, GError **error) argument 1231 document_interface_selection_scale(DocumentInterface *doc_interface, gdouble grow, GError ** ) argument 1242 document_interface_selection_move(DocumentInterface *doc_interface, gdouble x, gdouble y, GError ** ) argument 1248 document_interface_selection_move_to(DocumentInterface *doc_interface, gdouble x, gdouble y, GError ** ) argument 1264 document_interface_selection_move_to_layer(DocumentInterface *doc_interface, gchar *layerstr, GError **error) argument 1293 document_interface_selection_get_center(DocumentInterface *doc_interface) argument 1312 document_interface_selection_to_path(DocumentInterface *doc_interface, GError **error) argument 1319 document_interface_selection_combine(DocumentInterface *doc_interface, gchar *cmd, char ***newpaths, GError **error) argument 1341 document_interface_selection_change_level(DocumentInterface *doc_interface, gchar *cmd, GError **error) argument 1359 document_interface_layer_new(DocumentInterface *doc_interface, GError ** ) argument 1368 document_interface_layer_set(DocumentInterface *doc_interface, gchar *layerstr, GError **error) argument 1387 document_interface_layer_change_level(DocumentInterface *doc_interface, gchar *cmd, GError **error) argument 1402 document_interface_layer_next(DocumentInterface *doc_interface, GError **error) argument 1408 document_interface_layer_previous(DocumentInterface *doc_interface, GError **error) argument 1429 document_interface_get_children(DocumentInterface *doc_interface, char *name, char ***out, GError **error) argument 1450 document_interface_get_parent(DocumentInterface *doc_interface, char *name, GError **error) argument [all...] |