20 void onInsertCpAt(plUInt32 uiCurveIdx, plInt64 tickX,
double newPosY);
21 void onCurveCpMoved(plUInt32 curveIdx, plUInt32 cpIdx, plInt64 iTickX,
double newPosY);
22 void onCurveCpDeleted(plUInt32 curveIdx, plUInt32 cpIdx);
23 void onCurveTangentMoved(plUInt32 curveIdx, plUInt32 cpIdx,
float newPosX,
float newPosY,
bool rightTangent);
24 void onLinkCurveTangents(plUInt32 curveIdx, plUInt32 cpIdx,
bool bLink);
25 void onCurveTangentModeChanged(plUInt32 curveIdx, plUInt32 cpIdx,
bool rightTangent,
int mode);
27 void onCurveBeginOperation(QString name);
28 void onCurveEndOperation(
bool commit);
29 void onCurveBeginCpChanges(QString name);
30 void onCurveEndCpChanges();
35 void SendLiveResourcePreview();
36 void RestoreResource();
virtual const char * GetWindowLayoutGroupName() const override
The 'GroupName' is used for serializing window layouts. It should be unique among different window ty...
Definition Curve1DAssetWindow.moc.h:17