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

Member Function Documentation

◆ compareTo()

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

Definition at line 611 of file KoStrokeConfigWidget.cpp.

611 {
612 return p1->lineStyle() == p2->lineStyle() &&
613 p1->lineDashes() == p2->lineDashes() &&
614 p1->dashOffset() == p2->dashOffset();
615 }
QPointF p2
QPointF p1

References p1, and p2.


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