Unity 8
|
Additional Inherited Members | |
![]() | |
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. | |
var | scopeStyle |
The ScopeStyle component. | |
This preview widget shows either one button, two buttons or one button and a combo button depending on the number of items in widgetData["actions"]. For each of the items we recognize the fields "label", "icon" and "id".
Definition at line 20 of file PreviewActions.qml.