X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fjogshuttle.h;h=2c28d88fc1238e1d6e9b78d1610a9a7002410153;hb=daeb7e290bcadae72e34ea8f84aed02908bcc839;hp=5e9e269ecf8e4649742b6fc7da9222096a145184;hpb=c42a026234a44a2d766e57bc64a6ac7bbd094000;p=kdenlive diff --git a/src/jogshuttle.h b/src/jogshuttle.h index 5e9e269e..2c28d88f 100644 --- a/src/jogshuttle.h +++ b/src/jogshuttle.h @@ -37,15 +37,15 @@ public: void init(QObject *parent, QString device); QObject *m_parent; int shuttlevalue; + bool shuttlechange; unsigned short jogvalue; bool isWorking(); bool stop_me; + QString m_device; private: - QString m_device; bool m_isWorking; void handle_event(EV ev); - void jogshuttle(unsigned short code, unsigned int value); void jog(unsigned int value); void shuttle(int value); void key(unsigned short code, unsigned int value); @@ -67,11 +67,9 @@ private: ShuttleThread m_shuttleProcess; signals: - void rewind1(); - void forward1(); - void rewind(double); - void forward(double); - void stop(); + void jogBack(); + void jogForward(); + void shuttlePos(int); void button(int); };