CWStyleManagerInternal::State Struct Reference

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

Public Member Functions

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

Public Attributes

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

Detailed Description

Internal: the state of a CWStyleManager.

Constructor & Destructor Documentation

CWStyleManagerInternal::State::State ( )
inline

constructor

Member Function Documentation

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

return a mac font id corresponding to a local id

void CWStyleManagerInternal::State::setDefaultColorList ( int  version)

set the default color map

void CWStyleManagerInternal::State::setDefaultGradientList ( int  version)

set the default pattern map

void CWStyleManagerInternal::State::setDefaultPatternList ( int  version)

set the default pattern map

void CWStyleManagerInternal::State::setDefaultWallPaperList ( int  version)

set the default pattern map

Member Data Documentation

std::vector<CWStyleManager::CellFormat> CWStyleManagerInternal::State::m_cellFormatList

the list of format

std::vector<MWAWColor> CWStyleManagerInternal::State::m_colorList

a list colorId -> color

Referenced by setDefaultColorList().

std::vector<MWAWFont> CWStyleManagerInternal::State::m_fontList

the list of fonts

std::vector<Gradient> CWStyleManagerInternal::State::m_gradientList

a list gradientId -> gradient

Referenced by setDefaultGradientList().

std::vector<MWAWGraphicStyle> CWStyleManagerInternal::State::m_graphList

the Graphic list

std::vector<CWStyleManager::KSEN> CWStyleManagerInternal::State::m_ksenList

the KSEN list

std::map<int, int> CWStyleManagerInternal::State::m_localFIdMap

a map local fontId->fontId

Referenced by getFontId().

std::map<int, int> CWStyleManagerInternal::State::m_lookupMap

the style lookupMap

std::vector<Pattern> CWStyleManagerInternal::State::m_patternList

a list patternId -> pattern

Referenced by setDefaultPatternList().

std::map<int, CWStyleManager::Style> CWStyleManagerInternal::State::m_stylesMap

the styles map id->style

int CWStyleManagerInternal::State::m_version

the version

std::vector<MWAWGraphicStyle::Pattern> CWStyleManagerInternal::State::m_wallpaperList

a list wallPaperId -> pattern

Referenced by setDefaultWallPaperList().


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

Generated on Tue Mar 10 2015 17:32:10 for libmwaw by doxygen 1.8.5