|
Krita Source Code Documentation
|
Go to the source code of this file.
Classes | |
| class | KisCurveWidgetControlsManager< SpinBox > |
| class | KisCurveWidgetControlsManagerBase |
| struct | detail::value_of_spin_box< QDoubleSpinBox > |
| struct | detail::value_of_spin_box< QSpinBox > |
Namespaces | |
| namespace | detail |
Typedefs | |
| using | KisCurveWidgetControlsManagerDouble = KisCurveWidgetControlsManager<QDoubleSpinBox> |
| using | KisCurveWidgetControlsManagerInt = KisCurveWidgetControlsManager<QSpinBox> |
| template<typename SpinBox > | |
| using | detail::value_of_spin_box_t = typename value_of_spin_box<SpinBox>::type |
| using KisCurveWidgetControlsManagerDouble = KisCurveWidgetControlsManager<QDoubleSpinBox> |
Definition at line 102 of file KisCurveWidgetControlsManager.h.
| using KisCurveWidgetControlsManagerInt = KisCurveWidgetControlsManager<QSpinBox> |
Definition at line 101 of file KisCurveWidgetControlsManager.h.