X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fclipmanager.h;h=2b224521a0941488aaa1c578a368a0c4ffcee83f;hb=49bda928236824dd6b0b350ab0d1468b2af28f67;hp=d84a5bc58101b16004f598cfbccc0792bbff66b5;hpb=a44557c7488d9bc598c25fe09f05ff7997bc162c;p=kdenlive diff --git a/src/clipmanager.h b/src/clipmanager.h index d84a5bc5..2b224521 100644 --- a/src/clipmanager.h +++ b/src/clipmanager.h @@ -62,7 +62,8 @@ Q_OBJECT public: void slotDeleteClip(const QString & clipId); void setThumbsProgress(const QString &message, int progress); void checkAudioThumbs(); - QList documentClipList(); + QList documentClipList() const; + QMap documentFolderList() const; int getFreeClipId(); int getFreeFolderId(); int lastClipId() const; @@ -71,6 +72,8 @@ Q_OBJECT public: void askForAudioThumb(const QString &id); QString projectFolder() const; void resetProducersList(QList prods); + void addFolder(const QString&, const QString&); + void deleteFolder(const QString&); public slots: void updatePreviewSettings(); @@ -78,6 +81,7 @@ public slots: private: // Private attributes /** the list of clips in the document */ QList m_clipList; + QMap m_folderList; QList m_audioThumbsQueue; /** the document undo stack*/ KdenliveDoc *m_doc;