#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::unique_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.
References m_status, m_ui, and ~DataExchangeSummaryWizardPage().
|
default |
Referenced by DataExchangeSummaryWizardPage().
| bool te::qt::widgets::DataExchangeSummaryWizardPage::isComplete | ( | ) | const |
Definition at line 54 of file DataExchangeSummaryWizardPage.cpp.
References m_status.
| void te::qt::widgets::DataExchangeSummaryWizardPage::set | ( | const std::list< DataExchangeStatus > & | result | ) |
Definition at line 59 of file DataExchangeSummaryWizardPage.cpp.
|
private |
Definition at line 68 of file DataExchangeSummaryWizardPage.h.
Referenced by DataExchangeSummaryWizardPage(), isComplete(), and set().
|
private |
Definition at line 66 of file DataExchangeSummaryWizardPage.h.
Referenced by DataExchangeSummaryWizardPage(), and set().