Lines Matching defs:shape
158 gint shape = ege_select_one_action_get_active( act );
160 prefs->setInt(freehand_tool_name(dataKludge) + "/shape", shape);
171 * Generate the list of freehand advanced shape option entries.
176 glist = g_list_append (glist, const_cast<gchar *>(C_("Freehand shape", "None")));
189 /*advanced shape options */
210 ege_select_one_action_set_active( act1, prefs->getInt(( tool_is_pencil ? "/tools/freehand/pencil/shape" : "/tools/freehand/pen/shape" ), 0) );
254 SPShape * shape = dynamic_cast<SPShape *>(lpeitem);
255 if(shape){
256 SPCurve * c = shape->getCurveBeforeLPE();
261 shape->setCurveBeforeLPE(c);
264 shape->setCurve(c,0);
390 /* advanced shape options */