26 #ifndef __TE_QT_PLUGINS_RP_INTERNAL_ABSTRACTACTION_H
27 #define __TE_QT_PLUGINS_RP_INTERNAL_ABSTRACTACTION_H
31 #include "../../../maptools/AbstractLayer.h"
This is an abstract class used to register actions into rp pluging.
virtual void onActionActivated(bool checked)=0
Slot function used when a action was selected.
QAction * m_popupAction
Action used to call the process from pop up layer.
void createAction(std::string name, std::string pixmap="")
Create and set the actions parameters.
void createPopUpAction(std::string name, std::string pixmap="")
Create and set the actions parameters.
void triggered(te::qt::af::evt::Event *e)
std::list< te::map::AbstractLayerPtr > getLayers()
Get the list of layers from app.
QAction * m_action
Action used to call the process.
virtual ~AbstractAction()
Destructor.
QMenu * m_menu
Parent Menu.
AbstractAction(QMenu *menu, QMenu *popupMenu)
Constructor.
virtual void onPopUpActionActivated(bool checked)
Slot function used when a action was selected from layer pop up.
QMenu * m_popupMenu
Parent popMenu.
void addNewLayer(te::map::AbstractLayerPtr layer)
Add a new layer into layer explorer widget.
te::map::AbstractLayerPtr getCurrentLayer()
Get the selected layer from layer explorer in app.
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
A base class for application events.
Proxy configuration file for TerraView (see terraview_config.h).