Canvas5ImageInternal::State Struct Reference

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

Public Member Functions

 State ()
 constructor More...
 

Public Attributes

std::map< int, MWAWEmbeddedObjectm_idToObject
 the map id to bitmap More...
 
std::map< int, std::shared_ptr< VKFLImage > > m_idToGIF
 the map id to git More...
 
std::map< std::vector< unsigned >, std::shared_ptr< VKFLImage > > m_idToMACO
 the map id to maco More...
 
std::map< int, librevenge::RVNGBinaryData > m_idToQkTm
 the map id to quicktime More...
 

Detailed Description

Internal: the state of a Canvas5Image.

Constructor & Destructor Documentation

◆ State()

Canvas5ImageInternal::State::State ( )
inline

constructor

Member Data Documentation

◆ m_idToGIF

std::map<int, std::shared_ptr<VKFLImage> > Canvas5ImageInternal::State::m_idToGIF

the map id to git

◆ m_idToMACO

std::map<std::vector<unsigned>, std::shared_ptr<VKFLImage> > Canvas5ImageInternal::State::m_idToMACO

the map id to maco

◆ m_idToObject

std::map<int, MWAWEmbeddedObject> Canvas5ImageInternal::State::m_idToObject

the map id to bitmap

◆ m_idToQkTm

std::map<int, librevenge::RVNGBinaryData> Canvas5ImageInternal::State::m_idToQkTm

the map id to quicktime


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

Generated for libmwaw by doxygen 1.8.14