#include "Plugin.h"#include "../../../../common/Config.h"#include "../../../../core/translator/Translator.h"#include "../../../../core/logger/Logger.h"#include "../../../../dataaccess/datasource/DataSourceInfoManager.h"#include "../../../af/ApplicationController.h"#include "../../../af/events/ApplicationEvents.h"#include "../../../af/events/LayerEvents.h"#include "../../../widgets/Utils.h"#include "../../../widgets/datasource/core/DataSourceTypeManager.h"#include "../../../widgets/layer/explorer/LayerItem.h"#include "../../../widgets/layer/explorer/LayerItemView.h"#include "WMSItemDelegate.h"#include "WMSType.h"#include <boost/functional/factory.hpp>#include <boost/bind.hpp>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) |
| void GetAllWMSLayers | ( | te::qt::widgets::LayerItemView * | view, |
| const QModelIndex & | parent, | ||
| QModelIndexList & | layersIdx | ||
| ) |
Definition at line 47 of file attic/src/qt/plugins/datasource/wms/Plugin.cpp.
References te::qt::widgets::TreeItem::getType().
Referenced by te::qt::plugins::wms::Plugin::shutdown().
| std::list<te::map::AbstractLayerPtr> GetLayers | ( | const QModelIndexList & | lst | ) |
Definition at line 70 of file attic/src/qt/plugins/datasource/wms/Plugin.cpp.
Referenced by te::qt::plugins::gdal::CreateLayers(), and te::qt::plugins::wms::Plugin::shutdown().