Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_curve_widget_p.h File Reference
#include <kis_cubic_curve.h>
#include <QApplication>
#include <QPalette>

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 }
 

Macro Definition Documentation

◆ div2_round

#define div2_round ( x)    (((x)+1)>>1)

Definition at line 177 of file kis_curve_widget_p.h.

◆ div4_round

#define div4_round ( x)    (((x)+2)>>2)

Definition at line 178 of file kis_curve_widget_p.h.

Enumeration Type Documentation

◆ enumState

enum enumState
Enumerator
ST_NORMAL 
ST_DRAG 

Definition at line 13 of file kis_curve_widget_p.h.

13 {
16};
@ ST_DRAG
@ ST_NORMAL