A class used to handle geofile drag and drop events. More...
#include <GeoFileDragAndDropHandler.h>
Signals | |
| void | triggered (te::qt::af::evt::Event *e) |
Public Member Functions | |
| virtual bool | eventFilter (QObject *watched, QEvent *e) |
| GeoFileDragAndDropHandler (QObject *parent=0) | |
| ~GeoFileDragAndDropHandler () | |
Protected Member Functions | |
| void | configSRS (const std::list< te::map::AbstractLayerPtr > &layers, te::qt::widgets::MapDisplay *mapDisplay) |
Protected Attributes | |
| bool | m_isValid |
A class used to handle geofile drag and drop events.
Definition at line 55 of file gdal/GeoFileDragAndDropHandler.h.
| te::qt::plugins::gdal::GeoFileDragAndDropHandler::GeoFileDragAndDropHandler | ( | QObject * | parent = 0 | ) |
Definition at line 77 of file gdal/GeoFileDragAndDropHandler.cpp.
References ~GeoFileDragAndDropHandler().
|
default |
Referenced by GeoFileDragAndDropHandler().
|
protected |
Definition at line 175 of file gdal/GeoFileDragAndDropHandler.cpp.
References te::map::MapDisplay::getSRID(), te::qt::widgets::MapDisplay::setSRID(), TE_UNKNOWN_SRS, and triggered().
Referenced by eventFilter().
|
virtual |
Definition at line 87 of file gdal/GeoFileDragAndDropHandler.cpp.
References configSRS(), te::qt::plugins::gdal::CreateLayers(), te::map::GetExtent(), te::map::MapDisplay::getLayerList(), te::map::MapDisplay::getSRID(), IsSupported(), m_isValid, te::qt::widgets::MultiThreadMapDisplay::refresh(), te::qt::widgets::MultiThreadMapDisplay::setExtent(), te::qt::widgets::MultiThreadMapDisplay::setLayerList(), TE_UNKNOWN_SRS, and te::map::VISIBLE.
|
signal |
Referenced by configSRS().
|
protected |
Definition at line 79 of file gdal/GeoFileDragAndDropHandler.h.
Referenced by eventFilter().