added set single member functions to playback

This commit is contained in:
lostjared
2018-03-18 11:36:38 -07:00
parent 3d2eb4176d
commit 41c3f9bc3e
2 changed files with 8 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ private:
unsigned int red, green, blue;
unsigned int bright_, gamma_, saturation_;
bool single_mode;
int current_filter;
public:
Playback(QObject *parent = 0);
~Playback();
@@ -54,6 +55,7 @@ public:
void setStep();
void setDisplayed(bool shown);
void setIndexChanged(int pos);
void setSingleMode(bool val);
signals:
void procImage(const QImage image);
void stopRecording();