OpenLexocad
28.0
|
This is the complete list of members for Core::DynamicProperty, including all inherited members.
addDynamicProperty(PropertyContainer &pc, const char *type, const char *name=0, const char *group=0, const char *doc=0, short attr=0, bool ro=false, bool hidden=false) | Core::DynamicProperty | |
addProperty(Property *prop) | Core::DynamicProperty | |
clear() | Core::DynamicProperty | |
DynamicProperty() | Core::DynamicProperty | |
getDynamicPropertyByName(const char *name) const | Core::DynamicProperty | |
getDynamicPropertyData(const Property *prop) const | Core::DynamicProperty | |
getDynamicPropertyNames() const | Core::DynamicProperty | |
getPropertyDocumentation(const Property *prop) const | Core::DynamicProperty | |
getPropertyDocumentation(const char *name) const | Core::DynamicProperty | |
getPropertyGroup(const Property *prop) const | Core::DynamicProperty | |
getPropertyGroup(const char *name) const | Core::DynamicProperty | |
getPropertyList(std::vector< Property * > &List) const | Core::DynamicProperty | |
getPropertyMap(std::map< std::string, Property * > &Map) const | Core::DynamicProperty | |
getPropertyName(const Property *prop) const | Core::DynamicProperty | |
getPropertyType(const Property *prop) const | Core::DynamicProperty | |
getPropertyType(const char *name) const | Core::DynamicProperty | |
removeDynamicProperty(const char *name) | Core::DynamicProperty | |
removeProperty(const Property *prop) | Core::DynamicProperty | |
restore(PropertyContainer &pc, const char *PropName, const char *TypeName, Base::AbstractXMLReader &reader, Base::PersistenceVersion &version) | Core::DynamicProperty | |
save(const Property *prop, Base::AbstractWriter &writer, Base::PersistenceVersion &version) | Core::DynamicProperty | |
size() const | Core::DynamicProperty | |
~DynamicProperty() | Core::DynamicProperty | virtual |