vrdDeviceAction
-
class
vrdDeviceAction
(Inherits vrdObject
)
Represents an action that is part of an interaction.
Functions
-
vrdDeviceAction.
getName
()
Gets the name of the action.
Returns: | The name of the action. |
Return type: | string |
-
vrdDeviceAction.
signal
()
Gets the signal that is sent, when the action is triggered.
Returns: | The signal object. |
Return type: | Q_SLOTvrdDeviceActionSignal |