The DlgReportViewImp class implements the available settings for the report output window to change. More...
#include <DlgReportViewImp.h>
Public Member Functions | |
DlgReportViewImp (QWidget *parent=0) | |
Constructs a DlgReportViewImp which is a child of 'parent', with the name 'name' and widget flags set to 'f'. | |
void | loadSettings () |
void | saveSettings () |
~DlgReportViewImp () | |
Destroys the object and frees any allocated resources. | |
Protected Member Functions | |
void | changeEvent (QEvent *e) |
Sets the strings of the subwidgets using the current language. |
The DlgReportViewImp class implements the available settings for the report output window to change.
Definition at line 37 of file DlgReportViewImp.h.
DlgReportViewImp::DlgReportViewImp | ( | QWidget * | parent = 0 |
) |
Constructs a DlgReportViewImp which is a child of 'parent', with the name 'name' and widget flags set to 'f'.
The dialog will by default be modeless, unless you set 'modal' to TRUE to construct a modal dialog.
Definition at line 44 of file DlgReportViewImp.cpp.
References Gui::Dialog::Ui_DlgReportView::setupUi().
DlgReportViewImp::~DlgReportViewImp | ( | ) |
Destroys the object and frees any allocated resources.
Definition at line 53 of file DlgReportViewImp.cpp.
void DlgReportViewImp::changeEvent | ( | QEvent * | e | ) | [protected, virtual] |
Sets the strings of the subwidgets using the current language.
Implements Gui::Dialog::PreferencePage.
Definition at line 90 of file DlgReportViewImp.cpp.
References Gui::Dialog::Ui_DlgReportView::retranslateUi().
void DlgReportViewImp::loadSettings | ( | ) | [virtual] |
Implements Gui::Dialog::PreferencePage.
Definition at line 70 of file DlgReportViewImp.cpp.
References Gui::Dialog::Ui_DlgReportView::checkError, Gui::Dialog::Ui_DlgReportView::checkLogging, Gui::Dialog::Ui_DlgReportView::checkWarning, Gui::Dialog::Ui_DlgReportView::colorError, Gui::Dialog::Ui_DlgReportView::colorLogging, Gui::Dialog::Ui_DlgReportView::colorText, Gui::Dialog::Ui_DlgReportView::colorWarning, Gui::PrefWidget::onRestore(), Gui::Dialog::Ui_DlgReportView::pythonError, and Gui::Dialog::Ui_DlgReportView::pythonOutput.
void DlgReportViewImp::saveSettings | ( | ) | [virtual] |
Implements Gui::Dialog::PreferencePage.
Definition at line 57 of file DlgReportViewImp.cpp.
References Gui::Dialog::Ui_DlgReportView::checkError, Gui::Dialog::Ui_DlgReportView::checkLogging, Gui::Dialog::Ui_DlgReportView::checkWarning, Gui::Dialog::Ui_DlgReportView::colorError, Gui::Dialog::Ui_DlgReportView::colorLogging, Gui::Dialog::Ui_DlgReportView::colorText, Gui::Dialog::Ui_DlgReportView::colorWarning, Gui::PrefWidget::onSave(), Gui::Dialog::Ui_DlgReportView::pythonError, and Gui::Dialog::Ui_DlgReportView::pythonOutput.