LayerEvents.h File Reference

Contains a list of the layer events. More...

#include "../../../maptools/Enums.h"
#include "../../../maptools/AbstractLayer.h"
#include "Event.h"
#include "Enums.h"
#include <QAction>
#include <QColor>
#include <memory>

Go to the source code of this file.

Classes

struct  te::qt::af::evt::GetAvailableLayers
 
struct  te::qt::af::evt::GetLayerSelected
 This event is used to get a single layer selected in layer tree. More...
 
struct  te::qt::af::evt::HighlightLayerObjects
 This event indicates that the objects of the given layer must be highlighted. More...
 
struct  te::qt::af::evt::LayerAdded
 This event signals that a new layer was created. More...
 
struct  te::qt::af::evt::LayerChanged
 
struct  te::qt::af::evt::LayerPopUpAddAction
 This event is used to add a action in a layer tree pop up. More...
 
struct  te::qt::af::evt::LayerPopUpRemoveAction
 This event is used to remove a action in a layer tree pop up. More...
 
struct  te::qt::af::evt::LayerRemoved
 Constructor. More...
 
struct  te::qt::af::evt::LayerSelected
 This event indicates that the layer has been selected. More...
 
struct  te::qt::af::evt::LayerSelectedObjectsChanged
 This event indicates that the selected objects of the layer were changed. More...
 
struct  te::qt::af::evt::LayerStyleSelected
 This event indicates that the layer style was selected on the layer explorer. More...
 
struct  te::qt::af::evt::LayerVisibilityChanged
 This event signals that the layer visibility has changed. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::da
 Namespace for the DataAccess API of TerraLib.
 
 te::gm
 Namespace for the Vector Geometry module of TerraLib.
 
 te::qt
 Namespace for the Qt module of TerraLib.
 
 te::qt::af
 Namespace for the Qt Application Framework module of TerraLib.
 
 te::qt::af::evt
 

Detailed Description

Contains a list of the layer events.

Definition in file LayerEvents.h.