Plugin implementation for the OGC Web Map Service (WMS) data source widget. More...
#include "../../../../common/Config.h"
#include "../../../../common/Translator.h"
#include "../../../../common/Logger.h"
#include "../../../../dataaccess/datasource/DataSourceInfoManager.h"
#include "../../../../wms/qt/WMSLayerItem.h"
#include "../../../widgets/datasource/core/DataSourceTypeManager.h"
#include "../../../widgets/layer/explorer/AbstractTreeItemFactory.h"
#include "../../../widgets/layer/explorer/LayerExplorer.h"
#include "../../../widgets/layer/explorer/LayerTreeModel.h"
#include "../../../af/ApplicationController.h"
#include "../../../af/BaseApplication.h"
#include "../../../af/connectors/LayerExplorer.h"
#include "WMSType.h"
#include "Plugin.h"
#include <QTreeView>
#include <boost/functional/factory.hpp>
#include <boost/bind.hpp>
Go to the source code of this file.
Functions | |
void | GetWMSLayers (QAbstractItemModel *model, const QModelIndex &parent, std::list< te::qt::widgets::AbstractTreeItem * > &layers) |
Plugin implementation for the OGC Web Map Service (WMS) data source widget.
Definition in file Plugin.cpp.
void GetWMSLayers | ( | QAbstractItemModel * | model, |
const QModelIndex & | parent, | ||
std::list< te::qt::widgets::AbstractTreeItem * > & | layers | ||
) |
Definition at line 49 of file Plugin.cpp.
References te::qt::widgets::AbstractTreeItem::getItemType().
Referenced by te::qt::plugins::wms::Plugin::shutdown().