summaryrefslogtreecommitdiff
path: root/mg_playlist.h
diff options
context:
space:
mode:
authorlvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b>2004-10-06 06:28:44 +0000
committerlvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b>2004-10-06 06:28:44 +0000
commitebdf27d9e7c5d167101adf3c9df5efe3d7d52586 (patch)
tree6dd53ed3300743ebadc98c6cce602d946e45a5ab /mg_playlist.h
parent05f0b754ac1e951a65f6301b2749025ebe5d5849 (diff)
downloadvdr-plugin-muggle-ebdf27d9e7c5d167101adf3c9df5efe3d7d52586.tar.gz
vdr-plugin-muggle-ebdf27d9e7c5d167101adf3c9df5efe3d7d52586.tar.bz2
Added more stuff to mg_database and added status display for gLCD
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@203 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'mg_playlist.h')
-rw-r--r--mg_playlist.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/mg_playlist.h b/mg_playlist.h
index 30443f4..e7c428d 100644
--- a/mg_playlist.h
+++ b/mg_playlist.h
@@ -128,7 +128,10 @@ public:
virtual void setListname(std::string name);
//! \brief returns the count of items in the list
- int count();
+ int getCount();
+
+ //! \brief returns current index in the playlist
+ int getIndex() const;
/*! \brief returns the nth track from the playlist
*