A widget for present te::qt::af::Project informations. More...
#include <ProjectInfoWidget.h>
Public Member Functions | |
| ProjectInfoWidget (QWidget *parent=0) | |
| Constructor. More... | |
| void | setProject (ProjectMetadata *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 | |
| ProjectMetadata * | 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 45 of file ProjectInfoWidget.h.
| ProjectInfoWidget::ProjectInfoWidget | ( | QWidget * | parent = 0 | ) |
Constructor.
| parent | QWidget parent. |
Definition at line 5 of file ProjectInfoWidget.cpp.
References m_ui, and ~ProjectInfoWidget().
|
default |
Destructor.
Referenced by ProjectInfoWidget().
| void ProjectInfoWidget::setProject | ( | ProjectMetadata * | proj | ) |
Updates the te::qt::af::Project being visualized.
| proj | The te::qt::af::Project to be presented. |
Definition at line 16 of file ProjectInfoWidget.cpp.
References ProjectMetadata::m_author, ProjectMetadata::m_fileName, m_proj, ProjectMetadata::m_title, and m_ui.
Referenced by ProjectInfoDialog::setProject().
| void ProjectInfoWidget::updateProjectInfo | ( | ) |
Updates the te::qt::af::Project informations.
Definition at line 28 of file ProjectInfoWidget.cpp.
References ProjectMetadata::m_author, ProjectMetadata::m_changed, m_proj, ProjectMetadata::m_title, and m_ui.
Referenced by ProjectInfoDialog::onOkPushButtonPressed().
|
protected |
te::qt::af::Project being presented.
Definition at line 75 of file ProjectInfoWidget.h.
Referenced by setProject(), and updateProjectInfo().
|
private |
Pointer to the form.
Definition at line 79 of file ProjectInfoWidget.h.
Referenced by ProjectInfoWidget(), setProject(), and updateProjectInfo().