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

/inkscape/src/
H A Dselcue.cpp29 Inkscape::SelCue::BoundingBoxPrefsObserver::BoundingBoxPrefsObserver(SelCue &sel_cue) :
35 void Inkscape::SelCue::BoundingBoxPrefsObserver::notify(Preferences::Entry const &val)
40 Inkscape::SelCue::SelCue(SPDesktop *desktop) function in class:Inkscape::SelCue
47 sigc::hide(sigc::mem_fun(*this, &Inkscape::SelCue::_newItemBboxes))
51 void(SelCue::*modifiedSignal)() = &SelCue::_updateItemBboxes;
62 Inkscape::SelCue::~SelCue()
[all...]
H A Dselcue.h27 class SelCue class in namespace:Inkscape
30 SelCue(SPDesktop *desktop);
31 ~SelCue();
43 BoundingBoxPrefsObserver(SelCue &sel_cue);
48 SelCue &_sel_cue;
51 friend class Inkscape::SelCue::BoundingBoxPrefsObserver;

Completed in 57 milliseconds