Gui::PythonConsoleP Struct Reference
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 |
ConsoleHistory | history |
QString | historyFile |
QString | info |
bool | interactive |
InteractiveInterpreter * | interpreter |
QString | output |
QStringList | statements |
CopyType | type |
Member Enumeration Documentation
◆ CopyType
◆ Output
Constructor & Destructor Documentation
◆ PythonConsoleP()
Gui::PythonConsoleP::PythonConsoleP | ( | ) |
References callTipsList, colormap, App::Application::getUserAppDataDir(), historyFile, interactive, interpreter, and Normal.
Member Data Documentation
◆ callTipsList
CallTipsList* Gui::PythonConsoleP::callTipsList |
Referenced by Gui::PythonConsole::keyPressEvent(), Gui::PythonConsole::PythonConsole(), and PythonConsoleP().
◆ colormap
QMap<QString, QColor> Gui::PythonConsoleP::colormap |
Referenced by Gui::PythonConsole::OnChange(), and PythonConsoleP().
◆ error
QString Gui::PythonConsoleP::error |
◆ history
ConsoleHistory Gui::PythonConsoleP::history |
◆ historyFile
QString Gui::PythonConsoleP::historyFile |
Referenced by PythonConsoleP().
◆ info
QString Gui::PythonConsoleP::info |
◆ interactive
bool Gui::PythonConsoleP::interactive |
Referenced by Gui::PythonConsole::printStatement(), Gui::PythonConsole::PythonConsole(), and PythonConsoleP().
◆ interpreter
InteractiveInterpreter* Gui::PythonConsoleP::interpreter |
◆ output
QString Gui::PythonConsoleP::output |
◆ statements
QStringList Gui::PythonConsoleP::statements |
Referenced by Gui::PythonConsole::printStatement().
◆ type
CopyType Gui::PythonConsoleP::type |
The documentation for this struct was generated from the following file:
- src/Gui/PythonConsole.cpp