#include "PreCompiled.h"
#include <QGridLayout>
#include <QApplication>
#include <QMenu>
#include <QContextMenuEvent>
#include <QTextCursor>
#include <QTextStream>
#include <Base/Interpreter.h>
#include "ReportView.h"
#include "FileDialog.h"
#include "PythonConsole.h"
#include "PythonConsolePy.h"
#include "BitmapFactory.h"
#include "moc_ReportView.cpp"
Go to the source code of this file.
Classes | |
class | CustomReportEvent |
The CustomReportEvent class is used to send report events in the methods Log(), Error(), Warning() and Message() of the ReportOutput class to itself instead of printing the messages directly in its text view. More... | |
struct | Gui::TextBlockData |
struct | Gui::TextBlockData::State |
class | Gui::DockWnd::ReportOutput::Data |
Namespaces | |
namespace | Gui |
The namespace of the FreeCAD Graphical interface layer library. |