CWStyleManagerInternal::State Struct Reference

Internal: the state of a CWStyleManager. More...

List of all members.

Public Member Functions

 State ()
 constructor
void setDefaultColorList (int version)
 set the default color map
void setDefaultPatternList (int version)
 set the default pattern map
void setDefaultGradientList (int version)
 set the default pattern map
void setDefaultWallPaperList (int version)
 set the default pattern map
int getFontId (int localId) const
 return a mac font id corresponding to a local id

Public Attributes

int m_version
 the version
std::map< int, int > m_localFIdMap
 a map local fontId->fontId
std::map< int,
CWStyleManager::Style
m_stylesMap
 the styles map id->style
std::map< int, int > m_lookupMap
 the style lookupMap
std::vector< MWAWFont > m_fontList
 the list of fonts
std::vector
< CWStyleManager::CellFormat
m_cellFormatList
 the list of format
std::vector< MWAWGraphicStylem_graphList
 the Graphic list
std::vector< CWStyleManager::KSENm_ksenList
 the KSEN list
std::vector< MWAWColorm_colorList
 a list colorId -> color
std::vector< Patternm_patternList
 a list patternId -> pattern
std::vector< Gradientm_gradientList
 a list gradientId -> gradient
std::vector
< MWAWGraphicStyle::Pattern
m_wallpaperList
 a list wallPaperId -> pattern

Detailed Description

Internal: the state of a CWStyleManager.


Constructor & Destructor Documentation

constructor


Member Function Documentation

int CWStyleManagerInternal::State::getFontId ( int  localId) const [inline]

return a mac font id corresponding to a local id

set the default color map

set the default pattern map

set the default pattern map

set the default pattern map


Member Data Documentation

a list colorId -> color

Referenced by setDefaultColorList().

the list of fonts

a list gradientId -> gradient

Referenced by setDefaultGradientList().

a map local fontId->fontId

Referenced by getFontId().

the style lookupMap

a list patternId -> pattern

Referenced by setDefaultPatternList().

the styles map id->style


The documentation for this struct was generated from the following file: