Searched defs:_wr (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/ui/widget/
H A Dentity-entry.h43 Registry *_wr; member in class:Inkscape::UI::Widget::EntityEntry
H A Dtolerance-slider.h73 Registry *_wr; member in class:Inkscape::UI::Widget::ToleranceSlider
H A Dlicensor.cpp52 Registry &_wr; member in class:Inkscape::UI::Widget::LicenseItem
56 : Gtk::RadioButton(_(license->name)), _lic(license), _eep(entity), _wr(wr)
66 if (_wr.isUpdating()) return;
68 _wr.setUpdating (true);
74 _wr.setUpdating (false);
H A Dpage-sizer.cpp234 PageSizer::PageSizer(Registry & _wr) argument
236 _dimensionUnits( _("U_nits:"), "units", _wr ),
237 _dimensionWidth( _("_Width:"), _("Width of paper"), "width", _dimensionUnits, _wr ),
238 _dimensionHeight( _("_Height:"), _("Height of paper"), "height", _dimensionUnits, _wr ),
239 _marginTop( _("T_op margin:"), _("Top margin"), "fit-margin-top", _wr ),
240 _marginLeft( _("L_eft:"), _("Left margin"), "fit-margin-left", _wr),
241 _marginRight( _("Ri_ght:"), _("Right margin"), "fit-margin-right", _wr),
242 _marginBottom( _("Botto_m:"), _("Bottom margin"), "fit-margin-bottom", _wr),
244 _scaleX(_("Scale _x:"), _("Scale X"), "scale-x", _wr),
245 _scaleY(_("Scale _y:"), _("Scale Y"), "scale-y", _wr),
[all...]
H A Dregistered-widget.h64 bool is_updating() {if (_wr) return _wr->isUpdating(); else return false;}
85 _wr = ≀
121 Registry * _wr; member in class:Inkscape::UI::Widget::RegisteredWidget
131 _wr = NULL;
/inkscape/src/ui/dialog/
H A Ddocument-metadata.h77 UI::Widget::Registry _wr; member in class:Inkscape::UI::Dialog::DocumentMetadata
H A Ddocument-properties.h118 UI::Widget::Registry _wr; member in class:Inkscape::UI::Dialog::DocumentProperties
/inkscape/src/display/
H A Dcanvas-grid.h116 Inkscape::UI::Widget::Registry _wr; member in class:Inkscape::CanvasGrid

Completed in 25 milliseconds