This class is used to specify information that is required to setup an HAction.
More...
#include <HActionSetup>
List of all members.
Detailed Description
- See also:
- HActionsSetupData, HAction
Constructor & Destructor Documentation
Creates a new, invalid instance.
- See also:
- isValid()
Creates a new instance.
- Parameters:
-
| name | specifies the name of the action. |
| incReq | specifies the inclusion requirement of the action. |
- See also:
- isValid()
Creates a new instance.
- Parameters:
-
| name | specifies the name of the action. |
| version | specifies the UPnP service version in which the action was first specified. |
| incReq | specifies the inclusion requirement of the action. |
- See also:
- isValid()
Creates a new instance.
- Parameters:
-
| name | specifies the name of the action. |
| invoke | specifies the callable entity that is called when the action is invoked. This is used only at server side. |
| incReq | specifies the inclusion requirement of the action. |
- See also:
- isValid()
Creates a new instance.
- Parameters:
-
| name | specifies the name of the action. |
| invoke | specifies the callable entity that is called when the action is invoked. This is used only at server side. |
| version | specifies the UPnP service version in which the action was first specified. |
| incReq | specifies the inclusion requirement of the action. |
- See also:
- isValid()
Copy constructor.
Creates a copy of other.
Member Function Documentation
Assignment operator.
Copies the contents of other to this.
Returns the setup information of the action's input arguments.
- Returns:
- the setup information of the action's input arguments.
- See also:
- setInputArguments()
Returns the setup information of the action's output arguments.
- Returns:
- the setup information of the action's output arguments.
- See also:
- setOutputArguments()
Returns the callable entity that is called when the action is invoked.
- See also:
- setActionInvoke()
Returns the inclusion requirement of the action.
- Returns:
- the inclusion requirement of the action.
- See also:
- setInclusionRequirement()
Returns the name of the action.
- Returns:
- the name of the action.
- See also:
- setName()
Returns the UPnP service version in which the action was first specified.
- Returns:
- the UPnP service version in which the action was first specified.
- See also:
- setVersion()
Specifies the action's input arguments.
- Parameters:
-
| args | specifies the setup information for the action's input arguments. |
- See also:
- inputArguments()
Specifies the action's output arguments.
- Parameters:
-
| args | specifies the setup information for the action's output arguments. |
- See also:
- outputArguments()
Specifies the callable entity that is called when the action is invoked.
- Parameters:
-
| arg | specifies the callable entity that is called when the action is invoked. |
- See also:
- actionInvoke()
bool setName |
( |
const QString & |
name, |
|
|
QString * |
err = 0 | |
|
) |
| | |
Sets the name of the action.
- Parameters:
-
| name | specifies the name of the action. |
| err | is a pointer to a QString that contains an error description in case the name could not be set. This is an optional parameter. |
- Returns:
- true in case the specified name was successfully set.
- See also:
- name()
Sets the inclusion requirement of the action.
- Parameters:
-
| arg | specifies the inclusion requirement of the action. |
- See also:
- inclusionRequirement()
void setVersion |
( |
qint32 |
version |
) |
|
Specifies the UPnP service version in which the action was first specified.
- Parameters:
-
| version | specifies the UPnP service version in which the action was first specified. |
- See also:
- version()