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

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 606 of file KoStrokeConfigWidget.cpp.

Member Function Documentation

◆ compareTo()

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

Definition at line 608 of file KoStrokeConfigWidget.cpp.

608 {
609 return p1->lineStyle() == p2->lineStyle() &&
610 p1->lineDashes() == p2->lineDashes() &&
611 p1->dashOffset() == p2->dashOffset();
612 }
QPointF p2
QPointF p1

References p1, and p2.


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