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