Lines Matching refs:strAttributeName
52 bool hasAttribute(const std::string& strAttributeName) const;
53 …bool getAttributeBoolean(const std::string& strAttributeName, const std::string& strTrueValue) con…
54 bool getAttributeBoolean(const std::string& strAttributeName) const;
55 std::string getAttributeString(const std::string& strAttributeName) const;
56 uint32_t getAttributeInteger(const std::string& strAttributeName) const;
57 int32_t getAttributeSignedInteger(const std::string& strAttributeName) const;
58 double getAttributeDouble(const std::string& strAttributeName) const;
68 void setAttributeBoolean(const std::string& strAttributeName, bool bValue);
69 void setAttributeString(const std::string& strAttributeName, const std::string& strValue);
72 void setAttributeInteger(const std::string& strAttributeName, uint32_t uiValue);
80 void setAttributeSignedInteger(const std::string& strAttributeName, int32_t iValue);