26#ifndef __TE_QT_PLUGINS_ST_INTERNAL_ABSTRACTACTION_H
27#define __TE_QT_PLUGINS_ST_INTERNAL_ABSTRACTACTION_H
QAction * m_action
Action used to call the process.
virtual void onActionActivated(bool checked)=0
Slot function used when a action was selected.
AbstractAction(QMenu *menu)
Constructor.
QMenu * m_menu
Parent Menu.
void triggered(te::qt::af::evt::Event *e)
void createAction(std::string name, std::string pixmap="")
Create and set the actions parameters.
virtual ~AbstractAction()
Destructor.
Namespace for the Qt Application Framework module of TerraLib.
Namespace for the Qt module of TerraLib.
A base class for application events.
Configuration flags for the ST Qt Widget plugin.