Go to the documentation of this file.
26 #ifndef __TE_QT_PLUGINS_ST_INTERNAL_ABSTRACTACTION_H
27 #define __TE_QT_PLUGINS_ST_INTERNAL_ABSTRACTACTION_H
110 #endif //__TE_QT_PLUGINS_ST_INTERNAL_ABSTRACTACTION_H
AbstractAction(QMenu *menu)
Constructor.
virtual ~AbstractAction()
Destructor.
A base class for application events.
This is an abstract class used to register actions into st pluging.
void createAction(std::string name, std::string pixmap="")
Create and set the actions parameters.
QMenu * m_menu
Parent Menu.
virtual void onActionActivated(bool checked)=0
Slot function used when a action was selected.
Proxy configuration file for TerraView (see terraview_config.h).
void triggered(te::qt::af::evt::Event *e)
QAction * m_action
Action used to call the process.