DataObjectHandleProperty Member List

This is the complete list of members for DataObjectHandleProperty, including all inherited members.

assign(const Property &source)DataObjectHandlePropertyvirtual
clone() const DataObjectHandlePropertyvirtual
DataObjectHandleProperty(const std::string &name, DataObjectHandleBase &ref)DataObjectHandleProperty
declareReadHandler(std::function< void(Property &)> fun)Propertyvirtual
declareReadHandler(void(HT::*MF)(Property &), HT *instance)Propertyinline
declareUpdateHandler(std::function< void(Property &)> fun)Propertyvirtual
declareUpdateHandler(void(HT::*MF)(Property &), HT *instance)Propertyinline
documentation() const Propertyinline
fillStream(std::ostream &) const Propertyvirtual
fromString(const std::string &s)DataObjectHandlePropertyvirtual
load(Property &destination) const DataObjectHandlePropertyvirtual
m_pValueDataObjectHandlePropertyprivate
m_readCallBackPropertymutableprotected
m_updateCallBackPropertyprotected
name() const Propertyinline
operator=(const DataObjectHandleBase &value)DataObjectHandleProperty
Property::operator=(const Property &)=defaultPropertyprotected
Property(const std::type_info &type, std::string name="")Propertyprotected
Property(std::string name, const std::type_info &type)Propertyprotected
Property(const Property &)=defaultPropertyprotected
pythonRepr() const DataObjectHandleProperty
readCallBack() const Propertyinline
setDocumentation(std::string documentation)Propertyinline
setName(std::string value)Propertyinline
setValue(const DataObjectHandleBase &value)DataObjectHandleProperty
toStream(std::ostream &out) const DataObjectHandlePropertyvirtual
toString() const DataObjectHandlePropertyvirtual
type() const Propertyinline
type_info() const Propertyinline
updateCallBack() const Propertyinline
useReadHandler() const Propertyvirtual
useUpdateHandler()Propertyvirtual
value() const DataObjectHandleProperty
~DataObjectHandleProperty()DataObjectHandlePropertyvirtual
~Property()=defaultPropertyvirtual