#include "PreCompiled.h"
#include <QClipboard>
#include <QDockWidget>
#include <QGridLayout>
#include <QHBoxLayout>
#include <QKeyEvent>
#include <QMenu>
#include <QMessageBox>
#include <QPushButton>
#include <QSpacerItem>
#include <QTextCursor>
#include <QTextDocumentFragment>
#include <QTextStream>
#include <QUrl>
#include "PythonConsole.h"
#include "PythonConsolePy.h"
#include "CallTips.h"
#include "Application.h"
#include "Action.h"
#include "Command.h"
#include "DlgEditorImp.h"
#include "FileDialog.h"
#include "MainWindow.h"
#include <Base/Interpreter.h>
#include <Base/Exception.h>
#include <CXX/Exception.hxx>
#include "moc_PythonConsole.cpp"
Go to the source code of this file.
Classes | |
struct | Gui::InteractiveInterpreterP |
struct | Gui::PythonConsoleP |
Namespaces | |
namespace | Gui |
The namespace of the FreeCAD Graphical interface layer library. |