Add ImageRingList::setFile()
This commit is contained in:
+3
-2
@@ -38,8 +38,9 @@ class ImageRingList : public QObject
|
||||
QList<ImagePtr>::iterator m_lastImage;
|
||||
public:
|
||||
explicit ImageRingList(QObject *parent = 0);
|
||||
bool setDir(const QString path);
|
||||
void setFiles(const QStringList files);
|
||||
bool setDir(const QString path, const QString ¤tFile = QString());
|
||||
void setFiles(const QStringList files, const QString ¤tFile = QString());
|
||||
void setFile(const QString &file);
|
||||
ImagePtr currentImage();
|
||||
void increment();
|
||||
void decrement();
|
||||
|
||||
Reference in New Issue
Block a user