Searched defs:_selection (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/helper/
H A Daction-context.h45 Selection *_selection; /**< The selection model to which this action applies, if running in console mode. May be NULL. */ member in class:Inkscape::ActionContext
/inkscape/src/ui/tool/
H A Dselectable-control-point.h52 ControlPointSelection &_selection; member in class:Inkscape::UI::SelectableControlPoint
H A Dmanipulator.h55 , _selection(sel)
66 ControlPointSelection &_selection; member in class:Inkscape::UI::PointManipulator
/inkscape/src/
H A Dselcue.h61 Selection *_selection; member in class:Inkscape::SelCue
H A Dinkscape.h58 Inkscape::Selection *_selection; member in class:AppSelectionModel
66 _selection = Inkscape::GC::release(new Inkscape::Selection(&_layer_model, NULL));
69 Inkscape::Selection *getSelection() const { return _selection; }
H A Dseltrans.h145 Inkscape::Selection *_selection; member in class:Inkscape::SelTrans
/inkscape/src/ui/widget/
H A Danchor-selector.h34 int _selection; member in class:Inkscape::UI::Widget::AnchorSelector
49 int getHorizontalAlignment() { return _selection % 3; }
50 int getVerticalAlignment() { return _selection / 3; }

Completed in 18 milliseconds