A connector for the te::qt::widgets::LayerExplorer class to the Application Framework. More...
#include <LayerExplorer.h>
  
 Signals | |
| void | triggered (te::qt::af::evt::Event *e) | 
Public Member Functions | |
| te::qt::widgets::LayerItemView * | getExplorer () const | 
| LayerExplorer (te::qt::widgets::LayerItemView *explorer, QObject *parent=0) | |
| Constructor.  More... | |
| ~LayerExplorer () | |
| Destructor.  More... | |
Protected Slots | |
| void | onApplicationTriggered (te::qt::af::evt::Event *evt) | 
| Listener to the application framewrork events.  More... | |
| void | onLayerOrderChanged () | 
| void | onLayerVisibilityChanged () | 
| void | onSelectedLayersChanged (const std::list< te::map::AbstractLayerPtr > &selectedLayers) | 
| It indicates whenever there are changes in the selection of layers in the layer explorer.  More... | |
| void | onTreeItemDoubleClicked (te::map::AbstractLayerPtr layer) | 
Protected Attributes | |
| te::qt::widgets::LayerItemView * | m_explorer | 
| Pointer to a component te::qt::widgets::LayerExplorer.  More... | |
A connector for the te::qt::widgets::LayerExplorer class to the Application Framework.
It is used to listen events sent by the application framework. It is a proxy for the te::qt::widgets::LayerExplorer.
Definition at line 70 of file LayerExplorer.h.
| te::qt::af::LayerExplorer::LayerExplorer | ( | te::qt::widgets::LayerItemView * | explorer, | 
| QObject * | parent = 0  | 
        ||
| ) | 
Constructor.
| explorer | te::qt::widgets::LayerExplorer to be listened. | 
| te::qt::af::LayerExplorer::~LayerExplorer | ( | ) | 
Destructor.
| te::qt::widgets::LayerItemView* te::qt::af::LayerExplorer::getExplorer | ( | ) | const | 
      
  | 
  protectedslot | 
Listener to the application framewrork events.
| evt | An event sent by framework. | 
      
  | 
  protectedslot | 
      
  | 
  protectedslot | 
      
  | 
  protectedslot | 
It indicates whenever there are changes in the selection of layers in the layer explorer.
| selectedLayers | The new list of selected layers. | 
      
  | 
  protectedslot | 
      
  | 
  signal | 
      
  | 
  protected | 
Pointer to a component te::qt::widgets::LayerExplorer.
Definition at line 116 of file LayerExplorer.h.