Gui::DockWnd::ReportView Class Reference
Report view containing an output window and a very simple Python console. More...
#include <ReportView.h>
Public Member Functions | |
ReportView (QWidget *parent=0) | |
Constructs a ReportView which is a child of 'parent', with the name 'name' and widget flags set to 'f'. More... | |
~ReportView () | |
Destroys the object and frees any allocated resources. More... | |
Protected Member Functions | |
void | changeEvent (QEvent *e) |
Detailed Description
Report view containing an output window and a very simple Python console.
- See also
- ReportOutput
- PythonConsole
Constructor & Destructor Documentation
◆ ReportView()
ReportView::ReportView | ( | QWidget * | parent = 0 | ) |
Constructs a ReportView which is a child of 'parent', with the name 'name' and widget flags set to 'f'.
References Gui::BitmapFactory(), Gui::WindowParameter::getDefaultParameter(), ParameterGrp::GetGroup(), and ParameterGrp::GetInt().
◆ ~ReportView()
ReportView::~ReportView | ( | ) |
Destroys the object and frees any allocated resources.
Member Function Documentation
◆ changeEvent()
|
protected |
The documentation for this class was generated from the following files:
- src/Gui/ReportView.h
- src/Gui/ReportView.cpp