WPSOLE1ParserInternal::State Struct Reference

Internal: internal method to keep ole1 state. More...

Public Member Functions

 State (shared_ptr< WPSStream > fileStream)
 constructor More...
 
void createPictureIdToZoneIdList ()
 create the pictureIdToZoneIdList More...
 

Public Attributes

shared_ptr< WPSStreamm_fileStream
 the file stream More...
 
std::map< int, OLEZonem_idToZoneMap
 the map id to zone More...
 
std::map< int, std::string > m_idToTypeNameMap
 the map id to zone type More...
 
std::vector< int > m_pictureIdToZoneIdList
 a map local id to picture id zone More...
 
bool m_pictureIdToZoneIdListCreated
 a flag to know if the pictureIdToZoneIdList is created More...
 

Detailed Description

Internal: internal method to keep ole1 state.

Constructor & Destructor Documentation

WPSOLE1ParserInternal::State::State ( shared_ptr< WPSStream fileStream)
inlineexplicit

constructor

Member Function Documentation

void WPSOLE1ParserInternal::State::createPictureIdToZoneIdList ( )

create the pictureIdToZoneIdList

Member Data Documentation

shared_ptr<WPSStream> WPSOLE1ParserInternal::State::m_fileStream

the file stream

std::map<int, std::string> WPSOLE1ParserInternal::State::m_idToTypeNameMap

the map id to zone type

std::map<int, OLEZone> WPSOLE1ParserInternal::State::m_idToZoneMap

the map id to zone

std::vector<int> WPSOLE1ParserInternal::State::m_pictureIdToZoneIdList

a map local id to picture id zone

bool WPSOLE1ParserInternal::State::m_pictureIdToZoneIdListCreated

a flag to know if the pictureIdToZoneIdList is created


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

Generated on Sat Jul 29 2017 15:32:24 for libwps by doxygen 1.8.8