|
Krita Source Code Documentation
|
#include <kis_delegated_tool.h>
Inheritance diagram for KisDelegatedTool< BaseClass, DelegateTool, ActivationPolicy >:Public Member Functions | |
| void | activate (const QSet< KoShape * > &shapes) override |
| QList< QPointer< QWidget > > | createOptionWidgets () override |
| void | deactivate () override |
| KisDelegatedTool (KoCanvasBase *canvas, const QCursor &cursor, DelegateTool *delegateTool) | |
| DelegateTool * | localTool () const |
| void | mouseDoubleClickEvent (KoPointerEvent *event) override |
| void | mouseMoveEvent (KoPointerEvent *event) override |
| void | mousePressEvent (KoPointerEvent *event) override |
| void | mouseReleaseEvent (KoPointerEvent *event) override |
| void | paint (QPainter &painter, const KoViewConverter &converter) override |
Protected Attributes | |
| QScopedPointer< DelegateTool > | m_localTool |
Definition at line 28 of file kis_delegated_tool.h.
|
inline |
Definition at line 31 of file kis_delegated_tool.h.
|
inlineoverride |
Definition at line 43 of file kis_delegated_tool.h.
References KisInputManager::attachPriorityEventFilter(), and KisDelegatedTool< BaseClass, DelegateTool, ActivationPolicy >::m_localTool.
|
inlineoverride |
Definition at line 123 of file kis_delegated_tool.h.
References KisOptionCollectionWidget::appendWidget(), KisOptionCollectionWidgetWithHeader::appendWidget(), and KisDelegatedTool< BaseClass, DelegateTool, ActivationPolicy >::m_localTool.
|
inlineoverride |
Definition at line 55 of file kis_delegated_tool.h.
References KisInputManager::detachPriorityEventFilter(), and KisDelegatedTool< BaseClass, DelegateTool, ActivationPolicy >::m_localTool.
|
inline |
Definition at line 39 of file kis_delegated_tool.h.
References KisDelegatedTool< BaseClass, DelegateTool, ActivationPolicy >::m_localTool.
|
inlineoverride |
Definition at line 82 of file kis_delegated_tool.h.
References KisTool::HOVER_MODE, KisDelegatedTool< BaseClass, DelegateTool, ActivationPolicy >::m_localTool, and PRESS_CONDITION_OM.
|
inlineoverride |
Definition at line 96 of file kis_delegated_tool.h.
References KisDelegatedTool< BaseClass, DelegateTool, ActivationPolicy >::m_localTool.
|
inlineoverride |
Definition at line 66 of file kis_delegated_tool.h.
References KisTool::HOVER_MODE, KisDelegatedTool< BaseClass, DelegateTool, ActivationPolicy >::m_localTool, KisTool::PAINT_MODE, and PRESS_CONDITION_OM.
|
inlineoverride |
Definition at line 104 of file kis_delegated_tool.h.
References KoPointerEvent::button(), KisTool::HOVER_MODE, KisDelegatedTool< BaseClass, DelegateTool, ActivationPolicy >::m_localTool, and KisTool::PAINT_MODE.
|
inlineoverride |
Definition at line 117 of file kis_delegated_tool.h.
References KisDelegatedTool< BaseClass, DelegateTool, ActivationPolicy >::m_localTool.
|
protected |
Definition at line 152 of file kis_delegated_tool.h.