#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 () | 
| ~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 | |
| 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 | ) | 
Definition at line 43 of file GeneralConfigWidget.cpp.
References initialize(), te::qt::af::AbstractSettingWidget::m_resumeText, and m_ui.
| te::qt::af::GeneralConfigWidget::~GeneralConfigWidget | ( | ) | 
Definition at line 56 of file GeneralConfigWidget.cpp.
      
  | 
  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 156 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.
Definition at line 100 of file GeneralConfigWidget.cpp.
      
  | 
  inlineinherited | 
Definition at line 122 of file AbstractSettingWidget.h.
References te::qt::af::AbstractSettingWidget::m_resumeText.
Referenced by te::qt::af::SettingsDialog::settingsChanged().
      
  | 
  inlineinherited | 
Definition at line 127 of file AbstractSettingWidget.h.
References te::qt::af::AbstractSettingWidget::m_hasChanged.
      
  | 
  inlineprotectedvirtualinherited | 
Definition at line 139 of file AbstractSettingWidget.h.
References te::qt::af::AbstractSettingWidget::m_hasChanged, te::qt::af::AbstractSettingWidget::resetState(), and te::qt::af::AbstractSettingWidget::saveChanges().
      
  | 
  private | 
Definition at line 106 of file GeneralConfigWidget.cpp.
References te::common::FindInTerraLibPath(), and te::common::Singleton< T >::getInstance().
Referenced by GeneralConfigWidget().
      
  | 
  inlinevirtualslotinherited | 
Definition at line 132 of file AbstractSettingWidget.h.
References te::qt::af::AbstractSettingWidget::changeApplyButtonState(), and te::qt::af::AbstractSettingWidget::saveChanges().
      
  | 
  privateslot | 
Definition at line 158 of file GeneralConfigWidget.cpp.
References te::qt::widgets::SRSManagerDialog::getSelectedSRS().
      
  | 
  privateslot | 
Definition at line 184 of file GeneralConfigWidget.cpp.
      
  | 
  privateslot | 
Definition at line 173 of file GeneralConfigWidget.cpp.
      
  | 
  privateslot | 
Definition at line 178 of file GeneralConfigWidget.cpp.
      
  | 
  virtual | 
Implements te::qt::af::AbstractSettingWidget.
Definition at line 96 of file GeneralConfigWidget.cpp.
      
  | 
  virtual | 
Implements te::qt::af::AbstractSettingWidget.
Definition at line 82 of file GeneralConfigWidget.cpp.
References te::common::Singleton< ApplicationController >::getInstance(), and te::qt::af::ApplicationController::setSelectionColor().
      
  | 
  private | 
Definition at line 153 of file GeneralConfigWidget.cpp.
References TE_UNKNOWN_SRS.
      
  | 
  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().
      
  | 
  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 107 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 109 of file AbstractSettingWidget.h.
Referenced by te::qt::af::DisplayWidget::DisplayWidget(), GeneralConfigWidget(), te::qt::af::AbstractSettingWidget::getResumeText(), te::qt::af::ProjectWidget::ProjectWidget(), te::qt::af::TableWidget::TableWidget(), and te::qt::af::ToolbarsWidget::ToolbarsWidget().
      
  | 
  private | 
Definition at line 95 of file GeneralConfigWidget.h.
Referenced by GeneralConfigWidget().