Lines Matching refs:SelCue
29 Inkscape::SelCue::BoundingBoxPrefsObserver::BoundingBoxPrefsObserver(SelCue &sel_cue) :
35 void Inkscape::SelCue::BoundingBoxPrefsObserver::notify(Preferences::Entry const &val)
40 Inkscape::SelCue::SelCue(SPDesktop *desktop)
47 sigc::hide(sigc::mem_fun(*this, &Inkscape::SelCue::_newItemBboxes))
51 void(SelCue::*modifiedSignal)() = &SelCue::_updateItemBboxes;
62 Inkscape::SelCue::~SelCue()
78 void Inkscape::SelCue::_updateItemBboxes()
83 void Inkscape::SelCue::_updateItemBboxes(Inkscape::Preferences *prefs)
97 void Inkscape::SelCue::_updateItemBboxes(gint mode, int prefs_bbox)
132 void Inkscape::SelCue::_newItemBboxes()
197 void Inkscape::SelCue::_newTextBaselines()
235 void Inkscape::SelCue::_boundingBoxPrefsChanged(int prefs_bbox)