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

Public Member Functions

 Private ()
 

Public Attributes

KisShapeLayerCanvasBasecanvas
 
KoShapeControllerBasecontroller
 
KisSignalAutoConnectionsStore imageConnections
 
bool isAntialiased
 
KisPaintDeviceSP paintDevice
 
int x
 
int y
 

Detailed Description

Definition at line 124 of file kis_shape_layer.cc.

Constructor & Destructor Documentation

◆ Private()

KisShapeLayer::Private::Private ( )
inline

Definition at line 127 of file kis_shape_layer.cc.

128 : canvas(0)
129 , controller(0)
130 , x(0)
131 , y(0)
132 , isAntialiased(true)
133 {}
KisShapeLayerCanvasBase * canvas
KoShapeControllerBase * controller

Member Data Documentation

◆ canvas

KisShapeLayerCanvasBase* KisShapeLayer::Private::canvas

Definition at line 136 of file kis_shape_layer.cc.

◆ controller

KoShapeControllerBase* KisShapeLayer::Private::controller

Definition at line 137 of file kis_shape_layer.cc.

◆ imageConnections

KisSignalAutoConnectionsStore KisShapeLayer::Private::imageConnections

Definition at line 141 of file kis_shape_layer.cc.

◆ isAntialiased

bool KisShapeLayer::Private::isAntialiased

Definition at line 140 of file kis_shape_layer.cc.

◆ paintDevice

KisPaintDeviceSP KisShapeLayer::Private::paintDevice

Definition at line 135 of file kis_shape_layer.cc.

◆ x

int KisShapeLayer::Private::x

Definition at line 138 of file kis_shape_layer.cc.

◆ y

int KisShapeLayer::Private::y

Definition at line 139 of file kis_shape_layer.cc.


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