Searched refs:_spinning (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/extension/internal/ | ||
H A D | cdr-input.cpp | 92 bool _spinning; // whether SpinButton is pressed (i.e. we're "spinning") member in class:Inkscape::Extension::Internal::CdrImportDialog 96 : _vec(vec), _current_page(1), _spinning(false) 198 _spinning = true; 203 _spinning = false; 212 if (_spinning) { |
H A D | vsd-input.cpp | 93 bool _spinning; // whether SpinButton is pressed (i.e. we're "spinning") member in class:Inkscape::Extension::Internal::VsdImportDialog 97 : _vec(vec), _current_page(1), _spinning(false) 201 _spinning = true; 206 _spinning = false; 215 if (_spinning) { |
Completed in 15 milliseconds