A widget for present te::qt::af::Project informations. More...
#include <ProjectInfoWidget.h>
  
 Public Member Functions | |
| ProjectInfoWidget (QWidget *parent=0) | |
| Constructor.  More... | |
| void | setProject (Project *proj) | 
| Updates the te::qt::af::Project being visualized.  More... | |
| void | updateProjectInfo () | 
| Updates the te::qt::af::Project informations.  More... | |
| ~ProjectInfoWidget () | |
| Destructor.  More... | |
Protected Attributes | |
| Project * | m_proj | 
| te::qt::af::Project being presented.  More... | |
Private Attributes | |
| Ui::ProjectInfoWidgetForm * | m_ui | 
| Pointer to the form.  More... | |
A widget for present te::qt::af::Project informations.
Definition at line 53 of file ProjectInfoWidget.h.
| te::qt::af::ProjectInfoWidget::ProjectInfoWidget | ( | QWidget * | parent = 0 | ) | 
Constructor.
| parent | QWidget parent. | 
Definition at line 5 of file ProjectInfoWidget.cpp.
References m_ui.
| te::qt::af::ProjectInfoWidget::~ProjectInfoWidget | ( | ) | 
Destructor.
Definition at line 13 of file ProjectInfoWidget.cpp.
| void te::qt::af::ProjectInfoWidget::setProject | ( | Project * | proj | ) | 
Updates the te::qt::af::Project being visualized.
| proj | The te::qt::af::Project to be presented. | 
Definition at line 17 of file ProjectInfoWidget.cpp.
References te::qt::af::Project::getAuthor(), te::qt::af::Project::getFileName(), te::qt::af::Project::getTitle(), and te::qt::af::Project::m_author.
| void te::qt::af::ProjectInfoWidget::updateProjectInfo | ( | ) | 
Updates the te::qt::af::Project informations.
Definition at line 29 of file ProjectInfoWidget.cpp.
      
  | 
  protected | 
te::qt::af::Project being presented.
Definition at line 83 of file ProjectInfoWidget.h.
      
  | 
  private | 
Pointer to the form.
Definition at line 87 of file ProjectInfoWidget.h.
Referenced by ProjectInfoWidget().