OEConfigureImageWidth¶
bool OEConfigureImageWidth(OESystem::OEInterface &itf, double defwidth=200.0,
std::string=OEImageParamName::Width,
std::string alias="-w")
Adds a parameter to the given interface to allows the configuration of the image width.
- itf
The interface being configured.
- defwidth
Default width value.
- 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
OEImageSetup::Width
constantOEImageParamName::Width
constantOEConfigureImageOptions
functionOEGetImageWidth
function