OEDisplayNoAtomProp

class OEDisplayNoAtomProp : public OEDisplayAtomPropBase

This class represents OEDisplayNoAtomProp atom property label functor.

The following methods are publicly inherited from OEDisplayAtomPropBase:

CreateCopy

operator()

Constructors

OEDisplayNoAtomProp() -> OEDisplayNoAtomProp

Default constructor.

operator()

__call__(arg2: OEAtomBase) -> str

Returns an empty string which means no atom property is displayed.

CreateCopy

CreateCopy() -> OEDisplayAtomPropBase

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.