ProjectInfoWidget Class Reference

A widget for present te::qt::af::Project informations. More...

#include <ProjectInfoWidget.h>

Inheritance diagram for ProjectInfoWidget:

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

ProjectMetadatam_proj
 te::qt::af::Project being presented. More...
 

Private Attributes

Ui::ProjectInfoWidgetForm * m_ui
 Pointer to the form. More...
 

Detailed Description

A widget for present te::qt::af::Project informations.

Definition at line 45 of file ProjectInfoWidget.h.

Constructor & Destructor Documentation

ProjectInfoWidget::ProjectInfoWidget ( QWidget *  parent = 0)

Constructor.

Parameters
parentQWidget parent.
ProjectInfoWidget::~ProjectInfoWidget ( )

Destructor.

Member Function Documentation

void ProjectInfoWidget::setProject ( ProjectMetadata proj)

Updates the te::qt::af::Project being visualized.

Parameters
projThe te::qt::af::Project to be presented.
void ProjectInfoWidget::updateProjectInfo ( )

Updates the te::qt::af::Project informations.

Member Data Documentation

ProjectMetadata* ProjectInfoWidget::m_proj
protected

te::qt::af::Project being presented.

Definition at line 75 of file ProjectInfoWidget.h.

Ui::ProjectInfoWidgetForm* ProjectInfoWidget::m_ui
private

Pointer to the form.

Definition at line 79 of file ProjectInfoWidget.h.


The documentation for this class was generated from the following file: