Lines Matching defs:get
119 * so use its get methods before doing so.
487 static Preferences *get() {
501 * This deletes the singleton object. Calling get() after this function
585 return Inkscape::Preferences::get()->_extractBool(*this);
594 return Inkscape::Preferences::get()->_extractInt(*this);
603 int val = Inkscape::Preferences::get()->_extractInt(*this);
613 return Inkscape::Preferences::get()->_extractDouble(*this);
615 return Inkscape::Preferences::get()->_extractDouble(*this, unit);
626 val = Inkscape::Preferences::get()->_extractDouble(*this);
628 val = Inkscape::Preferences::get()->_extractDouble(*this, unit);
639 return Inkscape::Preferences::get()->_extractString(*this);
648 return Inkscape::Preferences::get()->_extractUnit(*this);
657 return Inkscape::Preferences::get()->_extractColor(*this);
666 return Inkscape::Preferences::get()->_extractStyle(*this);
675 return Inkscape::Preferences::get()->_extractInheritedStyle(*this);