QuattroDosChartInternal::State Struct Reference

the state of QuattroDosChart More...

Public Member Functions

 State ()
 constructor More...
 
bool getPattern (int id, WPSGraphicStyle::Pattern &pattern) const
 returns the pattern corresponding to a pattern id between 0 and 15 More...
 

Public Attributes

long m_eof
 the last file position More...
 
int m_version
 the file version More...
 
int m_hasLICSCharacters
 int to code if the file has LICS characters:-1 means unknown, 0 means no, 1 means yes More...
 
int m_chartType
 the chart type More...
 
std::multimap< int, std::shared_ptr< Chart > > m_idToChartMap
 map sheet id to chart More...
 

Detailed Description

the state of QuattroDosChart

Constructor & Destructor Documentation

◆ State()

QuattroDosChartInternal::State::State ( )
inline

constructor

Member Function Documentation

◆ getPattern()

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

returns the pattern corresponding to a pattern id between 0 and 15

Member Data Documentation

◆ m_chartType

int QuattroDosChartInternal::State::m_chartType

the chart type

◆ m_eof

long QuattroDosChartInternal::State::m_eof

the last file position

◆ m_hasLICSCharacters

int QuattroDosChartInternal::State::m_hasLICSCharacters

int to code if the file has LICS characters:-1 means unknown, 0 means no, 1 means yes

◆ m_idToChartMap

std::multimap<int,std::shared_ptr<Chart> > QuattroDosChartInternal::State::m_idToChartMap

map sheet id to chart

◆ m_version

int QuattroDosChartInternal::State::m_version

the file version


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

Generated on Fri May 27 2022 03:07:01 for libwps by doxygen 1.8.14