26 #ifndef __TE_QT_PLUGINS_ST_INTERNAL_ABSTRACTACTION_H 
   27 #define __TE_QT_PLUGINS_ST_INTERNAL_ABSTRACTACTION_H 
   87             void createAction(std::string name, std::string pixmap = 
"");
 
  100 #endif //__TE_QT_PLUGINS_ST_INTERNAL_ABSTRACTACTION_H 
virtual ~AbstractAction()
Destructor. 
 
QMenu * m_menu
Parent Menu. 
 
AbstractAction(QMenu *menu)
Constructor. 
 
virtual void onActionActivated(bool checked)=0
Slot function used when a action was selected. 
 
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. 
 
Configuration flags for the ST Qt Widget plugin. 
 
QAction * m_action
Action used to call the process.