A frame for setting grid options. More...
#include <ProjectWidget.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 | |
| virtual void | getHelpInformations (QString &ns, QString &helpFile) | 
| QString | getResumeText () | 
| bool | hasChanges () | 
| ProjectWidget (QWidget *parent=0) | |
| void | resetState () | 
| void | saveChanges () | 
| virtual void | setApplicationController (te::qt::af::ApplicationController *app) | 
| ~ProjectWidget () | |
Protected Slots | |
| void | authorChanged (const QString &text) | 
| void | maxSavedChanged (int i) | 
| void | onOpeningOptionChanged () | 
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::ProjectWidgetForm * | m_ui | 
A frame for setting grid options.
Definition at line 44 of file ProjectWidget.h.
| ProjectWidget::ProjectWidget | ( | QWidget * | parent = 0 | ) | 
| ProjectWidget::~ProjectWidget | ( | ) | 
      
  | 
  protectedslot | 
      
  | 
  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().
      
  | 
  protectedslot | 
      
  | 
  inlinevirtualslotinherited | 
Definition at line 148 of file AbstractSettingWidget.h.
References te::qt::af::AbstractSettingWidget::changeApplyButtonState(), and te::qt::af::AbstractSettingWidget::saveChanges().
      
  | 
  protectedslot | 
      
  | 
  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.
      
  | 
  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 70 of file ProjectWidget.h.