Interpret the preference as a Boolean value.
Definition at line 514 of file preferences.h. References Inkscape::Preferences::get(), and isValid(). Referenced by Inkscape::Preferences::getBool(), and Inkscape::UI::Widget::StyleSwatch::ToolObserver::notify(). { if (!this->isValid()) { return def; } else { return Inkscape::Preferences::get()->_extractBool(*this); } }
Here is the call graph for this function:
![]()
Here is the caller graph for this function:
![]() |