Plugin implementation for the OGC Web Feature Service (WFS) data source widget. More...
#include "../../../../common/Config.h"#include "../../../../core/translator/Translator.h"#include "../../../../core/logger/Logger.h"#include "../../../../dataaccess/datasource/DataSourceInfoManager.h"#include "../../../../maptools/AbstractLayer.h"#include "../../../af/ApplicationController.h"#include "../../../af/events/ApplicationEvents.h"#include "../../../af/events/LayerEvents.h"#include "../../../widgets/datasource/core/DataSourceTypeManager.h"#include "../../../widgets/layer/explorer/LayerItem.h"#include "../../../widgets/layer/explorer/LayerItemView.h"#include "WFSItemDelegate.h"#include "WFSType.h"#include "Plugin.h"#include "../../../../wfs/Utils.h"Go to the source code of this file.
Functions | |
| void | GetAllWFSLayers (te::qt::widgets::LayerItemView *view, const QModelIndex &parent, QModelIndexList &layersIdx) |
| std::list< te::map::AbstractLayerPtr > | GetLayers (const QModelIndexList &lst) |
Plugin implementation for the OGC Web Feature Service (WFS) data source widget.
Definition in file src/terralib/qt/plugins/datasource/wfs/Plugin.cpp.
| void GetAllWFSLayers | ( | te::qt::widgets::LayerItemView * | view, |
| const QModelIndex & | parent, | ||
| QModelIndexList & | layersIdx | ||
| ) |
Definition at line 43 of file src/terralib/qt/plugins/datasource/wfs/Plugin.cpp.
References te::qt::widgets::TreeItem::getType(), and te::wfs::IsWFSLayer().
Referenced by te::qt::plugins::wfs::Plugin::shutdown().
| std::list<te::map::AbstractLayerPtr> GetLayers | ( | const QModelIndexList & | lst | ) |
Definition at line 66 of file src/terralib/qt/plugins/datasource/wfs/Plugin.cpp.
Referenced by te::qt::plugins::wfs::Plugin::shutdown().