Krita Source Code Documentation
Loading...
Searching...
No Matches
MyPaintSensorPack.h File Reference
#include <boost/operators.hpp>
#include <KisSensorData.h>
#include <KisSensorPackInterface.h>

Go to the source code of this file.

Classes

struct  MyPaintSensorData
 
struct  MyPaintSensorDataWithRange
 
class  MyPaintSensorPack
 

Functions

const KoID MyPaintAscensionId ("mypaint_tilt_ascension", ki18nc("Pen tilt ascension", "Ascension"))
 
const KoID MyPaintCustomId ("mypaint_custom", ki18n("Custom"))
 
const KoID MyPaintDeclinationId ("mypaint_tilt_declination", ki18nc("Pen tilt declination", "Declination"))
 
const KoID MyPaintDirectionId ("mypaint_direction", ki18nc("Drawing Angle", "Direction"))
 
const KoID MyPaintFineSpeedId ("mypaint_speed1", ki18n("Fine Speed"))
 
const KoID MyPaintGrossSpeedId ("mypaint_speed2", ki18n("Gross Speed"))
 
const KoID MyPaintPressureId ("mypaint_pressure", ki18n("Pressure"))
 
const KoID MyPaintRandomId ("mypaint_random", ki18n("Random"))
 
const KoID MyPaintStrokeId ("mypaint_stroke", ki18nc("The duration of a brush stroke", "Stroke"))
 

Variables

const QString MYPAINT_JSON = "MyPaint/json"
 

Function Documentation

◆ MyPaintAscensionId()

const KoID MyPaintAscensionId ( "mypaint_tilt_ascension" ,
ki18nc("Pen tilt ascension", "Ascension")  )

◆ MyPaintCustomId()

const KoID MyPaintCustomId ( "mypaint_custom" ,
ki18n("Custom")  )

◆ MyPaintDeclinationId()

const KoID MyPaintDeclinationId ( "mypaint_tilt_declination" ,
ki18nc("Pen tilt declination", "Declination")  )

◆ MyPaintDirectionId()

const KoID MyPaintDirectionId ( "mypaint_direction" ,
ki18nc("Drawing Angle", "Direction")  )

◆ MyPaintFineSpeedId()

const KoID MyPaintFineSpeedId ( "mypaint_speed1" ,
ki18n("Fine Speed")  )

◆ MyPaintGrossSpeedId()

const KoID MyPaintGrossSpeedId ( "mypaint_speed2" ,
ki18n("Gross Speed")  )

◆ MyPaintPressureId()

const KoID MyPaintPressureId ( "mypaint_pressure" ,
ki18n("Pressure")  )

◆ MyPaintRandomId()

const KoID MyPaintRandomId ( "mypaint_random" ,
ki18n("Random")  )

◆ MyPaintStrokeId()

const KoID MyPaintStrokeId ( "mypaint_stroke" ,
ki18nc("The duration of a brush stroke", "Stroke")  )

Variable Documentation

◆ MYPAINT_JSON

const QString MYPAINT_JSON = "MyPaint/json"

Definition at line 15 of file MyPaintSensorPack.h.