1 #ifndef MUSICMOVINGCLICKEDSLIDER_H
2 #define MUSICMOVINGCLICKEDSLIDER_H
45 inline void setMoving(
bool m) noexcept { m_isMoving = m; }
51 void sliderReleasedAt(
int pos);
57 void setValue(
int value);
71 #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
#define TTK_DECLARE_MODULE(Class)
bool isMoving() const noexcept
void setMoving(bool m) noexcept
The class of the slider moving clicked slider.
virtual void mouseReleaseEvent(QMouseEvent *event) override