|
Krita Source Code Documentation
|
Go to the source code of this file.
Classes | |
| class | KisCurveWidget |
Macros | |
| #define | div2_round(x) (((x)+1)>>1) |
| #define | div4_round(x) (((x)+2)>>2) |
Enumerations | |
| enum | enumState { ST_NORMAL , ST_DRAG } |
| #define div2_round | ( | x | ) | (((x)+1)>>1) |
Definition at line 177 of file kis_curve_widget_p.h.
| #define div4_round | ( | x | ) | (((x)+2)>>2) |
Definition at line 178 of file kis_curve_widget_p.h.
| enum enumState |
| Enumerator | |
|---|---|
| ST_NORMAL | |
| ST_DRAG | |
Definition at line 13 of file kis_curve_widget_p.h.