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