diff options
author | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-02-02 19:42:37 +0000 |
---|---|---|
committer | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-02-02 19:42:37 +0000 |
commit | 9655ee972793a013efd5af1cf9000e7109533a95 (patch) | |
tree | 06f7ec7664d1997d1a8a8e48908264a9f068168e /vdr_menu.h | |
parent | 531f6fef17eb573f8cfc64b1da32c9a98b4ccac1 (diff) | |
download | vdr-plugin-muggle-9655ee972793a013efd5af1cf9000e7109533a95.tar.gz vdr-plugin-muggle-9655ee972793a013efd5af1cf9000e7109533a95.tar.bz2 |
Added positioning of menubar when collapsing nodes.
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@19 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'vdr_menu.h')
-rw-r--r-- | vdr_menu.h | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -2,12 +2,15 @@ /*! \file vdr_menu.h * \brief Implements menu handling for broswing media libraries within VDR ******************************************************************** - * \version $Revision: 1.3 $ - * \date $Date: 2004/02/02 19:17:44 $ + * \version $Revision: 1.4 $ + * \date $Date: 2004/02/02 19:42:37 $ * \author Ralf Klueber, Lars von Wedel, Andreas Kellner * \author file owner: $Author: LarsAC $ * * $Log: vdr_menu.h,v $ + * Revision 1.4 2004/02/02 19:42:37 LarsAC + * Added positioning of menubar when collapsing nodes. + * * Revision 1.3 2004/02/02 19:17:44 LarsAC * Added generic filter handling to OSD * @@ -43,13 +46,9 @@ class mgMenuTreeItem : public cOsdItem void Set(); - void setChildIndex( int index ); - int getChildIndex( ); - private: mgSelectionTreeNode *m_node; - int m_child_index; }; @@ -102,7 +101,7 @@ class mgMainMenu : public cOsdMenu MuggleStatus m_state; - std::list<int> m_indices; + std::list<int> m_history; }; #endif |