26 #ifndef __TERRALIB_PLUGINS_EXCHANGER_INTERNAL_DATAEXCHANGESUMMARYWIZARDPAGE_H 
   27 #define __TERRALIB_PLUGINS_EXCHANGER_INTERNAL_DATAEXCHANGESUMMARYWIZARDPAGE_H 
   30 #include "../Config.h" 
   37 #include <QtGui/QWizardPage> 
   40 namespace Ui { 
class DataExchangeSummaryWizardPageForm; }
 
   48       struct DataExchangeStatus;
 
   60           bool isComplete() 
const;
 
   62           void set(
const std::list<DataExchangeStatus>& result);
 
   66           std::auto_ptr<Ui::DataExchangeSummaryWizardPageForm> 
m_ui;
 
   75 #endif  // __TERRALIB_PLUGINS_EXCHANGER_INTERNAL_DATAEXCHANGESUMMARYWIZARDPAGE_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::auto_ptr< Ui::DataExchangeSummaryWizardPageForm > m_ui