Home
last modified time | relevance | path

Searched refs:GetType (Results 1 – 8 of 8) sorted by relevance

/NW4C-1.3.3/include/nw/font/
Dfont_PairFont.h69 virtual Type GetType() const;
Dfont_ResFontBase.h61 virtual Type GetType() const;
Dfont_Font.h217 virtual Type GetType() const = 0;
/NW4C-1.3.3/demos/Nw4cDemo/include/
DSmInitialFileParser.h51 SmParamType GetType() const { return m_Type; } in GetType() function
/NW4C-1.3.3/sources/libraries/font/
Dfont_PairFont.cpp111 PairFont::GetType() const in GetType() function in nw::font::PairFont
Dfont_ResFontBase.cpp168 ResFontBase::GetType() const in GetType() function in nw::font::ResFontBase
/NW4C-1.3.3/include/nw/lyt/
Dlyt_Types.h2638 ExtUserDataType GetType() const in GetType() function
2672 NW_ASSERT(GetType() == EXTUSERDATATYPE_STRING); in GetString()
2687 NW_ASSERT(GetType() == EXTUSERDATATYPE_INT); in GetIntArray()
2702 NW_ASSERT(GetType() == EXTUSERDATATYPE_FLOAT); in GetFloatArray()
/NW4C-1.3.3/demos/lyt/extUserData/sources/
Dmain.cpp168 switch (extUserDataAry[udIdx].GetType()) in PrintExtUserData()