Searched defs:setProgrammatically (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/ui/widget/ |
H A D | text.h | 61 bool setProgrammatically; // true if the value was set by setValue, not changed by the user; member in class:Inkscape::UI::Widget::Text
|
H A D | scalar.h | 163 bool setProgrammatically; member in class:Inkscape::UI::Widget::Scalar
|
H A D | combo-enums.h | 43 : AttrWidget(a, (unsigned int)default_value), setProgrammatically(false), _converter(c) 71 : AttrWidget(a, (unsigned int) 0), setProgrammatically(false), _converter(c) 105 setProgrammatically = true; 143 setProgrammatically = true; 156 setProgrammatically = true; 160 bool setProgrammatically; member in class:Inkscape::UI::Widget::ComboBoxEnum
|
H A D | point.cpp | 155 bool Point::setProgrammatically() function in class:Inkscape::UI::Widget::Point 157 return (xwidget.setProgrammatically || ywidget.setProgrammatically); 162 xwidget.setProgrammatically = false; 163 ywidget.setProgrammatically = false;
|
H A D | registered-widget.h | 157 bool setProgrammatically; // true if the value was set by setActive, not changed by the user; member in class:Inkscape::UI::Widget::RegisteredCheckButton 182 bool setProgrammatically; // true if the value was set by setActive, not changed by the user; member in class:Inkscape::UI::Widget::RegisteredToggleButton 301 bool setProgrammatically; // true if the value was set by setValue, not changed by the user; member in class:Inkscape::UI::Widget::RegisteredSuffixedInteger 324 bool setProgrammatically; // true if the value was set by setValue, not changed by the user; member in class:Inkscape::UI::Widget::RegisteredRadioButtonPair
|
Completed in 13 milliseconds