Unity 8
 All Classes Functions Properties
PreviewWidget Class Reference
Inheritance diagram for PreviewWidget:

Signals

void triggered (string widgetId, string actionId, var data)
 This signal should be emitted when a preview action was triggered. More...
 

Properties

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.
 

Detailed Description

Interface for preview widgets.

Definition at line 17 of file PreviewWidget.qml.

Member Function Documentation

void PreviewWidget::triggered ( string  widgetId,
string  actionId,
var  data 
)
signal

This signal should be emitted when a preview action was triggered.

Parameters
widgetId,actionIdRespective identifiers from widgetData.
dataOptional widget-specific data sent to the scope.

The documentation for this class was generated from the following file: