TuttleOFX  1
ofxParam.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define kOfxParamPropChoiceLabelOption   "OfxParamPropChoiceLabelOption"
 Set an label option in a choice parameter.

Define Documentation

#define kOfxParamPropChoiceLabelOption   "OfxParamPropChoiceLabelOption"

Set an label option in a choice parameter.

  • Type - UTF8 C string X N
  • Property Set - plugin parameter descriptor (read/write) and instance (read/write),
  • Default - the property is empty with no options set.

This property contains the set of options that will be presented to a user from a choice parameter. See ParametersChoice for more details.

Definition at line 17 of file ofxParam.h.

Referenced by OFX::ChoiceParamDescriptor::appendOption(), OFX::ChoiceParam::appendOption(), sam::coutParameterWithDetails(), and tuttle::host::ofx::attribute::OfxhParamDescriptor::initStandardParamProps().