OEDisplayNoBondProp
class OEDisplayNoBondProp : public OEDisplayBondPropBase
This class represents OEDisplayNoBondProp.
The following methods are publicly inherited from OEDisplayBondPropBase:
See also
Constructors
OEDisplayNoBondProp() -> OEDisplayNoBondProp
Default constructor.
operator()
__call__(arg2: OEBondBase) -> str
Returns an empty string, which means that no bond property is displayed.
CreateCopy
CreateCopy() -> OEDisplayBondPropBase
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.