addArrayItem(Value &instance, const Value &value) const | osgIntrospection::PropertyInfo | |
addAttribute(const CustomAttribute *attr) | osgIntrospection::CustomAttributeProvider | [inline] |
canAdd() const | osgIntrospection::PropertyInfo | [inline] |
canCount() const | osgIntrospection::PropertyInfo | [inline] |
canGet() const | osgIntrospection::PropertyInfo | [inline] |
canInsert() const | osgIntrospection::PropertyInfo | [inline] |
canRemove() const | osgIntrospection::PropertyInfo | [inline] |
canSet() const | osgIntrospection::PropertyInfo | [inline] |
getAddMethod() const | osgIntrospection::PropertyInfo | [inline] |
getArrayItem(const Value &instance, int i) const | osgIntrospection::PropertyInfo | |
getArrayItem(Value &instance, int i) const | osgIntrospection::PropertyInfo | |
getAttribute(const Type &type, bool inherit) const | osgIntrospection::CustomAttributeProvider | |
getAttribute(bool inherit) const | osgIntrospection::CustomAttributeProvider | [inline] |
getBriefHelp() const | osgIntrospection::PropertyInfo | [inline, virtual] |
getCountMethod() const | osgIntrospection::PropertyInfo | [inline] |
getCustomAttributes() const | osgIntrospection::CustomAttributeProvider | [inline] |
getCustomAttributes() | osgIntrospection::CustomAttributeProvider | [inline] |
getDeclaringType() const | osgIntrospection::PropertyInfo | [inline, virtual] |
getDefaultValue() const | osgIntrospection::PropertyInfo | |
getDetailedHelp() const | osgIntrospection::PropertyInfo | [inline, virtual] |
getGetMethod() const | osgIntrospection::PropertyInfo | [inline] |
getIndexedValue(Value &instance, ValueList &indices) const | osgIntrospection::PropertyInfo | |
getIndexedValue(const Value &instance, ValueList &indices) const | osgIntrospection::PropertyInfo | |
getIndexParameters() const | osgIntrospection::PropertyInfo | |
getIndexValueSet(int whichindex, const Value &instance, ValueList &values) const | osgIntrospection::PropertyInfo | |
getInheritedProviders(CustomAttributeProviderList &providers) const | osgIntrospection::PropertyInfo | [protected, virtual] |
getInsertMethod() const | osgIntrospection::PropertyInfo | [inline] |
getName() const | osgIntrospection::PropertyInfo | [inline, virtual] |
getNumArrayItems(const Value &instance) const | osgIntrospection::PropertyInfo | |
getNumIndices() const | osgIntrospection::PropertyInfo | [inline] |
getPropertyType() const | osgIntrospection::PropertyInfo | [inline] |
getRemoveMethod() const | osgIntrospection::PropertyInfo | [inline] |
getSetMethod() const | osgIntrospection::PropertyInfo | [inline] |
getValue(const Value &instance) const | osgIntrospection::PropertyInfo | |
getValue(Value &instance) const | osgIntrospection::PropertyInfo | |
insertArrayItem(Value &instance, int i, const Value &value) const | osgIntrospection::PropertyInfo | |
isArray() const | osgIntrospection::PropertyInfo | [inline] |
isDefined(const Type &type, bool inherit) const | osgIntrospection::CustomAttributeProvider | |
isDefined(bool inherit) const | osgIntrospection::CustomAttributeProvider | [inline] |
isIndexed() const | osgIntrospection::PropertyInfo | [inline] |
isSimple() const | osgIntrospection::PropertyInfo | [inline] |
PropertyInfo(const Type &decltype, const Type &ptype, const std::string &name, const MethodInfo *getm, const MethodInfo *setm, std::string briefHelp=std::string(), std::string detailedHelp=std::string()) | osgIntrospection::PropertyInfo | [inline] |
PropertyInfo(const Type &decltype, const Type &ptype, const std::string &name, const MethodInfo *getm, const MethodInfo *setm, const MethodInfo *numm, const MethodInfo *addm, const MethodInfo *insm, const MethodInfo *remm, std::string briefHelp=std::string(), std::string detailedHelp=std::string()) | osgIntrospection::PropertyInfo | [inline] |
PropertyInfo(const Type &decltype, const Type &ptype, const std::string &name, const MethodInfo *getm, const MethodInfo *setm, const MethodInfo *remm, std::string briefHelp=std::string(), std::string detailedHelp=std::string()) | osgIntrospection::PropertyInfo | [inline] |
removeArrayItem(Value &instance, int i) const | osgIntrospection::PropertyInfo | |
removeIndexedItem(Value &instance, ValueList &indices) const | osgIntrospection::PropertyInfo | |
setArrayItem(Value &instance, int i, const Value &value) const | osgIntrospection::PropertyInfo | |
setIndexedValue(Value &instance, ValueList &indices, const Value &value) const | osgIntrospection::PropertyInfo | |
setValue(Value &instance, const Value &value) const | osgIntrospection::PropertyInfo | |
~CustomAttributeProvider() | osgIntrospection::CustomAttributeProvider | [inline, protected, virtual] |