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> 
   52       class AbstractTreeItem;
 
  102           void onSelectedLayersChanged(
const std::list<te::map::AbstractLayerPtr>& selectedLayers);
 
  106           void onLayerOrderChanged();
 
  123 #endif // __TERRALIB_QT_AF_CONNECTORS_INTERNAL_LAYEREXPLORER_H 
te::qt::widgets::LayerExplorer * m_explorer
Pointer to a component te::qt::widgets::LayerExplorer. 
 
A widget designed to explore the layers of an application. 
 
The class that represents an item in a LayerTreeModel. 
 
#define TEQTAFEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A base class for application events. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
A connector for the te::qt::widgets::LayerExplorer class to the Application Framework.