17 #ifndef UNITY_ACTION_PREVIEW_ACTION 18 #define UNITY_ACTION_PREVIEW_ACTION 23 class PreviewParameter;
27 #include "unity-action.h" 33 Q_PROPERTY(QString commitLabel
36 NOTIFY commitLabelChanged)
43 QString commitLabel()
const;
44 void setCommitLabel(
const QString &value);
46 QList<PreviewParameter *> parameters();
55 void commitLabelChanged(
const QString &value);
57 void parametersChanged();
61 QScopedPointer<Private> d;
Definition: unity-action-context.h:20
Definition: unity-preview-parameter.h:28
previewable action
Definition: unity-preview-action.h:29
The main action class.
Definition: unity-action.h:30