OEConfigureMultiPageSize¶
bool OEConfigureMultiPageSize(OESystem::OEInterface &itf,
std::string name=OEMultiPageParamName::PageSize,
std::string alias="-psize")
Adds a parameter to the given interface to allows the configuration of the page size.
- itf
The interface being configured.
- name
The name of the parameter.
- alias
The alternative i.e. alias name of the parameter.
See also
OEInterface class in the OEChem TK manual
OEMultiPageSetup.PageSize
constantOEMultiPageParamName.PageSize
constantOEConfigureMultiPageParams
functionOEGetMultiPageSize
function