#include <CommandPlugin.h>

Public Member Functions | |
| virtual Command * | create (QObject *obj, const QString &command, QVariantList arguments)=0 |
| virtual QStringList | commands () const |
| virtual bool | implements (const QString &command) const |
Protected Attributes | |
| QHash< QString, int > | m_dict |
| virtual Command* CommandPlugin::create | ( | QObject * | obj, | |
| const QString & | command, | |||
| QVariantList | arguments | |||
| ) | [pure virtual] |
Create a Command object, based on the command string.
| obj | The Context Item object for which the Command has to be made | |
| command | The name of the Command to be created | |
| arguments | List of arguments which can be parsed by the to be created Command object. |
1.5.5