|
Krita Source Code Documentation
|
#include <KoInteractionTool_p.h>
Inheritance diagram for KoInteractionToolPrivate:Public Member Functions | |
| KoInteractionToolPrivate (KoToolBase *qq, KoCanvasBase *canvas) | |
| ~KoInteractionToolPrivate () | |
Public Member Functions inherited from KoToolBasePrivate | |
| void | connectSignals () |
| KoToolBasePrivate (KoToolBase *qq, KoCanvasBase *canvas_) | |
| virtual | ~KoToolBasePrivate () |
Public Attributes | |
| KoInteractionStrategy * | currentStrategy |
| QList< QSharedPointer< KoInteractionStrategyFactory > > | interactionFactories |
| QPointF | lastPoint |
Public Attributes inherited from KoToolBasePrivate | |
| KoCanvasBase * | canvas |
| the canvas interface this tool will work for. | |
| QCursor | currentCursor |
| KoToolFactoryBase * | factory {0} |
| bool | isActivated |
| bool | isInTextMode |
| bool | isOpacityPresetMode {false} |
| Whether the opacity is preset or tool. | |
| QRectF | lastDecorationsRect |
| bool | maskSyntheticEvents {false} |
| Whether this tool masks synthetic events. | |
| QList< QPointer< QWidget > > | optionWidgets |
| the optionwidgets associated with this tool | |
| bool | optionWidgetsCreated {false} |
| KoToolBase * | q |
| ToolCanvasResources | toolCanvasResources |
Definition at line 15 of file KoInteractionTool_p.h.
|
inline |
Definition at line 18 of file KoInteractionTool_p.h.
|
inline |
Definition at line 24 of file KoInteractionTool_p.h.
References currentStrategy.
| KoInteractionStrategy* KoInteractionToolPrivate::currentStrategy |
Definition at line 29 of file KoInteractionTool_p.h.
| QList<QSharedPointer<KoInteractionStrategyFactory> > KoInteractionToolPrivate::interactionFactories |
Definition at line 30 of file KoInteractionTool_p.h.
| QPointF KoInteractionToolPrivate::lastPoint |
Definition at line 28 of file KoInteractionTool_p.h.