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

#include <ProjectInfoDialog.h>

Inheritance diagram for te::qt::af::ProjectInfoDialog:

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

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

Detailed Description

Definition at line 48 of file ProjectInfoDialog.h.

Constructor & Destructor Documentation

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

Constructor.

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

Member Function Documentation

void te::qt::af::ProjectInfoDialog::onHelpPushButtonPressed ( )
protectedslot

Called on help button pressed.

Definition at line 63 of file ProjectInfoDialog.cpp.

Referenced by ProjectInfoDialog().

void te::qt::af::ProjectInfoDialog::onOkPushButtonPressed ( )
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.

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

Definition at line 52 of file ProjectInfoDialog.cpp.

Referenced by te::qt::af::BaseApplication::onProjectPropertiesTriggered().

Member Data Documentation

ProjectInfoWidget* te::qt::af::ProjectInfoDialog::m_info
protected

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

Definition at line 87 of file ProjectInfoDialog.h.

Referenced by ProjectInfoDialog().


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