1 #ifndef MUSICMOVINGCLICKEDSLIDER_H
2 #define MUSICMOVINGCLICKEDSLIDER_H
44 inline void setMoving(
bool m) noexcept { m_isMoving = m; }
50 void sliderReleasedAt(
int pos);
56 void setValue(
int value);
70 #endif // MUSICMOVINGCLICKEDSLIDER_H
#define TTK_MODULE_EXPORT
virtual void mouseMoveEvent(QMouseEvent *event) override
The class of the slider that can clicked any position.
virtual void mousePressEvent(QMouseEvent *event) override
bool isMoving() const noexcept
void setMoving(bool m) noexcept
The class of the slider moving clicked slider.
virtual void mouseReleaseEvent(QMouseEvent *event) override