diff options
author | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-10-06 06:28:44 +0000 |
---|---|---|
committer | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-10-06 06:28:44 +0000 |
commit | ebdf27d9e7c5d167101adf3c9df5efe3d7d52586 (patch) | |
tree | 6dd53ed3300743ebadc98c6cce602d946e45a5ab /mg_playlist.h | |
parent | 05f0b754ac1e951a65f6301b2749025ebe5d5849 (diff) | |
download | vdr-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.h | 5 |
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 * |