Searched defs:BoundingBoxPrefsObserver (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dselcue.h40 class BoundingBoxPrefsObserver: public Preferences::Observer class in class:Inkscape::SelCue
43 BoundingBoxPrefsObserver(SelCue &sel_cue);
51 friend class Inkscape::SelCue::BoundingBoxPrefsObserver;
67 BoundingBoxPrefsObserver _bounding_box_prefs_observer;
H A Dselcue.cpp29 Inkscape::SelCue::BoundingBoxPrefsObserver::BoundingBoxPrefsObserver(SelCue &sel_cue) : function in class:Inkscape::SelCue::BoundingBoxPrefsObserver
35 void Inkscape::SelCue::BoundingBoxPrefsObserver::notify(Preferences::Entry const &val)
H A Dseltrans.h102 class BoundingBoxPrefsObserver: public Preferences::Observer class in class:Inkscape::SelTrans
105 BoundingBoxPrefsObserver(SelTrans &sel_trans);
113 friend class Inkscape::SelTrans::BoundingBoxPrefsObserver;
197 BoundingBoxPrefsObserver _bounding_box_prefs_observer;
H A Dseltrans.cpp90 Inkscape::SelTrans::BoundingBoxPrefsObserver::BoundingBoxPrefsObserver(SelTrans &sel_trans) : function in class:Inkscape::SelTrans::BoundingBoxPrefsObserver
96 void Inkscape::SelTrans::BoundingBoxPrefsObserver::notify(Preferences::Entry const &val)

Completed in 36 milliseconds