Searched defs:Selection (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ui/widget/ |
H A D | style-subject.cpp | 43 StyleSubject::Selection::Selection() { function in class:Inkscape::UI::Widget::StyleSubject::Selection 46 StyleSubject::Selection::~Selection() { 49 Inkscape::Selection *StyleSubject::Selection::_getSelection() const { 58 std::vector<SPObject*> StyleSubject::Selection::list(){ 59 Inkscape::Selection *selection = _getSelection(); 65 Geom::OptRect StyleSubject::Selection::getBounds(SPItem::BBoxType type) { 66 Inkscape::Selection *selectio [all...] |
H A D | style-subject.h | 25 class Selection; 34 class Selection; 62 class StyleSubject::Selection : public StyleSubject { class in class:Inkscape::UI::Widget::StyleSubject 64 Selection(); 65 ~Selection(); 76 Inkscape::Selection *_getSelection() const;
|
/inkscape/src/ |
H A D | selection.h | 63 class Selection : public Inkscape::GC::Managed<>, class in namespace:Inkscape 76 Selection(LayerModel *layers, SPDesktop *desktop); 77 ~Selection(); 289 * @return Selection's snap points 303 sigc::connection connectChanged(sigc::slot<void, Selection *> const &slot) { 306 sigc::connection connectChangedFirst(sigc::slot<void, Selection *> const &slot) 323 sigc::connection connectModified(sigc::slot<void, Selection *, unsigned int> const &slot) 327 sigc::connection connectModifiedFirst(sigc::slot<void, Selection *, unsigned int> const &slot) 334 Selection(Selection cons [all...] |
H A D | selection.cpp | 44 Selection::Selection(LayerModel *layers, SPDesktop *desktop) : function in class:Inkscape::Selection 58 Selection::~Selection() { 69 void Selection::_schedule_modified(SPObject */*obj*/, guint flags) { 72 this->_idle = g_idle_add_full(SP_SELECTION_UPDATE_PRIORITY, GSourceFunc(&Selection::_emit_modified), this, NULL); 80 Selection::_emit_modified(Selection *selection) 93 void Selection::_emitModified(guint flags) { 98 void Selection [all...] |
Completed in 171 milliseconds