|
void | triggered (string widgetId, string actionId, var data) |
| This signal should be emitted when a preview action was triggered. More...
|
|
|
bool | isCurrentPreview |
| Specifies the preview widget being currently used or not.
|
|
string | widgetId |
| The widget identifier.
|
|
var | widgetData |
| Variable used to contain widget's data.
|
|
Interface for preview widgets.
Definition at line 17 of file PreviewWidget.qml.
void PreviewWidget::triggered |
( |
string |
widgetId, |
|
|
string |
actionId, |
|
|
var |
data |
|
) |
| |
|
signal |
This signal should be emitted when a preview action was triggered.
- Parameters
-
widgetId,actionId | Respective identifiers from widgetData. |
data | Optional widget-specific data sent to the scope. |
The documentation for this class was generated from the following file: