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

/inkscape/src/
H A Dseltrans.cpp78 Inkscape::SelTrans *seltrans = SP_SELECT_CONTEXT(desktop->event_context)->_seltrans;
90 Inkscape::SelTrans::BoundingBoxPrefsObserver::BoundingBoxPrefsObserver(SelTrans &sel_trans) :
96 void Inkscape::SelTrans::BoundingBoxPrefsObserver::notify(Preferences::Entry const &val)
101 Inkscape::SelTrans::SelTrans(SPDesktop *desktop) : function in class:Inkscape::SelTrans
172 sigc::mem_fun(*this, &Inkscape::SelTrans::_selChanged)
176 sigc::mem_fun(*this, &Inkscape::SelTrans::_selModified)
184 Inkscape::SelTrans::~SelTrans()
[all...]
H A Dseltrans.h46 class SelTrans class in namespace:Inkscape
49 SelTrans(SPDesktop *desktop);
50 ~SelTrans();
105 BoundingBoxPrefsObserver(SelTrans &sel_trans);
110 SelTrans &_sel_trans;
113 friend class Inkscape::SelTrans::BoundingBoxPrefsObserver;

Completed in 17 milliseconds