diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-01-07 18:26:31 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-01-07 18:26:31 +0000 |
| commit | 6025fee37d2d6ab51e1efbd0194689b5f9180bfb (patch) | |
| tree | 54cdac08c30b27adca0b53c8163daed9d08675ee /src/gradient-chemistry.h | |
| parent | double quote the relaytool mimicing defines (diff) | |
| download | inkscape-6025fee37d2d6ab51e1efbd0194689b5f9180bfb.tar.gz inkscape-6025fee37d2d6ab51e1efbd0194689b5f9180bfb.zip | |
Gradient nodes progress...
(bzr r2148)
Diffstat (limited to 'src/gradient-chemistry.h')
| -rw-r--r-- | src/gradient-chemistry.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/gradient-chemistry.h b/src/gradient-chemistry.h index b649a22ec..b95c5025e 100644 --- a/src/gradient-chemistry.h +++ b/src/gradient-chemistry.h @@ -54,18 +54,19 @@ SPStop* sp_first_stop(SPGradient *gradient); SPStop* sp_last_stop(SPGradient *gradient); SPStop* sp_prev_stop(SPStop *stop, SPGradient *gradient); SPStop* sp_next_stop(SPStop *stop); +SPStop* sp_get_stop_i(SPGradient *gradient, guint i); void sp_gradient_transform_multiply (SPGradient *gradient, NR::Matrix postmul, bool set); -void sp_item_gradient_set_coords (SPItem *item, guint point_num, NR::Point p_desk, bool fill_or_stroke, bool write_repr, bool scale); -NR::Point sp_item_gradient_get_coords (SPItem *item, guint point_num, bool fill_or_stroke); +void sp_item_gradient_set_coords (SPItem *item, guint point_type, guint point_i, NR::Point p_desk, bool fill_or_stroke, bool write_repr, bool scale); +NR::Point sp_item_gradient_get_coords (SPItem *item, guint point_type, guint point_i, bool fill_or_stroke); SPGradient *sp_item_gradient_get_vector (SPItem *item, bool fill_or_stroke); SPGradientSpread sp_item_gradient_get_spread (SPItem *item, bool fill_or_stroke); struct SPCSSAttr; -void sp_item_gradient_stop_set_style (SPItem *item, guint point_num, bool fill_or_stroke, SPCSSAttr *stop); -guint32 sp_item_gradient_stop_query_style (SPItem *item, guint point_num, bool fill_or_stroke); -void sp_item_gradient_edit_stop (SPItem *item, guint point_num, bool fill_or_stroke); +void sp_item_gradient_stop_set_style (SPItem *item, guint point_type, guint point_i, bool fill_or_stroke, SPCSSAttr *stop); +guint32 sp_item_gradient_stop_query_style (SPItem *item, guint point_type, guint point_i, bool fill_or_stroke); +void sp_item_gradient_edit_stop (SPItem *item, guint point_type, guint point_i, bool fill_or_stroke); void sp_item_gradient_reverse_vector (SPItem *item, bool fill_or_stroke); #endif |
