Home
last modified time | relevance | path

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

/trunk/main/tools/inc/tools/
H A Dresid.hxx54 mutable RESOURCE_TYPE m_nRT; // type for loading (mutable to be set later) member in ResId
61 …m_pResource = pRes; m_nResId = nId; m_nRT = RSC_NOTYPE; m_pResMgr = &rMgr; m_nRT2 = RSC_NOTYPE; m_… in ImplInit()
92 RESOURCE_TYPE GetRT() const { return( m_nRT ); } in GetRT()
107 if( RSC_NOTYPE == m_nRT ) in SetRT()
108 m_nRT = nType; in SetRT()
119 return (RSC_NOTYPE == m_nRT2) ? m_nRT : m_nRT2; in GetRT2()