Krita Source Code Documentation
Loading...
Searching...
No Matches
CheckShapeStrokeStyleBasePolicy Struct Reference
+ Inheritance diagram for CheckShapeStrokeStyleBasePolicy:

Public Types

typedef KoShapeStrokeSP PointerType
 

Static Public Member Functions

static PointerType getProperty (KoShape *shape)
 

Detailed Description

Definition at line 598 of file KoStrokeConfigWidget.cpp.

Member Typedef Documentation

◆ PointerType

Member Function Documentation

◆ getProperty()

static PointerType CheckShapeStrokeStyleBasePolicy::getProperty ( KoShape * shape)
inlinestatic

Definition at line 601 of file KoStrokeConfigWidget.cpp.

601 {
602 return qSharedPointerDynamicCast<KoShapeStroke>(shape->stroke());
603 }
virtual KoShapeStrokeModelSP stroke() const
Definition KoShape.cpp:1067

References KoShape::stroke().


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