Searched refs:_max_types (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)
773 _groups.resize(_max_types);
774 _attrwidgets.resize(_max_types);
777 for(int i = 0; i < _max_types; ++i) {
786 for(int i = 0; i < _max_types; ++i) {
1020 int _current_type, _max_types; member in class:Inkscape::UI::Dialog::FilterEffectsDialog::Settings

Completed in 23 milliseconds