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()

std::string operator () (const OEChem::OEAtomBase& atom) const

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

base_type* CreateCopy() const = 0

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