assign(const Property &source) | PropertyWithValue< TYPE > | [inline, virtual] |
assign(const Property &source) | PropertyWithValue< TYPE > | [inline, virtual] |
clone() const =0 | Property | [pure virtual] |
declareReadHandler(PropertyCallbackFunctor *pf) | Property | [virtual] |
declareReadHandler(void(HT::*MF)(Property &), HT *instance) | Property | [inline] |
declareUpdateHandler(PropertyCallbackFunctor *pf) | Property | [virtual] |
declareUpdateHandler(void(HT::*MF)(Property &), HT *instance) | Property | [inline] |
documentation() const | Property | [inline] |
fillStream(std::ostream &) const | Property | [virtual] |
fromString(const std::string &s) | PropertyWithValue< TYPE > | [inline, virtual] |
i_get() const | PropertyWithValue< TYPE > | [inline, protected] |
i_set(const TYPE &value) | PropertyWithValue< TYPE > | [inline, protected] |
load(Property &dest) const | PropertyWithValue< TYPE > | [inline, virtual] |
m_own | PropertyWithValue< TYPE > | [private] |
m_readCallBack | Property | [mutable, protected] |
m_updateCallBack | Property | [protected] |
m_value | PropertyWithValue< TYPE > | [private] |
name() const | Property | [inline] |
operator const TYPE &() const | PropertyWithValue< TYPE > | [inline] |
operator=(const TYPE &value) | PropertyWithValue< TYPE > | [inline, protected] |
operator=(const PropertyWithValue &rhs) | PropertyWithValue< TYPE > | [protected] |
operator=(const PropertyWithValue< OTHER > &right) | PropertyWithValue< TYPE > | [protected] |
Property::operator=(const Property &right) | Property | [protected] |
Property(const std::type_info &type, const std::string &name="") | Property | [protected] |
Property(const std::string &name, const std::type_info &type) | Property | [protected] |
Property(const Property &right) | Property | [protected] |
PropertyWithValue(const std::string &name, TYPE *value, const bool owner) | PropertyWithValue< TYPE > | [inline, protected] |
PropertyWithValue(const PropertyWithValue &rhs) | PropertyWithValue< TYPE > | [inline, protected] |
PropertyWithValue(const PropertyWithValue< OTHER > &right) | PropertyWithValue< TYPE > | [inline, protected] |
readCallBack() const | Property | |
setDocumentation(const std::string &documentation) | Property | [inline] |
setName(const std::string &value) | Property | [inline] |
setValue(const TYPE &value)=0 | PropertyWithValue< TYPE > | [pure virtual] |
toString() const | PropertyWithValue< TYPE > | [inline, virtual] |
toString() const | PropertyWithValue< TYPE > | [inline, virtual] |
type() const | Property | [inline] |
type_info() const | Property | [inline] |
updateCallBack() const | Property | |
useReadHandler() const | Property | [virtual] |
useUpdateHandler() | Property | [virtual] |
value() const | PropertyWithValue< TYPE > | [inline] |
~Property() | Property | [virtual] |
~PropertyWithValue() | PropertyWithValue< TYPE > | [inline, protected, virtual] |