Internal: internal method to keep ole1 state. More...
Public Member Functions | |
State (std::shared_ptr< WPSStream > const &fileStream) | |
constructor | |
void | createPictureIdToZoneIdList () |
create the pictureIdToZoneIdList |
Public Attributes | |
std::shared_ptr< WPSStream > | m_fileStream |
the file stream | |
std::map< int, OLEZone > | m_idToZoneMap |
the map id to zone | |
std::map< int, std::string > | m_idToTypeNameMap |
the map id to zone type | |
std::vector< int > | m_pictureIdToZoneIdList |
a map local id to picture id zone | |
bool | m_pictureIdToZoneIdListCreated |
a flag to know if the pictureIdToZoneIdList is created |
Internal: internal method to keep ole1 state.
|
inlineexplicit |
constructor
void WPSOLE1ParserInternal::State::createPictureIdToZoneIdList | ( | ) |
create the pictureIdToZoneIdList
std::shared_ptr<WPSStream> WPSOLE1ParserInternal::State::m_fileStream |
the file stream
Referenced by State().
std::map<int, std::string> WPSOLE1ParserInternal::State::m_idToTypeNameMap |
the map id to zone type
Referenced by State().
std::map<int, OLEZone> WPSOLE1ParserInternal::State::m_idToZoneMap |
the map id to zone
Referenced by createPictureIdToZoneIdList(), and State().
std::vector<int> WPSOLE1ParserInternal::State::m_pictureIdToZoneIdList |
a map local id to picture id zone
Referenced by createPictureIdToZoneIdList(), and State().
bool WPSOLE1ParserInternal::State::m_pictureIdToZoneIdListCreated |
a flag to know if the pictureIdToZoneIdList is created
Referenced by createPictureIdToZoneIdList(), and State().