14 enum class PointType {
20 void install_mousepoint(
const QPoint& point, PointType pointType);
21 void install_mousepoint(QPoint&& point, PointType pointType);
25 std::shared_ptr<MouseRecorder> recorder;
26 QList<std::shared_ptr<MouseProcessor>> processor_recorders;