ProjectInfoDialog Class Reference

#include <ProjectInfoDialog.h>

Inheritance diagram for ProjectInfoDialog:
QDialog

Public Member Functions

 ProjectInfoDialog (QWidget *parent=0)
 Constructor. More...
 
void setProject (ProjectMetadata *proj)
 Sets the project to be inspected. More...
 
 ~ProjectInfoDialog ()
 Destructor. More...
 

Protected Slots

void onHelpPushButtonPressed ()
 Called on help button pressed. More...
 
void onOkPushButtonPressed ()
 Called on ok button pressed. More...
 

Protected Attributes

ProjectInfoWidgetm_info
 Pointer to the widget that contains information about te::qt::af::Project. More...
 

Detailed Description

Definition at line 40 of file ProjectInfoDialog.h.

Constructor & Destructor Documentation

ProjectInfoDialog::ProjectInfoDialog ( QWidget parent = 0)

Constructor.

Parameters
parentQWidget parent.

Definition at line 11 of file ProjectInfoDialog.cpp.

References m_info, onHelpPushButtonPressed(), onOkPushButtonPressed(), and ~ProjectInfoDialog().

ProjectInfoDialog::~ProjectInfoDialog ( )
default

Destructor.

Referenced by ProjectInfoDialog().

Member Function Documentation

void ProjectInfoDialog::onHelpPushButtonPressed ( )
protectedslot

Called on help button pressed.

Definition at line 62 of file ProjectInfoDialog.cpp.

Referenced by ProjectInfoDialog().

void ProjectInfoDialog::onOkPushButtonPressed ( )
protectedslot

Called on ok button pressed.

Definition at line 56 of file ProjectInfoDialog.cpp.

References m_info, and ProjectInfoWidget::updateProjectInfo().

Referenced by ProjectInfoDialog().

void ProjectInfoDialog::setProject ( ProjectMetadata proj)

Sets the project to be inspected.

Parameters
projThe te::qt::af::Project to be presented.

Definition at line 51 of file ProjectInfoDialog.cpp.

References m_info, and ProjectInfoWidget::setProject().

Referenced by TerraView::onProjectPropertiesTriggered().

Member Data Documentation

ProjectInfoWidget* ProjectInfoDialog::m_info
protected

Pointer to the widget that contains information about te::qt::af::Project.

Definition at line 79 of file ProjectInfoDialog.h.

Referenced by onOkPushButtonPressed(), ProjectInfoDialog(), and setProject().


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