Searched refs:pAttr (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Dcjparser.cpp1849 spAttribute* pAttr = new spAttribute(); local
1851 pAttr->mSrcLineNo = get_line_no();
1853 mpCurCtx->AddMember( pAttr );
1854 pAttr->mVisibility = mCurVis;
1856 pAttr->mIsConstant = 0;
1866 AttachComments( *pAttr, cur );
1868 pAttr->m_Name = get_token_str( cur );
1874 pAttr->m_Type = get_token_str( cur );
1883 pAttr->m_InitVal = pAttr
1908 spAttribute* pAttr = members[first++]->CastToAttribute(); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtreectrl.cpp960 wxTreeItemAttr* pAttr = (wxTreeItemAttr *)m_vAttrs.Get(lId); local
962 if (!pAttr)
966 return pAttr->GetTextColour();
974 wxTreeItemAttr* pAttr = (wxTreeItemAttr *)m_vAttrs.Get(lId); local
976 if (!pAttr)
980 return pAttr->GetBackgroundColour();
988 wxTreeItemAttr* pAttr = (wxTreeItemAttr *)m_vAttrs.Get(lId); local
990 if (!pAttr)
994 return pAttr->GetFont();
1005 wxTreeItemAttr* pAttr local
1024 wxTreeItemAttr* pAttr = (wxTreeItemAttr *)m_vAttrs.Get(lId); local
1043 wxTreeItemAttr* pAttr = (wxTreeItemAttr *)m_vAttrs.Get(lId); local
[all...]

Completed in 66 milliseconds