21 #include "../../../maptools/AbstractLayer.h" 
   22 #include "../../../maptools/DataSetLayer.h" 
   23 #include "../../../maptools/RasterLayer.h" 
   24 #include "../../../qt/widgets/se/StyleDockWidget.h" 
   25 #include "../events/Event.h" 
   26 #include "../events/LayerEvents.h" 
   27 #include "../ApplicationController.h" 
   61         m_explorer->setStyle(layer->getStyle(), layer.get());
 
   72       m_explorer->setStyle(layer->getStyle(), layer.get());
 
   74       m_explorer->setVisible(
true);
 
te::map::AbstractLayerPtr m_layer
Pointer to the selected layer. 
 
te::map::AbstractLayerPtr m_layer
Layer whose style was selected. 
 
This event indicates that the layer has been selected. 
 
te::qt::widgets::StyleDockWidget * getExplorer() const 
 
~StyleExplorer()
Destructor. 
 
void onApplicationTriggered(te::qt::af::evt::Event *evt)
Listener to the application framewrork events. 
 
This event indicates that the layer style was selected on the layer explorer. 
 
A connector for the te::qt::widgets::StyleDockWidget class to the Application Framework. 
 
A dock widget used control the geographic data style using SE elements and a property browser to show...
 
A base class for application events. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
StyleExplorer(te::qt::widgets::StyleDockWidget *explorer, QObject *parent=0)
Constructor.