OEDisplayAtomPropBase

OESystem::OEUnaryFunction<OEChem::OEAtomBase, std::string, true, true>
OEDisplayAtomPropBase

OEDisplayAtomPropBase is an abstract class that defines the API used for setting atom property labels.

The following classes derive from this class:

operator()

__call__(arg0: OEAtomBase) -> str

It is a virtual const method that is implemented in the concrete derived classes to set atom property labels.

atom

The OEAtomBase object for which the display label is set.

CreateCopy

CreateCopy() -> OEDisplayAtomPropBase

Virtual const constructor which allows copying of concrete derived objects using a reference to this base class.