#include <ProjectInfoDialog.h>
  
 Public Member Functions | |
| ProjectInfoDialog (QWidget *parent=0) | |
| Constructor.  More... | |
| void | setProject (Project *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 48 of file ProjectInfoDialog.h.
| te::qt::af::ProjectInfoDialog::ProjectInfoDialog | ( | QWidget * | parent = 0 | ) | 
Constructor.
| parent | QWidget parent. | 
Definition at line 10 of file ProjectInfoDialog.cpp.
References m_info, onHelpPushButtonPressed(), and onOkPushButtonPressed().
| te::qt::af::ProjectInfoDialog::~ProjectInfoDialog | ( | ) | 
Destructor.
Definition at line 48 of file ProjectInfoDialog.cpp.
      
  | 
  protectedslot | 
Called on help button pressed.
Definition at line 63 of file ProjectInfoDialog.cpp.
Referenced by ProjectInfoDialog().
      
  | 
  protectedslot | 
Called on ok button pressed.
Definition at line 57 of file ProjectInfoDialog.cpp.
Referenced by ProjectInfoDialog().
| void te::qt::af::ProjectInfoDialog::setProject | ( | Project * | proj | ) | 
Sets the project to be inspected.
| proj | The te::qt::af::Project to be presented. | 
Definition at line 52 of file ProjectInfoDialog.cpp.
Referenced by te::qt::af::BaseApplication::onProjectPropertiesTriggered().
      
  | 
  protected | 
Pointer to the widget that contains information about te::qt::af::Project.
Definition at line 87 of file ProjectInfoDialog.h.
Referenced by ProjectInfoDialog().