Searched refs:pClassColor (Results 1 – 3 of 3) sorted by relevance
/trunk/main/rsc/source/parser/ |
H A D | rscicpx.cxx | 147 RscTop * pClassColor; in InitClassColor() local 151 pClassColor = new RscClass( nId, RSC_COLOR, pSuper ); in InitClassColor() 153 aNmTb.Put( nId, CLASSNAME, pClassColor ); in InitClassColor() 157 pClassColor->SetVariable( nId, &aUShort ); in InitClassColor() 159 pClassColor->SetVariable( nId, &aUShort ); in InitClassColor() 161 pClassColor->SetVariable( nId, &aUShort ); in InitClassColor() 163 pClassColor->SetVariable( nId, pColor ); in InitClassColor() 165 return( pClassColor ); in InitClassColor() 172 RscTop * pClassColor ) in InitClassImage() argument 189 pClassImage->SetVariable( nId, pClassColor, NULL, in InitClassImage() [all …]
|
H A D | rscinit.cxx | 113 RscTop * pClassColor; in Init() local 439 pClassColor = InitClassColor( pClassMgr, pColor ); in Init() 440 pRoot->Insert( pClassColor ); in Init() 443 pClassImage = InitClassImage( pClassMgr, pClassBitmap, pClassColor ); in Init() 448 pClassColor, pStringLongTupelList ); in Init()
|
/trunk/main/rsc/inc/ |
H A D | rscdb.hxx | 172 RscTop * pClassColor ); 174 RscTop * pClassColor, RscCont * pStrLst );
|
Completed in 19 milliseconds