Plugin implementation for the GDAL data source widget. More...
#include "../../../../common/Config.h"#include "../../../../common/Translator.h"#include "../../../../common/Logger.h"#include "../../../../dataaccess/dataset/DataSetType.h"#include "../../../../dataaccess/datasource/DataSourceInfoManager.h"#include "../../../../dataaccess/datasource/DataSourceManager.h"#include "../../../../dataaccess/datasource/DataSourceCapabilities.h"#include "../../../../maptools/AbstractLayer.h"#include "../../../widgets/datasource/core/DataSourceTypeManager.h"#include "../../../widgets/layer/utils/DataSet2Layer.h"#include "../../../widgets/Utils.h"#include "../../../af/ApplicationController.h"#include "../../../af/Project.h"#include "../../../af/Utils.h"#include "../../../af/events/LayerEvents.h"#include "GDALType.h"#include "Plugin.h"#include "../../../../cellspace/CellSpaceOperations.h"#include <boost/uuid/random_generator.hpp>#include <boost/uuid/uuid_io.hpp>#include <boost/filesystem.hpp>#include <QAction>#include <QFileDialog>#include <QMenu>#include <QFileInfo>#include <QMessageBox>Go to the source code of this file.
Functions | |
| std::list< te::da::DataSetTypePtr > | GetDataSetsInfo (const te::da::DataSourceInfoPtr &info) | 
| void | GetLayers (const te::da::DataSourceInfoPtr &info, std::list< te::map::AbstractLayerPtr > &layers) | 
Plugin implementation for the GDAL data source widget.
Definition in file Plugin.cpp.
| std::list<te::da::DataSetTypePtr> GetDataSetsInfo | ( | const te::da::DataSourceInfoPtr & | info | ) | 
Definition at line 62 of file Plugin.cpp.
References te::common::Singleton< DataSourceManager >::getInstance().
Referenced by GetLayers().
| void GetLayers | ( | const te::da::DataSourceInfoPtr & | info, | 
| std::list< te::map::AbstractLayerPtr > & | layers | ||
| ) | 
Definition at line 78 of file Plugin.cpp.
References GetDataSetsInfo().
Referenced by te::qt::plugins::gdal::Plugin::openFileDialog(), and te::qt::plugins::ogr::Plugin::showWindow().