|
Krita Source Code Documentation
|
#include <KoShapeRubberSelectStrategy_p.h>
Inheritance diagram for KoShapeRubberSelectStrategyPrivate:Public Member Functions | |
| KoShapeRubberSelectStrategyPrivate (KoToolBase *owner) | |
| QRectF | selectedRect () const |
| ~KoShapeRubberSelectStrategyPrivate () | |
Public Member Functions inherited from KoInteractionStrategyPrivate | |
| KoInteractionStrategyPrivate (KoToolBase *t) | |
| virtual | ~KoInteractionStrategyPrivate () |
Public Attributes | |
| QPointF | lastPos |
| QRectF | selectRect |
| KoSnapGuide * | snapGuide |
Public Attributes inherited from KoInteractionStrategyPrivate | |
| KoToolBase * | tool |
| the KoToolBase instance that controls this strategy. | |
Definition at line 13 of file KoShapeRubberSelectStrategy_p.h.
|
inlineexplicit |
Definition at line 16 of file KoShapeRubberSelectStrategy_p.h.
|
inline |
Definition at line 22 of file KoShapeRubberSelectStrategy_p.h.
References snapGuide.
|
inline |
Return the rectangle that the user dragged. The rectangle is normalized and immutable.
Definition at line 32 of file KoShapeRubberSelectStrategy_p.h.
References selectRect.
| QPointF KoShapeRubberSelectStrategyPrivate::lastPos |
Definition at line 37 of file KoShapeRubberSelectStrategy_p.h.
| QRectF KoShapeRubberSelectStrategyPrivate::selectRect |
Definition at line 36 of file KoShapeRubberSelectStrategy_p.h.
| KoSnapGuide* KoShapeRubberSelectStrategyPrivate::snapGuide |
Definition at line 38 of file KoShapeRubberSelectStrategy_p.h.