#include <DataExchangeSummaryWizardPage.h>
  
 Public Member Functions | |
| DataExchangeSummaryWizardPage (QWidget *parent=0) | |
| bool | isComplete () const | 
| void | set (const std::list< DataExchangeStatus > &result) | 
| ~DataExchangeSummaryWizardPage () | |
Private Attributes | |
| bool | m_status | 
| std::auto_ptr < Ui::DataExchangeSummaryWizardPageForm >  | m_ui | 
Definition at line 50 of file DataExchangeSummaryWizardPage.h.
| te::qt::widgets::DataExchangeSummaryWizardPage::DataExchangeSummaryWizardPage | ( | QWidget * | parent = 0 | ) | 
Definition at line 39 of file DataExchangeSummaryWizardPage.cpp.
| te::qt::widgets::DataExchangeSummaryWizardPage::~DataExchangeSummaryWizardPage | ( | ) | 
Definition at line 51 of file DataExchangeSummaryWizardPage.cpp.
| bool te::qt::widgets::DataExchangeSummaryWizardPage::isComplete | ( | ) | const | 
Definition at line 55 of file DataExchangeSummaryWizardPage.cpp.
| void te::qt::widgets::DataExchangeSummaryWizardPage::set | ( | const std::list< DataExchangeStatus > & | result | ) | 
Definition at line 60 of file DataExchangeSummaryWizardPage.cpp.
      
  | 
  private | 
Definition at line 68 of file DataExchangeSummaryWizardPage.h.
Referenced by DataExchangeSummaryWizardPage().
      
  | 
  private | 
Definition at line 66 of file DataExchangeSummaryWizardPage.h.
Referenced by DataExchangeSummaryWizardPage().