#include <ProjectInfoDialog.h>
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 | |
| ProjectInfoWidget * | m_info |
| Pointer to the widget that contains information about te::qt::af::Project. More... | |
Definition at line 40 of file ProjectInfoDialog.h.
| ProjectInfoDialog::ProjectInfoDialog | ( | QWidget * | parent = 0 | ) |
Constructor.
| parent | QWidget parent. |
Definition at line 11 of file ProjectInfoDialog.cpp.
References m_info, onHelpPushButtonPressed(), onOkPushButtonPressed(), and ~ProjectInfoDialog().
|
default |
Destructor.
Referenced by ProjectInfoDialog().
|
protectedslot |
Called on help button pressed.
Definition at line 62 of file ProjectInfoDialog.cpp.
Referenced by ProjectInfoDialog().
|
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.
| proj | The 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().
|
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().