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> 
  102           void onSelectedLayersChanged(
const std::list<te::map::AbstractLayerPtr>& selectedLayers);
 
  104           void onLayerVisibilityChanged();
 
  106           void onLayerOrderChanged();
 
  123 #endif // __TERRALIB_QT_AF_CONNECTORS_INTERNAL_LAYEREXPLORER_H 
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. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr