Krita Source Code Documentation
Loading...
Searching...
No Matches
KisToolLineHelper::Private Struct Reference

Public Member Functions

 Private (KisPaintingInformationBuilder *_infoBuilder)
 

Public Attributes

bool enabled
 
KisPaintingInformationBuilderinfoBuilder
 
QVector< KisPaintInformationlinePoints
 
bool useSensors
 

Detailed Description

Definition at line 18 of file kis_tool_line_helper.cpp.

Constructor & Destructor Documentation

◆ Private()

KisToolLineHelper::Private::Private ( KisPaintingInformationBuilder * _infoBuilder)
inline

Definition at line 20 of file kis_tool_line_helper.cpp.

21 : infoBuilder(_infoBuilder),
22 useSensors(true),
23 enabled(true)
24 {
25 }
KisPaintingInformationBuilder * infoBuilder

Member Data Documentation

◆ enabled

bool KisToolLineHelper::Private::enabled

Definition at line 30 of file kis_tool_line_helper.cpp.

◆ infoBuilder

KisPaintingInformationBuilder* KisToolLineHelper::Private::infoBuilder

Definition at line 28 of file kis_tool_line_helper.cpp.

◆ linePoints

QVector<KisPaintInformation> KisToolLineHelper::Private::linePoints

Definition at line 27 of file kis_tool_line_helper.cpp.

◆ useSensors

bool KisToolLineHelper::Private::useSensors

Definition at line 29 of file kis_tool_line_helper.cpp.


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