Public Types | |
enum | CopyType { Normal, History, Command } |
enum | Output { Error = 20, Message = 21 } |
Public Member Functions | |
PythonConsoleP () | |
Public Attributes | |
PyObject * | _stderrPy |
PyObject * | _stdin |
PyObject * | _stdinPy |
PyObject * | _stdoutPy |
CallTipsList * | callTipsList |
QMap< QString, QColor > | colormap |
QString | error |
ConsoleHistory | history |
bool | interactive |
InteractiveInterpreter * | interpreter |
QString | output |
QStringList | statements |
CopyType | type |
Definition at line 59 of file PythonConsole.cpp.
Definition at line 62 of file PythonConsole.cpp.
Definition at line 61 of file PythonConsole.cpp.
Gui::PythonConsoleP::PythonConsoleP | ( | ) | [inline] |
Definition at line 72 of file PythonConsole.cpp.
References colormap, interpreter, Normal, and type.
Definition at line 64 of file PythonConsole.cpp.
Referenced by Gui::PythonConsole::PythonConsole(), and Gui::PythonConsole::~PythonConsole().
Definition at line 64 of file PythonConsole.cpp.
Referenced by Gui::PythonConsole::PythonConsole().
Definition at line 64 of file PythonConsole.cpp.
Referenced by Gui::PythonConsole::PythonConsole(), and Gui::PythonConsole::~PythonConsole().
Definition at line 64 of file PythonConsole.cpp.
Referenced by Gui::PythonConsole::PythonConsole(), and Gui::PythonConsole::~PythonConsole().
Definition at line 66 of file PythonConsole.cpp.
Referenced by Gui::PythonConsole::keyPressEvent(), and Gui::PythonConsole::PythonConsole().
QMap<QString, QColor> Gui::PythonConsoleP::colormap |
Definition at line 71 of file PythonConsole.cpp.
Referenced by Gui::PythonConsole::OnChange(), and PythonConsoleP().
QString Gui::PythonConsoleP::error |
Definition at line 68 of file PythonConsole.cpp.
Definition at line 67 of file PythonConsole.cpp.
Referenced by Gui::PythonConsole::contextMenuEvent(), Gui::PythonConsole::createMimeDataFromSelection(), Gui::PythonConsole::keyPressEvent(), Gui::PythonConsole::onCopyHistory(), Gui::PythonConsole::onSaveHistoryAs(), and Gui::PythonConsole::printStatement().
Definition at line 70 of file PythonConsole.cpp.
Referenced by Gui::PythonConsole::printStatement(), and Gui::PythonConsole::PythonConsole().
Definition at line 65 of file PythonConsole.cpp.
Referenced by Gui::PythonConsole::PythonConsole(), PythonConsoleP(), and Gui::PythonConsole::~PythonConsole().
QString Gui::PythonConsoleP::output |
Definition at line 68 of file PythonConsole.cpp.
Referenced by Gui::PythonConsole::PythonConsole().
QStringList Gui::PythonConsoleP::statements |
Definition at line 69 of file PythonConsole.cpp.
Referenced by Gui::PythonConsole::printStatement().
Definition at line 63 of file PythonConsole.cpp.
Referenced by Gui::PythonConsole::createMimeDataFromSelection(), Gui::PythonConsole::onCopyCommand(), Gui::PythonConsole::onCopyHistory(), and PythonConsoleP().