Mercurial > hg > easaier-soundaccess
diff sv/main/EasaierSessionManager.h @ 143:97fd6148fb8e
support related media display and loading
author | lbajardsilogic |
---|---|
date | Tue, 13 Nov 2007 10:07:49 +0000 |
parents | dd06af61a4ff |
children | c4e897bf012b |
line wrap: on
line diff
--- a/sv/main/EasaierSessionManager.h Mon Nov 12 14:50:15 2007 +0000 +++ b/sv/main/EasaierSessionManager.h Tue Nov 13 10:07:49 2007 +0000 @@ -45,7 +45,9 @@ MODEL = 2, // load a model in a existing layer METADATA = 3, // load the model and create an associated layer QUERY_CONFIG = 4, // config of the queries - QUERY_RESULTS = 5 // query results + QUERY_RESULTS = 5, // query results + RELATED_MEDIA_LIST = 6, // related media list + RELATED_MEDIA = 7 // related media }; inline FileType getFileType() const {return m_type;} @@ -84,6 +86,9 @@ /*import metadata info in a new layer*/ void importMetadata(const QString& filename, Pane* pane); + /*load all the related media from the list*/ + void importRelatedMedia(std::list<QString> *relMediaList); + /* load the appropriate metadata (needed by opened layers) of an audio file */