Plugin implementation for the OGC Web Coverage Service (WMS) data source widget. More...
#include "Plugin.h"#include <iostream>#include "../../../../core/translator/Translator.h"#include "../../../../core/logger/Logger.h"#include "../../../../dataaccess/datasource/DataSourceInfoManager.h"#include "../../../../qt/widgets/datasource/core/DataSourceTypeManager.h"#include "../../../../qt/af/events/ApplicationEvents.h"#include "../../../../qt/af/events/LayerEvents.h"#include "../../../../qt/af/ApplicationController.h"#include "../../../../qt/widgets/layer/explorer/LayerItem.h"#include "../../../../qt/widgets/layer/explorer/LayerItemView.h"#include "../qt/WMSType.h"Go to the source code of this file.
Functions | |
| void | GetAllWMSLayers (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 Coverage Service (WMS) data source widget.
Definition in file src/terralib/ws/ogc/wms/qtplugin/Plugin.cpp.
| void GetAllWMSLayers | ( | te::qt::widgets::LayerItemView * | view, |
| const QModelIndex & | parent, | ||
| QModelIndexList & | layersIdx | ||
| ) |
Definition at line 43 of file src/terralib/ws/ogc/wms/qtplugin/Plugin.cpp.
References te::qt::widgets::TreeItem::getType().
Referenced by te::ws::ogc::wms::qtplugin::Plugin::shutdown().
| std::list<te::map::AbstractLayerPtr> GetLayers | ( | const QModelIndexList & | lst | ) |
Definition at line 66 of file src/terralib/ws/ogc/wms/qtplugin/Plugin.cpp.
Referenced by te::ws::ogc::wms::qtplugin::Plugin::shutdown().