This interface is used to get the input parameters for GeoPackage Synchronizer operation. More...
#include <GeoPackageSynchronizerDialog.h>
Public Member Functions | |
| GeoPackageSynchronizerDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| void | setLayerList (std::list< te::map::AbstractLayerPtr > list) |
| ~GeoPackageSynchronizerDialog () | |
Protected Slots | |
| void | onGatheringComboBoxActivated (int index) |
| void | onGeopackageToolButtonClicked () |
| void | onSynchronizePushButtonClicked () |
Private Attributes | |
| std::auto_ptr< Ui::GeoPackageSynchronizerDialogForm > | m_ui |
This interface is used to get the input parameters for GeoPackage Synchronizer operation.
Definition at line 54 of file GeoPackageSynchronizerDialog.h.
| te::qt::plugins::terramobile::GeoPackageSynchronizerDialog::GeoPackageSynchronizerDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Definition at line 41 of file GeoPackageSynchronizerDialog.cpp.
References m_ui, onGatheringComboBoxActivated(), onGeopackageToolButtonClicked(), and onSynchronizePushButtonClicked().
| te::qt::plugins::terramobile::GeoPackageSynchronizerDialog::~GeoPackageSynchronizerDialog | ( | ) |
Definition at line 54 of file GeoPackageSynchronizerDialog.cpp.
|
protectedslot |
Definition at line 99 of file GeoPackageSynchronizerDialog.cpp.
References te::common::Singleton< DataSourceInfoManager >::getInstance(), and m_ui.
Referenced by GeoPackageSynchronizerDialog().
|
protectedslot |
Definition at line 60 of file GeoPackageSynchronizerDialog.cpp.
References m_ui, and te::da::DataSourceFactory::make().
Referenced by GeoPackageSynchronizerDialog().
|
protectedslot |
Definition at line 121 of file GeoPackageSynchronizerDialog.cpp.
References te::da::GetDataSource(), m_ui, te::da::DataSourceFactory::make(), te::qt::plugins::terramobile::GeoPackageSynchronizer::setInputParameters(), and te::qt::plugins::terramobile::GeoPackageSynchronizer::synchronize().
Referenced by GeoPackageSynchronizerDialog().
| void te::qt::plugins::terramobile::GeoPackageSynchronizerDialog::setLayerList | ( | std::list< te::map::AbstractLayerPtr > | list | ) |
Definition at line 168 of file GeoPackageSynchronizerDialog.cpp.
References m_ui.
Referenced by te::qt::plugins::terramobile::GeoPackageSynchronizerAction::onActionActivated().
|
private |
Definition at line 78 of file GeoPackageSynchronizerDialog.h.
Referenced by GeoPackageSynchronizerDialog(), onGatheringComboBoxActivated(), onGeopackageToolButtonClicked(), onSynchronizePushButtonClicked(), and setLayerList().