reset the colorformat after av input switch to workaround a bug in the avs driver
[enigma2.git] / lib / dvb_ci / dvbci_ui.h
index 7d45bfaad16aa988b248c11decf5bc94319978dd..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);
@@ -27,15 +31,18 @@ public:
        int startMMI(int slot);
        int stopMMI(int slot);
        int availableMMI(int slot);
+       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);