26 #ifndef __TE_QT_PLUGINS_TERRAMOBILE_INTERNAL_GEOPACKAGESYNCHRONIZERDIALOG_H 
   27 #define __TE_QT_PLUGINS_TERRAMOBILE_INTERNAL_GEOPACKAGESYNCHRONIZERDIALOG_H 
   30 #include "../../../../maptools/AbstractLayer.h" 
   31 #include "../Config.h" 
   39 namespace Ui { 
class GeoPackageSynchronizerDialogForm; }
 
   72             void setLayerList(std::list<te::map::AbstractLayerPtr> list);
 
   76             std::auto_ptr<Ui::GeoPackageSynchronizerDialogForm> 
m_ui;
 
   84 #endif  // __TE_QT_PLUGINS_TERRAMOBILE_INTERNAL_GEOPACKAGESYNCHRONIZERDIALOG_H 
This interface is used to get the input parameters for GeoPackage Synchronizer operation. 
 
void onSynchronizePushButtonClicked()
 
void setLayerList(std::list< te::map::AbstractLayerPtr > list)
 
void onGeopackageToolButtonClicked()
 
~GeoPackageSynchronizerDialog()
 
std::auto_ptr< Ui::GeoPackageSynchronizerDialogForm > m_ui
 
GeoPackageSynchronizerDialog(QWidget *parent=0, Qt::WindowFlags f=0)