Name

OfxParameterSuiteV1::paramEditEnd — Used to group any parameter changes for undo/redo purposes

Synopsis

#include "ofxParam.h" 
OfxStatus(*paramEditEnd)(OfxParamSetHandleparamSet);
 

Arguments

  • paramSet -

Description

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

See also OfxParameterSuiteV1::paramEditBegin

Returns