Name

kOfxParamPropPageChild — The names of the parameters included in a page parameter.

Synopsis

#include "/ofxParam.h"
#define kOfxParamPropPageChild "OfxParamPropPageChild"

Type

kOfxParamPropPageChild is of type C string, and is of variable dimension.

Property Set

This is a property that belongs to the plugin parameter descriptor (read/write) and instance (read only).

Default

The default value is "".

Valid Values

the names of any parameter that is not a group or page, as well as kOfxParamPageSkipRow and kOfxParamPageSkipColumn

Description

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.