Internal: the state of a Canvas5Image. More...
Public Member Functions | |
State () | |
constructor | |
Public Attributes | |
std::map< int, MWAWEmbeddedObject > | m_idToObject |
the map id to bitmap | |
std::map< int, std::shared_ptr< VKFLImage > > | m_idToGIF |
the map id to git | |
std::map< std::vector< unsigned >, std::shared_ptr< VKFLImage > > | m_idToMACO |
the map id to maco | |
std::map< int, librevenge::RVNGBinaryData > | m_idToQkTm |
the map id to quicktime | |
Internal: the state of a Canvas5Image.
|
inline |
constructor
std::map<int, std::shared_ptr<VKFLImage> > Canvas5ImageInternal::State::m_idToGIF |
the map id to git
Referenced by State().
std::map<std::vector<unsigned>, std::shared_ptr<VKFLImage> > Canvas5ImageInternal::State::m_idToMACO |
the map id to maco
Referenced by State().
std::map<int, MWAWEmbeddedObject> Canvas5ImageInternal::State::m_idToObject |
the map id to bitmap
Referenced by State().
std::map<int, librevenge::RVNGBinaryData> Canvas5ImageInternal::State::m_idToQkTm |
the map id to quicktime
Referenced by State().