26 #ifndef MMLACTIONEXTENSION_H
27 #define MMLACTIONEXTENSION_H
57 virtual QString
getName() {
return "MML";};
66 #endif // MMLACTIONEXTENSION_H
Manager for the MML action.
Definition: MMLActionExtension.h:40
virtual QString getDescription()
Method that return the action extension descrption.
Definition: MMLActionExtension.h:60
virtual ~MMLActionExtension()
the destructor
Definition: MMLActionExtension.h:49
This class describes what is a generic Action extension.
Definition: ActionExtension.h:61
MMLActionExtension()
the constructor
Definition: MMLActionExtension.h:46
virtual QString getName()
Method that return the action extension name.
Definition: MMLActionExtension.h:57
virtual void init()
Method must be reimplemented when an ActionExtension is done, the own actions of an extension are loa...
ActionExtension()
constructor
Definition: ActionExtension.h:65