OEConfigureHighlightParamsΒΆ
bool OEConfigureHighlightParams(OESystem::OEInterface &itf,
unsigned int config=OEHighlightSetup::All)
Configures the given interface to add highlight style 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
OEHighlightSetup
namespace.
See also
OEInterface
class in the OEChem TK manualOEHighlightSetup
namespaceOEGetHighlightColor
functionOEGetHighlightStyle
function