Searched defs:_wr (Results 1 - 8 of 8) sorted by relevance
/inkscape/src/ui/widget/ |
H A D | entity-entry.h | 43 Registry *_wr; member in class:Inkscape::UI::Widget::EntityEntry
|
H A D | tolerance-slider.h | 73 Registry *_wr; member in class:Inkscape::UI::Widget::ToleranceSlider
|
H A D | licensor.cpp | 52 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 D | page-sizer.cpp | 234 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 D | registered-widget.h | 64 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 D | document-metadata.h | 77 UI::Widget::Registry _wr; member in class:Inkscape::UI::Dialog::DocumentMetadata
|
H A D | document-properties.h | 118 UI::Widget::Registry _wr; member in class:Inkscape::UI::Dialog::DocumentProperties
|
/inkscape/src/display/ |
H A D | canvas-grid.h | 116 Inkscape::UI::Widget::Registry _wr; member in class:Inkscape::CanvasGrid
|
Completed in 25 milliseconds