kOfxParamPropPageChild
— The names of the parameters included in a page parameter.
#include "/ofxParam.h" #define kOfxParamPropPageChild "OfxParamPropPageChild"
This is a property that belongs to the plugin parameter descriptor (read/write) and instance (read only).
the names of any parameter that is not a group or page, as well as
kOfxParamPageSkipRow
and
kOfxParamPageSkipColumn
The names of the parameters included in a page parameter.
This is a property on parameters of type
kOfxParamTypePage
, and tells the page what parameters it contains. The parameters are added to the page from the top left, filling in columns as we go. The two pseudo param names
kOfxParamPageSkipRow
and
kOfxParamPageSkipColumn
are used to control layout.
Note parameters can appear in more than one page.