Searched defs:sp_str_to_bool (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dsp-namedview.cpp58 static gboolean sp_str_to_bool(const gchar *str);
296 this->showguides = sp_str_to_bool(value);
305 this->grids_visible = sp_str_to_bool(value);
368 this->showborder = (value) ? sp_str_to_bool (value) : TRUE;
396 this->pagecheckerboard = (value) ? sp_str_to_bool (value) : false;
409 this->showpageshadow = (value) ? sp_str_to_bool(value) : TRUE;
445 this->snap_manager.snapprefs.setSnapEnabledGlobally(value ? sp_str_to_bool(value) : TRUE);
449 this->snap_manager.snapprefs.setTargetSnappable(Inkscape::SNAPTARGET_BBOX_CATEGORY, value ? sp_str_to_bool(value) : FALSE);
453 this->snap_manager.snapprefs.setTargetSnappable(Inkscape::SNAPTARGET_NODE_CATEGORY, value ? sp_str_to_bool(value) : TRUE);
457 this->snap_manager.snapprefs.setTargetSnappable(Inkscape::SNAPTARGET_OTHERS_CATEGORY, value ? sp_str_to_bool(valu
1041 static gboolean sp_str_to_bool(const gchar *str) function
[all...]

Completed in 30 milliseconds