Searched refs:_current_type (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/dialog/
H A Dfilter-effects-dialog.cpp771 : _dialog(d), _set_attr_slot(slot), _current_type(-1), _max_types(maxtypes)
781 //_current_type = 0; If set to 0 then update_and_show() fails to update properly.
796 if(t != _current_type) {
805 for(unsigned i = 0; i < _attrwidgets[_current_type].size(); ++i)
806 _attrwidgets[_current_type][i]->set_from_attribute(ob);
812 return _current_type;
817 _current_type = t;
991 _attrwidgets[_current_type].push_back(a);
1010 _groups[_current_type]->pack_start(*hb);
1020 int _current_type, _max_type member in class:Inkscape::UI::Dialog::FilterEffectsDialog::Settings
[all...]

Completed in 20 milliseconds