Public Types | |
| enum | CopyType { Normal , History , Command } |
| enum | Output { Error = 20 , Message = 21 } |
Public Member Functions | |
| PythonConsoleP () | |
Public Attributes | |
| CallTipsList * | callTipsList |
| QMap< QString, QColor > | colormap |
| QString | error |
| ParameterGrp::handle | hGrpSettings |
| ConsoleHistory | history |
| QString | historyFile |
| QString | info |
| bool | interactive |
| InteractiveInterpreter * | interpreter |
| QString | output |
| QStringList | statements |
| CopyType | type |
| Gui::PythonConsoleP::PythonConsoleP | ( | ) |
References callTipsList, colormap, App::Application::getUserAppDataDir(), historyFile, interactive, interpreter, and Normal.
| CallTipsList* Gui::PythonConsoleP::callTipsList |
Referenced by Gui::PythonConsole::keyPressEvent(), Gui::PythonConsole::PythonConsole(), and PythonConsoleP().
| QMap<QString, QColor> Gui::PythonConsoleP::colormap |
Referenced by Gui::PythonConsole::OnChange(), and PythonConsoleP().
| QString Gui::PythonConsoleP::error |
| ParameterGrp::handle Gui::PythonConsoleP::hGrpSettings |
| ConsoleHistory Gui::PythonConsoleP::history |
| QString Gui::PythonConsoleP::historyFile |
Referenced by PythonConsoleP().
| QString Gui::PythonConsoleP::info |
| bool Gui::PythonConsoleP::interactive |
Referenced by Gui::PythonConsole::printStatement(), Gui::PythonConsole::PythonConsole(), and PythonConsoleP().
| InteractiveInterpreter* Gui::PythonConsoleP::interpreter |
| QString Gui::PythonConsoleP::output |
| QStringList Gui::PythonConsoleP::statements |
Referenced by Gui::PythonConsole::printStatement().
| CopyType Gui::PythonConsoleP::type |