|
Krita Source Code Documentation
|
#include <tablettest.h>
Inheritance diagram for TabletTester:Public Slots | |
| void | clear () |
Signals | |
| void | eventReport (const QString &msg) |
Public Member Functions | |
| TabletTester (QWidget *parent=nullptr) | |
Protected Member Functions | |
| void | mouseMoveEvent (QMouseEvent *e) override |
| void | mousePressEvent (QMouseEvent *e) override |
| void | mouseReleaseEvent (QMouseEvent *e) override |
| void | paintEvent (QPaintEvent *e) override |
| QSize | sizeHint () const override |
| void | tabletEvent (QTabletEvent *e) override |
Private Attributes | |
| bool | m_mouseDown |
| QPolygon | m_mousePath |
| KisSpeedSmoother | m_mouseSpeedSmoother |
| bool | m_tabletDown |
| QPolygon | m_tabletPath |
| KisSpeedSmoother | m_tabletSpeedSmoother |
Definition at line 15 of file tablettest.h.
| TabletTester::TabletTester | ( | QWidget * | parent = nullptr | ) |
Definition at line 14 of file tablettest.cpp.
|
slot |
Definition at line 27 of file tablettest.cpp.
References m_mousePath, and m_tabletPath.
|
signal |
|
overrideprotected |
Definition at line 72 of file tablettest.cpp.
References eventReport(), KisSpeedSmoother::getNextSpeed(), m_mousePath, and m_tabletSpeedSmoother.
|
overrideprotected |
Definition at line 60 of file tablettest.cpp.
References KisSpeedSmoother::clear(), eventReport(), KisSpeedSmoother::getNextSpeed(), m_mouseDown, m_mousePath, m_mouseSpeedSmoother, and m_tabletSpeedSmoother.
|
overrideprotected |
Definition at line 80 of file tablettest.cpp.
References eventReport(), and m_mouseDown.
|
overrideprotected |
Definition at line 34 of file tablettest.cpp.
References m_mousePath, m_tabletPath, and p.
|
overrideprotected |
Definition at line 22 of file tablettest.cpp.
|
overrideprotected |
Definition at line 87 of file tablettest.cpp.
References KisSpeedSmoother::clear(), eventReport(), KisSpeedSmoother::getNextSpeed(), m_tabletDown, m_tabletPath, and m_tabletSpeedSmoother.
|
private |
Definition at line 39 of file tablettest.h.
|
private |
Definition at line 36 of file tablettest.h.
|
private |
Definition at line 42 of file tablettest.h.
|
private |
Definition at line 40 of file tablettest.h.
|
private |
Definition at line 37 of file tablettest.h.
|
private |
Definition at line 41 of file tablettest.h.