TasTarget Class Reference

#include <ext/app/exttesttools/tasqtcommandmodel.h>

class TasTarget : public TasDomObject, public TasDomObject

TasTarget is the target object for the commands e.g QWidget.

Inherits from

Detailed Description

TasTarget is the target object for the commands e.g QWidget

Constructor & Destructor Documentation

TasTarget ( QDomElement )

TasTarget(QDomElementelement)

Constructor for TasTarget. Id required.

TasTarget ( const TasTarget & )

TasTarget(const TasTarget &other)

~TasTarget ( )

~TasTarget()

Destructor.

Member Function Documentation

addCommand ( )

TasCommand &addCommand()

commandList ( )

QList< TasCommand * >commandList()const

findCommand ( const QString & )

TasCommand *findCommand(const QString &commandName)

Searches for a command with given name. Returns null if none found.

id ( )

QString id()const

Returns the id for the TasTarget.

targetObject ( )

TasTargetObject *targetObject()const

type ( )

QString type()const

Returns the type for the TasTarget.