Lines Matching refs:pwsAttriName
89 bool HasAttribute(const FX_WCHAR* pwsAttriName) const;
90 void GetString(const FX_WCHAR* pwsAttriName,
95 int32_t GetInteger(const FX_WCHAR* pwsAttriName, int32_t iDefValue = 0) const;
96 void SetInteger(const FX_WCHAR* pwsAttriName, int32_t iAttriValue);
97 FX_FLOAT GetFloat(const FX_WCHAR* pwsAttriName, FX_FLOAT fDefValue = 0) const;
98 void SetFloat(const FX_WCHAR* pwsAttriName, FX_FLOAT fAttriValue);
99 void RemoveAttribute(const FX_WCHAR* pwsAttriName);
129 bool HasAttribute(const FX_WCHAR* pwsAttriName) const;
130 void RemoveAttribute(const FX_WCHAR* pwsAttriName);
132 void GetString(const FX_WCHAR* pwsAttriName,
138 int32_t GetInteger(const FX_WCHAR* pwsAttriName, int32_t iDefValue = 0) const;
139 void SetInteger(const FX_WCHAR* pwsAttriName, int32_t iAttriValue);
141 FX_FLOAT GetFloat(const FX_WCHAR* pwsAttriName, FX_FLOAT fDefValue = 0) const;
142 void SetFloat(const FX_WCHAR* pwsAttriName, FX_FLOAT fAttriValue);