getBoolean(const QString &name) const | PropertyList | |
getBoolean(const QString &name, const bool &defaultValue) const | PropertyList | |
getColor(const QString &name) const | PropertyList | |
getColor(const QString &name, const Color3f &defaultValue) const | PropertyList | |
getFloat(const QString &name) const | PropertyList | |
getFloat(const QString &name, const float &defaultValue) const | PropertyList | |
getInteger(const QString &name) const | PropertyList | |
getInteger(const QString &name, const int &defaultValue) const | PropertyList | |
getPoint(const QString &name) const | PropertyList | |
getPoint(const QString &name, const Point3f &defaultValue) const | PropertyList | |
getString(const QString &name) const | PropertyList | |
getString(const QString &name, const QString &defaultValue) const | PropertyList | |
getTransform(const QString &name) const | PropertyList | |
getTransform(const QString &name, const Transform &defaultValue) const | PropertyList | |
getVector(const QString &name) const | PropertyList | |
getVector(const QString &name, const Vector3f &defaultValue) const | PropertyList | |
PropertyList() | PropertyList | [inline] |
setBoolean(const QString &name, const bool &value) | PropertyList | |
setColor(const QString &name, const Color3f &value) | PropertyList | |
setFloat(const QString &name, const float &value) | PropertyList | |
setInteger(const QString &name, const int &value) | PropertyList | |
setPoint(const QString &name, const Point3f &value) | PropertyList | |
setString(const QString &name, const QString &value) | PropertyList | |
setTransform(const QString &name, const Transform &value) | PropertyList | |
setVector(const QString &name, const Vector3f &value) | PropertyList | |