26 #ifndef MMLACTIONEXTENSION_H 27 #define MMLACTIONEXTENSION_H 43 Q_PLUGIN_METADATA(IID
"fr.imag.camitk.imaging.action.mml")
64 return "Various actions for MML";
71 #endif // MMLACTIONEXTENSION_H virtual void init()
Method must be reimplemented when an ActionExtension is done, the own actions of an extension are loa...
Definition: MMLActionExtension.cpp:32
virtual ~MMLActionExtension()=default
the destructor
Manager for the MML action.
Definition: MMLActionExtension.h:40
virtual QString getDescription()
Method that return the action extension descrption.
Definition: MMLActionExtension.h:63
This class describes what is a generic Action extension.
Definition: ActionExtension.h:59
MMLActionExtension()
the constructor
Definition: MMLActionExtension.h:47
virtual QString getName()
Method that return the action extension name.
Definition: MMLActionExtension.h:58
ActionExtension()
constructor
Definition: ActionExtension.h:63