OEDisplayNoAtomProp¶
class OEDisplayNoAtomProp : public OEDisplayAtomPropBase
This class represents OEDisplayNoAtomProp atom property label functor.
See also
OEDisplayAtomIdx class
OEDisplayAtomMapIdx class
The following methods are publicly inherited from OEDisplayAtomPropBase:
operator()¶
std::string operator()(const OEChem::OEAtomBase & atom) const
Returns an empty string which means no atom property is displayed.
CreateCopy¶
base_type *CreateCopy() const
Deep copy constructor that returns a copy of the object. The memory for the returned OEDisplayNoAtomProp object is dynamically allocated and owned by the caller.