Python class for redirection of stdin to an input dialog of Qt. More...
#include <PythonConsolePy.h>
Public Member Functions | |
| PythonStdin (PythonConsole *pc) | |
| Py::Object | readline (const Py::Tuple &) |
| Py::Object | repr () |
| ~PythonStdin () | |
Static Public Member Functions | |
| static void | init_type (void) |
Python class for redirection of stdin to an input dialog of Qt.
| PythonStdin::PythonStdin | ( | PythonConsole * | pc | ) |
| PythonStdin::~PythonStdin | ( | ) |
|
static |
References readline().
Referenced by Gui::Application::Application().
| Py::Object PythonStdin::readline | ( | const Py::Tuple & | ) |
References Gui::PythonConsole::readline().
Referenced by init_type().
| Py::Object PythonStdin::repr | ( | ) |