A frame for setting display options. More...
#include <DisplayWidget.h>
Public Slots | |
| void | onApplyButtonClicked () |
| void | onApplyScreenSizeButtonClicked () |
| void | onAutoRedrawChkBoxStateChanged (int state) |
| void | onChangeBackgroundPushButton () |
| void | onRestoreScreenSizeButtonClicked () |
Signals | |
| void | updateApplyButtonState (const bool &) |
| Signal must be emited when some settings has been changed. Use the argument to tell if the. More... | |
Public Member Functions | |
| DisplayWidget (QWidget *parent=0) | |
| virtual void | getHelpInformations (QString &ns, QString &helpFile) |
| QString | getResumeText () |
| bool | hasChanges () |
| virtual void | resetScreenSizeState () |
| virtual void | resetState () |
| virtual void | saveChanges () |
| virtual void | saveScreenSizeChanges () |
| virtual void | setApplicationController (te::qt::af::ApplicationController *app) |
| ~DisplayWidget () | |
Protected Member Functions | |
| virtual void | changeApplyButtonState (const bool &state) |
| Indicates that there's unsaved information. Use this method after each change in informations of the widget. More... | |
| virtual void | hideEvent (QHideEvent *event) |
Protected Attributes | |
| te::qt::af::ApplicationController * | m_app |
| bool | m_hasChanged |
| Flag that defines if the widget has changes to apply. More... | |
| QString | m_resumeText |
Private Attributes | |
| Ui::DisplayWidgetForm * | m_ui |
A frame for setting display options.
A frame for setting general options.
Definition at line 50 of file DisplayWidget.h.
| te::qt::af::DisplayWidget::DisplayWidget | ( | QWidget * | parent = 0 | ) |
| te::qt::af::DisplayWidget::~DisplayWidget | ( | ) |
|
inlineprotectedvirtualinherited |
Indicates that there's unsaved information. Use this method after each change in informations of the widget.
| state | If true indicates that there are unsave information. |
Definition at line 172 of file AbstractSettingWidget.h.
References te::qt::af::AbstractSettingWidget::m_hasChanged, and te::qt::af::AbstractSettingWidget::updateApplyButtonState().
Referenced by te::qt::af::AbstractSettingWidget::onApplyButtonClicked().
|
virtual |
Implements te::qt::af::AbstractSettingWidget.
|
inlineinherited |
Definition at line 133 of file AbstractSettingWidget.h.
References te::qt::af::AbstractSettingWidget::m_resumeText.
|
inlineinherited |
Definition at line 138 of file AbstractSettingWidget.h.
References te::qt::af::AbstractSettingWidget::m_hasChanged.
|
inlineprotectedvirtualinherited |
Definition at line 155 of file AbstractSettingWidget.h.
References te::qt::af::AbstractSettingWidget::m_hasChanged, te::qt::af::AbstractSettingWidget::resetState(), and te::qt::af::AbstractSettingWidget::saveChanges().
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
virtual |
|
virtual |
Implements te::qt::af::AbstractSettingWidget.
|
virtual |
Implements te::qt::af::AbstractSettingWidget.
|
virtual |
|
inlinevirtualinherited |
Reimplemented in te::qt::af::ToolbarsWidget.
Definition at line 143 of file AbstractSettingWidget.h.
References te::qt::af::AbstractSettingWidget::m_app.
|
signalinherited |
Signal must be emited when some settings has been changed. Use the argument to tell if the.
Referenced by te::qt::af::AbstractSettingWidget::changeApplyButtonState().
|
protectedinherited |
Definition at line 119 of file AbstractSettingWidget.h.
Referenced by te::qt::af::AbstractSettingWidget::setApplicationController().
|
protectedinherited |
Flag that defines if the widget has changes to apply.
Definition at line 115 of file AbstractSettingWidget.h.
Referenced by te::qt::af::AbstractSettingWidget::changeApplyButtonState(), te::qt::af::AbstractSettingWidget::hasChanges(), and te::qt::af::AbstractSettingWidget::hideEvent().
|
protectedinherited |
Definition at line 117 of file AbstractSettingWidget.h.
Referenced by te::qt::af::AbstractSettingWidget::getResumeText().
|
private |
Definition at line 84 of file DisplayWidget.h.