<< Return to Main Index

< Return to Class Index

CGXStylesMap::CGXStylesMap

CGXStylesMap();

CGXStylesMap(const CGXStylesMap& p);

p

Reference to a styles-map object.

Remarks

Constructs a styles-map object.

After constructing a CGXStylesMap, you should call CreateStandardStyles for initializing the default base styles.

   CGXStylesMap* pStyMap = new CGXStylesMap;
   pStyMap->CreateStandardStyles();
   GetParam()->SetStylesMap(pStyMap);

See Also

CGXStylesMap::CreateStandardStyles

CGXStylesMap

Class Overview | Class Members