Lines Matching refs:pwsAttriName
91 virtual FX_BOOL HasAttribute(const FX_WCHAR* pwsAttriName) const = 0;
92 virtual void GetString(const FX_WCHAR* pwsAttriName,
97 virtual int32_t GetInteger(const FX_WCHAR* pwsAttriName,
99 virtual void SetInteger(const FX_WCHAR* pwsAttriName,
101 virtual FX_FLOAT GetFloat(const FX_WCHAR* pwsAttriName,
103 virtual void SetFloat(const FX_WCHAR* pwsAttriName, FX_FLOAT fAttriValue) = 0;
104 virtual void RemoveAttribute(const FX_WCHAR* pwsAttriName) = 0;
121 virtual FX_BOOL HasAttribute(const FX_WCHAR* pwsAttriName) const = 0;
122 virtual void GetString(const FX_WCHAR* pwsAttriName,
127 virtual int32_t GetInteger(const FX_WCHAR* pwsAttriName,
129 virtual void SetInteger(const FX_WCHAR* pwsAttriName,
131 virtual FX_FLOAT GetFloat(const FX_WCHAR* pwsAttriName,
133 virtual void SetFloat(const FX_WCHAR* pwsAttriName, FX_FLOAT fAttriValue) = 0;
134 virtual void RemoveAttribute(const FX_WCHAR* pwsAttriName) = 0;