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'. | |
~ReportView () | |
Destroys the object and frees any allocated resources. | |
Protected Member Functions | |
void | changeEvent (QEvent *e) |
Report view containing an output window and a very simple Python console.
Definition at line 47 of file ReportView.h.
ReportView::ReportView | ( | QWidget * | parent = 0 |
) |
Constructs a ReportView which is a child of 'parent', with the name 'name' and widget flags set to 'f'.
Definition at line 50 of file ReportView.cpp.
References Gui::BitmapFactory(), Gui::WindowParameter::getDefaultParameter(), and python.
ReportView::~ReportView | ( | ) |
Destroys the object and frees any allocated resources.
Definition at line 92 of file ReportView.cpp.
void ReportView::changeEvent | ( | QEvent * | e | ) | [protected] |
Definition at line 97 of file ReportView.cpp.