Krita Source Code Documentation
Loading...
Searching...
No Matches
MyPaintSensorData Struct Reference

#include <MyPaintSensorPack.h>

+ Inheritance diagram for MyPaintSensorData:

Public Member Functions

 MyPaintSensorData ()
 

Public Attributes

MyPaintSensorDataWithRange sensorAscension
 
MyPaintSensorDataWithRange sensorCustom
 
MyPaintSensorDataWithRange sensorDeclination
 
MyPaintSensorDataWithRange sensorDirection
 
MyPaintSensorDataWithRange sensorFineSpeed
 
MyPaintSensorDataWithRange sensorGrossSpeed
 
MyPaintSensorDataWithRange sensorPressure
 
MyPaintSensorDataWithRange sensorRandom
 
MyPaintSensorDataWithRange sensorStroke
 

Friends

bool operator== (const MyPaintSensorData &lhs, const MyPaintSensorData &rhs)
 

Detailed Description

Definition at line 45 of file MyPaintSensorPack.h.

Constructor & Destructor Documentation

◆ MyPaintSensorData()

MyPaintSensorData::MyPaintSensorData ( )

Definition at line 131 of file MyPaintSensorPack.cpp.

141{
143}
const KoID MyPaintDeclinationId("mypaint_tilt_declination", ki18nc("Pen tilt declination", "Declination"))
const KoID MyPaintCustomId("mypaint_custom", ki18n("Custom"))
const KoID MyPaintDirectionId("mypaint_direction", ki18nc("Drawing Angle", "Direction"))
const KoID MyPaintAscensionId("mypaint_tilt_ascension", ki18nc("Pen tilt ascension", "Ascension"))
const KoID MyPaintPressureId("mypaint_pressure", ki18n("Pressure"))
const KoID MyPaintStrokeId("mypaint_stroke", ki18nc("The duration of a brush stroke", "Stroke"))
const KoID MyPaintRandomId("mypaint_random", ki18n("Random"))
const KoID MyPaintGrossSpeedId("mypaint_speed2", ki18n("Gross Speed"))
const KoID MyPaintFineSpeedId("mypaint_speed1", ki18n("Fine Speed"))
MyPaintSensorDataWithRange sensorCustom
MyPaintSensorDataWithRange sensorAscension
MyPaintSensorDataWithRange sensorDirection
MyPaintSensorDataWithRange sensorFineSpeed
MyPaintSensorDataWithRange sensorRandom
MyPaintSensorDataWithRange sensorStroke
MyPaintSensorDataWithRange sensorGrossSpeed
MyPaintSensorDataWithRange sensorPressure
MyPaintSensorDataWithRange sensorDeclination

References KisSensorData::isActive, and sensorPressure.

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( const MyPaintSensorData & lhs,
const MyPaintSensorData & rhs )
friend

Definition at line 49 of file MyPaintSensorPack.h.

49 {
50 return lhs.sensorPressure == rhs.sensorPressure &&
53 lhs.sensorRandom == rhs.sensorRandom &&
54 lhs.sensorStroke == rhs.sensorStroke &&
58 lhs.sensorCustom == rhs.sensorCustom;
59 }

Member Data Documentation

◆ sensorAscension

MyPaintSensorDataWithRange MyPaintSensorData::sensorAscension

Definition at line 68 of file MyPaintSensorPack.h.

◆ sensorCustom

MyPaintSensorDataWithRange MyPaintSensorData::sensorCustom

Definition at line 69 of file MyPaintSensorPack.h.

◆ sensorDeclination

MyPaintSensorDataWithRange MyPaintSensorData::sensorDeclination

Definition at line 67 of file MyPaintSensorPack.h.

◆ sensorDirection

MyPaintSensorDataWithRange MyPaintSensorData::sensorDirection

Definition at line 66 of file MyPaintSensorPack.h.

◆ sensorFineSpeed

MyPaintSensorDataWithRange MyPaintSensorData::sensorFineSpeed

Definition at line 62 of file MyPaintSensorPack.h.

◆ sensorGrossSpeed

MyPaintSensorDataWithRange MyPaintSensorData::sensorGrossSpeed

Definition at line 63 of file MyPaintSensorPack.h.

◆ sensorPressure

MyPaintSensorDataWithRange MyPaintSensorData::sensorPressure

Definition at line 61 of file MyPaintSensorPack.h.

◆ sensorRandom

MyPaintSensorDataWithRange MyPaintSensorData::sensorRandom

Definition at line 64 of file MyPaintSensorPack.h.

◆ sensorStroke

MyPaintSensorDataWithRange MyPaintSensorData::sensorStroke

Definition at line 65 of file MyPaintSensorPack.h.


The documentation for this struct was generated from the following files: