RagTimeParserInternal::State Struct Reference

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

Public Member Functions

 State ()
 constructor More...
 
void initDefaultPatterns (int vers)
 init the pattern to default More...
 

Public Attributes

int m_numDataZone
 the number of data zone More...
 
std::multimap< std::string, MWAWEntrym_dataZoneMap
 a map: type->entry (datafork) More...
 
std::multimap< std::string, MWAWEntrym_RSRCZoneMap
 a map: type->entry (resource fork) More...
 
std::map< int, std::vector< MWAWColor > > m_idColorsMap
 the color map More...
 
std::vector< Patternm_patternList
 a list patternId -> pattern More...
 
int m_actualZoneId
 the actual zone id More...
 
std::map< int, Zonem_idZoneMap
 a map: zoneId->zone (datafork) More...
 
std::map< int, std::vector< int > > m_pageZonesIdMap
 a map: page->main zone id More...
 
std::map< int, Picturem_idPictureMap
 a map: zoneId->picture (datafork) More...
 
int m_actPage
 the actual page More...
 
int m_numPages
 the number of page of the final document More...
 

Detailed Description

Internal: the state of a RagTimeParser.

Constructor & Destructor Documentation

◆ State()

RagTimeParserInternal::State::State ( )
inline

constructor

Member Function Documentation

◆ initDefaultPatterns()

void RagTimeParserInternal::State::initDefaultPatterns ( int  vers)

init the pattern to default

Member Data Documentation

◆ m_actPage

int RagTimeParserInternal::State::m_actPage

the actual page

◆ m_actualZoneId

int RagTimeParserInternal::State::m_actualZoneId

the actual zone id

◆ m_dataZoneMap

std::multimap<std::string, MWAWEntry> RagTimeParserInternal::State::m_dataZoneMap

a map: type->entry (datafork)

◆ m_idColorsMap

std::map<int, std::vector<MWAWColor> > RagTimeParserInternal::State::m_idColorsMap

the color map

◆ m_idPictureMap

std::map<int, Picture> RagTimeParserInternal::State::m_idPictureMap

a map: zoneId->picture (datafork)

◆ m_idZoneMap

std::map<int, Zone> RagTimeParserInternal::State::m_idZoneMap

a map: zoneId->zone (datafork)

◆ m_numDataZone

int RagTimeParserInternal::State::m_numDataZone

the number of data zone

◆ m_numPages

int RagTimeParserInternal::State::m_numPages

the number of page of the final document

◆ m_pageZonesIdMap

std::map<int, std::vector<int> > RagTimeParserInternal::State::m_pageZonesIdMap

a map: page->main zone id

◆ m_patternList

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

a list patternId -> pattern

◆ m_RSRCZoneMap

std::multimap<std::string, MWAWEntry> RagTimeParserInternal::State::m_RSRCZoneMap

a map: type->entry (resource fork)


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

Generated for libmwaw by doxygen 1.8.14