#include <GeneralConfigWidget.h>
  
 Public Slots | |
| virtual void | onApplyButtonClicked () | 
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 | |
| GeneralConfigWidget (QWidget *parent=0) | |
| void | getHelpInformations (QString &ns, QString &helpFile) | 
| QString | getResumeText () | 
| bool | hasChanges () | 
| void | resetState () | 
| void | saveChanges () | 
| virtual void | setApplicationController (te::qt::af::ApplicationController *app) | 
| ~GeneralConfigWidget () | |
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 Slots | |
| void | onDefaultSRSToolButtonPressed () | 
| void | onIconThemeCurrentIndexChanged (const QString &value) | 
| void | onSelectionColorChanged (const QColor &color) | 
| void | onToolBarIconSizeValueChanged (int value) | 
Private Member Functions | |
| void | initialize () | 
| void | setupSRSUi () | 
Private Attributes | |
| te::qt::widgets::ColorPickerToolButton * | m_colorPicker | 
| int | m_defaultSRID | 
| bool | m_needRestart | 
| std::auto_ptr< Ui::GeneralConfigWidgetForm > | m_ui | 
Definition at line 61 of file GeneralConfigWidget.h.
| te::qt::af::GeneralConfigWidget::GeneralConfigWidget | ( | QWidget * | parent = 0 | ) | 
| te::qt::af::GeneralConfigWidget::~GeneralConfigWidget | ( | ) | 
      
  | 
  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().
      
  | 
  private | 
      
  | 
  inlinevirtualslotinherited | 
Definition at line 148 of file AbstractSettingWidget.h.
References te::qt::af::AbstractSettingWidget::changeApplyButtonState(), and te::qt::af::AbstractSettingWidget::saveChanges().
      
  | 
  privateslot | 
      
  | 
  privateslot | 
      
  | 
  privateslot | 
      
  | 
  privateslot | 
      
  | 
  virtual | 
Implements te::qt::af::AbstractSettingWidget.
      
  | 
  virtual | 
Implements te::qt::af::AbstractSettingWidget.
      
  | 
  inlinevirtualinherited | 
Reimplemented in te::qt::af::ToolbarsWidget.
Definition at line 143 of file AbstractSettingWidget.h.
References te::qt::af::AbstractSettingWidget::m_app.
      
  | 
  private | 
      
  | 
  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().
      
  | 
  private | 
Definition at line 96 of file GeneralConfigWidget.h.
      
  | 
  private | 
Definition at line 97 of file GeneralConfigWidget.h.
      
  | 
  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().
      
  | 
  private | 
Definition at line 98 of file GeneralConfigWidget.h.
      
  | 
  protectedinherited | 
Definition at line 117 of file AbstractSettingWidget.h.
Referenced by te::qt::af::AbstractSettingWidget::getResumeText().
      
  | 
  private | 
Definition at line 95 of file GeneralConfigWidget.h.