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

Static Public Member Functions

static bool compareTo (PointerType p1, PointerType p2)
 
- Static Public Member Functions inherited from CheckShapeStrokeStyleBasePolicy
static PointerType getProperty (KoShape *shape)
 

Additional Inherited Members

- Public Types inherited from CheckShapeStrokeStyleBasePolicy
typedef KoShapeStrokeSP PointerType
 

Detailed Description

Definition at line 615 of file KoStrokeConfigWidget.cpp.

Member Function Documentation

◆ compareTo()

static bool CheckShapeStrokeCapJoinPolicy::compareTo ( PointerType p1,
PointerType p2 )
inlinestatic

Definition at line 617 of file KoStrokeConfigWidget.cpp.

617 {
618 return p1->capStyle() == p2->capStyle() &&
619 p1->joinStyle() == p2->joinStyle() &&
620 p1->miterLimit() == p2->miterLimit();
621 }
QPointF p2
QPointF p1

References p1, and p2.


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