LotusStyleManagerInternal::State Struct Reference

the state of LotusStyleManager More...

Public Member Functions

 State ()
 constructor More...
 
bool getColor (int id, WPSColor &color) const
 returns a color corresponding to an id More...
 
bool getPattern (int id, WPSGraphicStyle::Pattern &pattern) const
 returns the pattern corresponding to a pattern id More...
 

Public Attributes

long m_eof
 the last file position More...
 
int m_version
 the file version More...
 
bool m_isUpdated
 a flag to know if updateState was launched More...
 
std::map< int, CellStylem_idCellStyleMap
 a map id to cell style More...
 
std::map< int, ColorStylem_idColorStyleMap
 a map id to color style More...
 
std::map< int, FontStylem_idFontStyleMap
 a map id to font style More...
 
std::map< int, FormatStylem_idFormatStyleMap
 a map id to format style More...
 
std::map< int, GraphicStylem_idGraphicStyleMap
 a map id to graphic style More...
 
std::map< int, LineStylem_idLineStyleMap
 a map id to line style More...
 

Detailed Description

the state of LotusStyleManager

Constructor & Destructor Documentation

§ State()

LotusStyleManagerInternal::State::State ( )
inline

constructor

Member Function Documentation

§ getColor()

bool LotusStyleManagerInternal::State::getColor ( int  id,
WPSColor color 
) const

returns a color corresponding to an id

§ getPattern()

bool LotusStyleManagerInternal::State::getPattern ( int  id,
WPSGraphicStyle::Pattern pattern 
) const

returns the pattern corresponding to a pattern id

Member Data Documentation

§ m_eof

long LotusStyleManagerInternal::State::m_eof

the last file position

§ m_idCellStyleMap

std::map<int, CellStyle> LotusStyleManagerInternal::State::m_idCellStyleMap

a map id to cell style

§ m_idColorStyleMap

std::map<int, ColorStyle> LotusStyleManagerInternal::State::m_idColorStyleMap

a map id to color style

§ m_idFontStyleMap

std::map<int, FontStyle> LotusStyleManagerInternal::State::m_idFontStyleMap

a map id to font style

§ m_idFormatStyleMap

std::map<int, FormatStyle> LotusStyleManagerInternal::State::m_idFormatStyleMap

a map id to format style

§ m_idGraphicStyleMap

std::map<int, GraphicStyle> LotusStyleManagerInternal::State::m_idGraphicStyleMap

a map id to graphic style

§ m_idLineStyleMap

std::map<int, LineStyle> LotusStyleManagerInternal::State::m_idLineStyleMap

a map id to line style

§ m_isUpdated

bool LotusStyleManagerInternal::State::m_isUpdated

a flag to know if updateState was launched

§ m_version

int LotusStyleManagerInternal::State::m_version

the file version


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

Generated on Tue Nov 1 2016 20:39:28 for libwps by doxygen 1.8.12