~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/sp-lpe-item.h

  • Committer: Ted Gould
  • Date: 2008-11-21 05:24:08 UTC
  • Revision ID: ted@canonical.com-20081121052408-tilucis2pjrrpzxx
MergeĀ fromĀ fe-moved

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
GType sp_lpe_item_get_type();
55
55
 
56
56
void sp_lpe_item_update_patheffect (SPLPEItem *lpeitem, bool wholetree, bool write);
57
 
void sp_lpe_item_perform_path_effect(SPLPEItem *lpeitem, SPCurve *curve);
 
57
bool sp_lpe_item_perform_path_effect(SPLPEItem *lpeitem, SPCurve *curve);
58
58
void sp_lpe_item_add_path_effect(SPLPEItem *lpeitem, gchar *value, bool reset);
59
59
void sp_lpe_item_add_path_effect(SPLPEItem *lpeitem, LivePathEffectObject * new_lpeobj);
60
60
void sp_lpe_item_replace_path_effect(SPLPEItem *lpeitem, LivePathEffectObject * old_lpeobj,