OEConfigureImageOptions¶
bool OEConfigureImageOptions(OESystem::OEInterface &itf,
unsigned int config=OEImageSetup::All)
Configures the given interface to add image parameters.
- itf
The interface being configured.
- config
The option that specifies which parameters will be added to the interface. This value has to be from the
OEImageSetup
namespace.
See also
OEInterface class in the OEChem TK manual
OEImageSetup
namespace