OfxParameterSuiteV1::paramEditEnd
— Used to group any parameter changes for undo/redo purposes
#include "ofxParam.h"
OfxStatus
(*paramEditEnd)
(
|
OfxParamSetHandle
paramSet
)
;
|
If a plugin calls paramSetValue/paramSetValueAtTime on one or more parameters, either from custom GUI interaction or some analysis of imagery etc.. this is used to indicate the end of a set of parameter changes that should be considerred part of a single undo/redo block
\note paramEditEnd should only be called from within a
kOfxActionInstanceChanged
or interact action.
See also
OfxParameterSuiteV1::paramEditBegin