All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
te::qt::af::ProjectInfoWidget Class Reference

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

#include <ProjectInfoWidget.h>

Inheritance diagram for te::qt::af::ProjectInfoWidget:

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

Projectm_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 53 of file ProjectInfoWidget.h.

Constructor & Destructor Documentation

te::qt::af::ProjectInfoWidget::ProjectInfoWidget ( QWidget *  parent = 0)

Constructor.

Parameters
parentQWidget 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.

Member Function Documentation

void te::qt::af::ProjectInfoWidget::setProject ( Project proj)
void te::qt::af::ProjectInfoWidget::updateProjectInfo ( )

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

Definition at line 29 of file ProjectInfoWidget.cpp.

Member Data Documentation

Project* te::qt::af::ProjectInfoWidget::m_proj
protected

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

Definition at line 83 of file ProjectInfoWidget.h.

Ui::ProjectInfoWidgetForm* te::qt::af::ProjectInfoWidget::m_ui
private

Pointer to the form.

Definition at line 87 of file ProjectInfoWidget.h.

Referenced by ProjectInfoWidget().


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