Plugin implementation for the st Qt Plugin widget. More...
#include "Plugin.h"#include "../../../common/Config.h"#include "../../../core/translator/Translator.h"#include "../../../core/logger/Logger.h"#include "../../af/ApplicationController.h"#include "../../af/events/ApplicationEvents.h"#include "../../af/events/LayerEvents.h"#include "../../widgets/layer/explorer/LayerItem.h"#include "../../widgets/layer/explorer/LayerItemView.h"#include "STItemDelegate.h"#include "TimeSliderWidgetAction.h"#include "ObservationAction.h"#include "TimeSeriesAction.h"#include "TrajectoryAction.h"#include <QMenu>#include <QMenuBar>Go to the source code of this file.
Functions | |
| void | GetAllSTLayers (te::qt::widgets::LayerItemView *view, const QModelIndex &parent, QModelIndexList &layersIdx) |
| std::list< te::map::AbstractLayerPtr > | GetLayers (const QModelIndexList &lst) |
Plugin implementation for the st Qt Plugin widget.
Definition in file src/terralib/qt/plugins/st/Plugin.cpp.
| void GetAllSTLayers | ( | te::qt::widgets::LayerItemView * | view, |
| const QModelIndex & | parent, | ||
| QModelIndexList & | layersIdx | ||
| ) |
Definition at line 61 of file src/terralib/qt/plugins/st/Plugin.cpp.
References te::qt::widgets::TreeItem::getType().
Referenced by te::qt::plugins::st::Plugin::shutdown().
| std::list<te::map::AbstractLayerPtr> GetLayers | ( | const QModelIndexList & | lst | ) |
Definition at line 90 of file src/terralib/qt/plugins/st/Plugin.cpp.
Referenced by te::qt::plugins::st::Plugin::shutdown().