TuttleOFX  1
ofxParam.h
Go to the documentation of this file.
00001 #ifndef _tuttle_extension_ofxParam_h_
00002 #define _tuttle_extension_ofxParam_h_
00003 
00004 #ifdef  __cplusplus
00005 extern "C" {
00006 #endif
00007 
00008 
00009 /** @brief Set an label option in a choice parameter.
00010  *
00011  *  - Type - UTF8 C string X N
00012  *  - Property Set - plugin parameter descriptor (read/write) and instance (read/write),
00013  *  - Default - the property is empty with no options set.
00014  *
00015  * This property contains the set of options that will be presented to a user from a choice parameter. See @ref ParametersChoice for more details.
00016  */
00017 #define kOfxParamPropChoiceLabelOption "OfxParamPropChoiceLabelOption"
00018 
00019 
00020 #ifdef  __cplusplus
00021 }
00022 #endif
00023 
00024 #endif  /* OFXPARAM_H */
00025