predeclare eListbox because it is used by iListboxContent
[vuplus_dvbapp] / lib / gui / elistbox.h
index 0e185b4..df1c691 100644 (file)
@@ -4,6 +4,7 @@
 #include <lib/gui/ewidget.h>
 #include <connection.h>
 
+class eListbox;
 class eSlider;
 
 class iListboxContent: public iObject
@@ -72,7 +73,8 @@ public:
                moveEnd,
                justCheck
        }; */
-       
+
+       int getCurrentIndex();
        void moveSelection(int how);
        void moveSelectionTo(int index);