Name

kOfxInteractPropSlaveToParam — The set of parameters on which a value change will trigger a redraw for an interact.

Synopsis

#include "/ofxInteract.h"
#define kOfxInteractPropSlaveToParam "OfxInteractPropSlaveToParam"

Type

kOfxInteractPropSlaveToParam is of type string, and is of variable dimension.

Property Set

This is a property that belongs to the interact instance property (read/write).

Default

The default value is no values set.

Valid Values

the name of any parameter associated with this interact.

Description

The set of parameters on which a value change will trigger a redraw for an interact.

If the interact is representing the state of some set of OFX parameters, then is will need to be redrawn if any of those parameters' values change. This multi-dimensional property links such parameters to the interact.

The interact can be slaved to multiple parameters (setting index 0, then index 1 etc...)