26 #ifndef __TE_QT_PLUGINS_ST_INTERNAL_ABSTRACTACTION_H
27 #define __TE_QT_PLUGINS_ST_INTERNAL_ABSTRACTACTION_H
This is an abstract class used to register actions into st pluging.
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.
A base class for application events.
Proxy configuration file for TerraView (see terraview_config.h).