Add actions for peak and star find
This commit is contained in:
+4
-2
@@ -46,7 +46,7 @@ class ImageRingList : public QObject
|
||||
QList<ImagePtr>::iterator m_lastImage;
|
||||
QFileSystemWatcher m_fileSystemWatcher;
|
||||
bool m_liveMode;
|
||||
bool m_calculateStats;
|
||||
AnalyzeLevel m_analyzeLevel;
|
||||
public:
|
||||
explicit ImageRingList(QObject *parent = 0);
|
||||
~ImageRingList();
|
||||
@@ -57,7 +57,9 @@ public:
|
||||
void decrement();
|
||||
void setLiveMode(bool live);
|
||||
void setCalculateStats(bool stats);
|
||||
bool calculateStats() const;
|
||||
void setFindPeaks(bool findPeaks);
|
||||
void setFindStars(bool findStars);
|
||||
AnalyzeLevel analyzeLevel() const;
|
||||
protected:
|
||||
void setFiles(const QStringList files, const QString ¤tFile = QString());
|
||||
QList<ImagePtr>::iterator increment(QList<ImagePtr>::iterator iter);
|
||||
|
||||
Reference in New Issue
Block a user