Searched refs:GetType (Results 1 – 8 of 8) sorted by relevance
71 virtual Type GetType() const;
63 virtual Type GetType() const;
219 virtual Type GetType() const = 0;
53 SmParamType GetType() const { return m_Type; } in GetType() function
113 PairFont::GetType() const in GetType() function in nw::font::PairFont
170 ResFontBase::GetType() const in GetType() function in nw::font::ResFontBase
2673 ExtUserDataType GetType() const in GetType() function2707 NW_ASSERT(GetType() == EXTUSERDATATYPE_STRING); in GetString()2722 NW_ASSERT(GetType() == EXTUSERDATATYPE_INT); in GetIntArray()2737 NW_ASSERT(GetType() == EXTUSERDATATYPE_FLOAT); in GetFloatArray()
170 switch (extUserDataAry[udIdx].GetType()) in PrintExtUserData()