26 #ifndef __TERRALIB_QT_AF_CONNECTORS_INTERNAL_LAYEREXPLORER_H 27 #define __TERRALIB_QT_AF_CONNECTORS_INTERNAL_LAYEREXPLORER_H 30 #include "../Config.h" 32 #include "../../../maptools/AbstractLayer.h" 35 #include <QtCore/QObject> 107 void onSelectedLayersChanged(
const std::list<te::map::AbstractLayerPtr>& selectedLayers);
109 void onLayerVisibilityChanged();
113 void onLayerOrderChanged();
134 #endif // __TERRALIB_QT_AF_CONNECTORS_INTERNAL_LAYEREXPLORER_H
The Style defines the styling that is to be applied to a geographic dataset (vector geometries or cov...
A base class for application events.
A connector for the te::qt::widgets::LayerExplorer class to the Application Framework.
te::qt::widgets::LayerItemView * m_explorer
Pointer to a component te::qt::widgets::LayerExplorer.
#define TEQTAFEXPORT
You can use this macro in order to export/import classes and functions from this module.
A Rule is used to attach property/scale conditions to and group the individual symbols used for rende...
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr