Lines Matching refs:getBool
790 bool old = prefs->getBool(prefs_path + "dotrace");
960 bool old = prefs->getBool(prefs_path + "pick_to_presence", true);
970 bool old = prefs->getBool(prefs_path + "pick_to_size");
980 bool old = prefs->getBool(prefs_path + "pick_to_color", 0);
990 bool old = prefs->getBool(prefs_path + "pick_to_opacity", 0);
998 gtk_widget_set_sensitive (vvb, prefs->getBool(prefs_path + "dotrace"));
1190 if (!prefs->getBool(prefs_path + "fillrect")) {
1200 if (prefs->getBool(prefs_path + "fillrect")) {
1218 bool keepbbox = prefs->getBool(prefs_path + "keepbbox", true);
2279 bool shiftx_alternate = prefs->getBool(prefs_path + "shiftx_alternate");
2280 bool shifty_alternate = prefs->getBool(prefs_path + "shifty_alternate");
2281 bool shiftx_cumulate = prefs->getBool(prefs_path + "shiftx_cumulate");
2282 bool shifty_cumulate = prefs->getBool(prefs_path + "shifty_cumulate");
2283 bool shiftx_excludew = prefs->getBool(prefs_path + "shiftx_excludew");
2284 bool shifty_excludeh = prefs->getBool(prefs_path + "shifty_excludeh");
2296 bool scalex_alternate = prefs->getBool(prefs_path + "scalex_alternate");
2297 bool scaley_alternate = prefs->getBool(prefs_path + "scaley_alternate");
2298 bool scalex_cumulate = prefs->getBool(prefs_path + "scalex_cumulate");
2299 bool scaley_cumulate = prefs->getBool(prefs_path + "scaley_cumulate");
2304 bool rotate_alternatei = prefs->getBool(prefs_path + "rotate_alternatei");
2305 bool rotate_alternatej = prefs->getBool(prefs_path + "rotate_alternatej");
2306 bool rotate_cumulatei = prefs->getBool(prefs_path + "rotate_cumulatei");
2307 bool rotate_cumulatej = prefs->getBool(prefs_path + "rotate_cumulatej");
2311 bool blur_alternatei = prefs->getBool(prefs_path + "blur_alternatei");
2312 bool blur_alternatej = prefs->getBool(prefs_path + "blur_alternatej");
2317 bool opacity_alternatei = prefs->getBool(prefs_path + "opacity_alternatei");
2318 bool opacity_alternatej = prefs->getBool(prefs_path + "opacity_alternatej");
2331 bool color_alternatej = prefs->getBool(prefs_path + "color_alternatej");
2332 bool color_alternatei = prefs->getBool(prefs_path + "color_alternatei");
2335 bool keepbbox = prefs->getBool(prefs_path + "keepbbox", true);
2339 bool fillrect = prefs->getBool(prefs_path + "fillrect");
2343 bool dotrace = prefs->getBool(prefs_path + "dotrace");
2345 bool pick_to_presence = prefs->getBool(prefs_path + "pick_to_presence");
2346 bool pick_to_size = prefs->getBool(prefs_path + "pick_to_size");
2347 bool pick_to_color = prefs->getBool(prefs_path + "pick_to_color");
2348 bool pick_to_opacity = prefs->getBool(prefs_path + "pick_to_opacity");
2350 bool invert_picked = prefs->getBool(prefs_path + "invert_picked");
2383 bool prefs_bbox = prefs->getBool("/tools/bounding_box", false);
2706 bool value = prefs->getBool(prefs_path + attr);