This is the complete list of members for PropertyList, including all inherited members.
getBoolean(const std::string &name) const | PropertyList | |
getBoolean(const std::string &name, const bool &defaultValue) const | PropertyList | |
getColor(const std::string &name) const | PropertyList | |
getColor(const std::string &name, const Color3f &defaultValue) const | PropertyList | |
getFloat(const std::string &name) const | PropertyList | |
getFloat(const std::string &name, const float &defaultValue) const | PropertyList | |
getInteger(const std::string &name) const | PropertyList | |
getInteger(const std::string &name, const int &defaultValue) const | PropertyList | |
getPoint2(const std::string &name) const | PropertyList | |
getPoint2(const std::string &name, const Point2f &defaultValue) const | PropertyList | |
getPoint3(const std::string &name) const | PropertyList | |
getPoint3(const std::string &name, const Point3f &defaultValue) const | PropertyList | |
getString(const std::string &name) const | PropertyList | |
getString(const std::string &name, const std::string &defaultValue) const | PropertyList | |
getTransform(const std::string &name) const | PropertyList | |
getTransform(const std::string &name, const Transform &defaultValue) const | PropertyList | |
getVector2(const std::string &name) const | PropertyList | |
getVector2(const std::string &name, const Vector2f &defaultValue) const | PropertyList | |
getVector3(const std::string &name) const | PropertyList | |
getVector3(const std::string &name, const Vector3f &defaultValue) const | PropertyList | |
has(const std::string &name) const (defined in PropertyList) | PropertyList | inline |
PropertyList() (defined in PropertyList) | PropertyList | inline |
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 |