Nori  23
PropertyList Member List

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

getBoolean(const std::string &name) constPropertyList
getBoolean(const std::string &name, const bool &defaultValue) constPropertyList
getColor(const std::string &name) constPropertyList
getColor(const std::string &name, const Color3f &defaultValue) constPropertyList
getFloat(const std::string &name) constPropertyList
getFloat(const std::string &name, const float &defaultValue) constPropertyList
getInteger(const std::string &name) constPropertyList
getInteger(const std::string &name, const int &defaultValue) constPropertyList
getPoint2(const std::string &name) constPropertyList
getPoint2(const std::string &name, const Point2f &defaultValue) constPropertyList
getPoint3(const std::string &name) constPropertyList
getPoint3(const std::string &name, const Point3f &defaultValue) constPropertyList
getString(const std::string &name) constPropertyList
getString(const std::string &name, const std::string &defaultValue) constPropertyList
getTransform(const std::string &name) constPropertyList
getTransform(const std::string &name, const Transform &defaultValue) constPropertyList
getVector2(const std::string &name) constPropertyList
getVector2(const std::string &name, const Vector2f &defaultValue) constPropertyList
getVector3(const std::string &name) constPropertyList
getVector3(const std::string &name, const Vector3f &defaultValue) constPropertyList
has(const std::string &name) const (defined in PropertyList)PropertyListinline
PropertyList() (defined in PropertyList)PropertyListinline
setBoolean(const std::string &name, const bool &value)PropertyList
setColor(const std::string &name, const Color3f &value)PropertyList
setFloat(const std::string &name, const float &value)PropertyList
setInteger(const std::string &name, const int &value)PropertyList
setPoint2(const std::string &name, const Point2f &value)PropertyList
setPoint3(const std::string &name, const Point3f &value)PropertyList
setString(const std::string &name, const std::string &value)PropertyList
setTransform(const std::string &name, const Transform &value)PropertyList
setVector2(const std::string &name, const Vector2f &value)PropertyList
setVector3(const std::string &name, const Vector3f &value)PropertyList