reset the colorformat after av input switch to workaround a bug in the avs driver
[enigma2.git] / lib / dvb_ci / dvbci_ui.h
index 38cf2379b9b865d860adc71f50a8739c250a137d..3b606d603e103c037fe2373e111dbfae6c426778 100644 (file)
@@ -11,11 +11,15 @@ class eDVBCI_UI
        int state[MAX_SLOTS];
        static eDVBCI_UI *instance;
        std::string appName;
-protected:
+#ifdef SWIG
+       eDVBCI_UI();
+       ~eDVBCI_UI();
+#endif
 public:
+#ifndef SWIG
        eDVBCI_UI();
        ~eDVBCI_UI();
-
+#endif
        static eDVBCI_UI *getInstance();
        
        int getState(int slot);
@@ -30,13 +34,15 @@ public:
        int getMMIState(int slot);
 
        int answerMenu(int slot, int answer);
-       int answerEnq(int slot, int answer, char *val);
+       int answerEnq(int slot, char *val);
+       int cancelEnq(int slot);
 
        PyObject *eDVBCI_UI::getMMIScreen(int slot);
        PyObject *mmiScreen;
        int mmiTuplePos;
        int mmiScreenReady;
-       
+
+       int mmiScreenEnq(int slot, int blind, int answerLen, char *text);
        int mmiScreenBegin(int slot, int listmenu);
        int mmiScreenAddText(int slot, int type, char *value);
        int mmiScreenFinish(int slot);