summaryrefslogtreecommitdiffstats
path: root/archiveviewwidget.h
diff options
context:
space:
mode:
authoram <am@f440f766-f032-0410-8965-dc7d17de2ca0>2009-08-15 13:59:50 +0000
committeram <am@f440f766-f032-0410-8965-dc7d17de2ca0>2009-08-15 13:59:50 +0000
commitf0eae1094e83a73b9baeebd21e0c77cce3803e19 (patch)
tree546b8593e95dba76b39a01a4946679f5222472cb /archiveviewwidget.h
parent06233888b033adc6e821331e6d1822e9807371ae (diff)
downloadSheMov-f0eae1094e83a73b9baeebd21e0c77cce3803e19.tar.gz
SheMov-f0eae1094e83a73b9baeebd21e0c77cce3803e19.tar.bz2
SheMov-f0eae1094e83a73b9baeebd21e0c77cce3803e19.zip
-Modified MovieModel:
->FullPathRole and CoverPathRole ->maxValue of any column -Implemented move files to directory for burning -Implemented collective DVDNo change -Implemented delete from archive git-svn-id: file:///var/svn/repos2/shemov/trunk@402 f440f766-f032-0410-8965-dc7d17de2ca0
Diffstat (limited to 'archiveviewwidget.h')
-rw-r--r--archiveviewwidget.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/archiveviewwidget.h b/archiveviewwidget.h
index f07d9af..6a9823b 100644
--- a/archiveviewwidget.h
+++ b/archiveviewwidget.h
@@ -43,10 +43,14 @@ class ArchiveViewWidget : public QWidget {
void setFilter();
void setGenreFilter(const QString &filter);
void setActorFilter(const QString &filter);
+ void moveBurn();
+ void setDvdNo();
+ void deleteFromArchive();
signals:
void statusbarMessage(const QString &message);
void windowTitle(const QString &title);
+ void refreshDir(const QString &dir);
private slots:
void rowChanged(const QModelIndex &current, const QModelIndex &prev);