#include <ext/app/exttesttools/tasqtcommandmodel.h>
| class TasTarget : public TasDomObject, public TasDomObject |
TasTarget is the target object for the commands e.g QWidget.
| Public Member Functions | |
|---|---|
| TasTarget(QDomElement) | |
| TasTarget(const TasTarget &) | |
| ~TasTarget() | |
| TasCommand & | addCommand() |
| QList< TasCommand * > | commandList() |
| TasCommand * | findCommand(const QString &) |
| QString | id() |
| TasTargetObject * | targetObject() |
| QString | type() |
| Inherited Attributes | |
|---|---|
| TasDomObject::mElement | |
TasTarget is the target object for the commands e.g QWidget
| TasTarget | ( | const TasTarget & | other | ) |
| TasCommand & | addCommand | ( | ) |
| QList< TasCommand * > | commandList | ( | ) | const |
| TasCommand * | findCommand | ( | const QString & | commandName | ) |
Searches for a command with given name. Returns null if none found.