Searched refs:GetType (Results 1 – 8 of 8) sorted by relevance
69 virtual Type GetType() const;
61 virtual Type GetType() const;
217 virtual Type GetType() const = 0;
51 SmParamType GetType() const { return m_Type; } in GetType() function
111 PairFont::GetType() const in GetType() function in nw::font::PairFont
168 ResFontBase::GetType() const in GetType() function in nw::font::ResFontBase
2638 ExtUserDataType GetType() const in GetType() function2672 NW_ASSERT(GetType() == EXTUSERDATATYPE_STRING); in GetString()2687 NW_ASSERT(GetType() == EXTUSERDATATYPE_INT); in GetIntArray()2702 NW_ASSERT(GetType() == EXTUSERDATATYPE_FLOAT); in GetFloatArray()
168 switch (extUserDataAry[udIdx].GetType()) in PrintExtUserData()