Internal: the internal image of a Canvas5Image. More...
Public Member Functions | |
VKFLImage () | |
constructor More... | |
Public Attributes | |
MWAWEntry | m_data [2] |
the data entry More... | |
std::vector< VKFLShape > | m_shapes |
the list of shape More... | |
MWAWBox2f | m_boxes [2] |
the dimensions More... | |
std::array< double, 9 > | m_matrices [2] |
the transformations More... | |
std::map< long, std::pair< unsigned, unsigned > > | m_posToTypesMap |
the map pos to type and sub type More... | |
std::map< long, MWAWGraphicStyle::Arrow > | m_posToArrowMap |
the position to arrow map More... | |
std::map< long, std::shared_ptr< Canvas5StyleManagerInternal::ColorStyle > > | m_posToColorMap |
the position to color map More... | |
std::map< long, std::vector< float > > | m_posToDashMap |
the position to dash map More... | |
std::map< long, std::array< double, 9 > > | m_posToMatrixMap |
the position to matrix map More... | |
std::map< long, std::shared_ptr< Canvas5StyleManagerInternal::PenStyle > > | m_posToPenMap |
the position to pen map More... | |
std::map< long, Stroke > | m_posToStrokeMap |
the position to stroke map More... | |
Internal: the internal image of a Canvas5Image.
|
inline |
constructor
MWAWBox2f Canvas5ImageInternal::VKFLImage::m_boxes[2] |
the dimensions
Referenced by VKFLImage().
MWAWEntry Canvas5ImageInternal::VKFLImage::m_data[2] |
the data entry
Referenced by Canvas5Image::readVKFLShape(), Canvas5Image::readVKFLShapeMainData(), and Canvas5Image::readVKFLShapeOtherData().
std::array<double,9> Canvas5ImageInternal::VKFLImage::m_matrices[2] |
the transformations
Referenced by VKFLImage().
std::map<long, MWAWGraphicStyle::Arrow> Canvas5ImageInternal::VKFLImage::m_posToArrowMap |
the position to arrow map
Referenced by Canvas5Image::readVKFLShapeOtherData(), and Canvas5Image::send().
std::map<long, std::shared_ptr<Canvas5StyleManagerInternal::ColorStyle> > Canvas5ImageInternal::VKFLImage::m_posToColorMap |
the position to color map
Referenced by Canvas5Image::readVKFLShapeOtherData(), and Canvas5Image::send().
std::map<long, std::vector<float> > Canvas5ImageInternal::VKFLImage::m_posToDashMap |
the position to dash map
Referenced by Canvas5Image::readVKFLShapeOtherData(), and Canvas5Image::send().
std::map<long, std::array<double,9> > Canvas5ImageInternal::VKFLImage::m_posToMatrixMap |
the position to matrix map
Referenced by Canvas5Image::readVKFLShapeOtherData(), and Canvas5Image::send().
std::map<long, std::shared_ptr<Canvas5StyleManagerInternal::PenStyle> > Canvas5ImageInternal::VKFLImage::m_posToPenMap |
the position to pen map
Referenced by Canvas5Image::readVKFLShapeOtherData(), and Canvas5Image::send().
std::map<long, Stroke> Canvas5ImageInternal::VKFLImage::m_posToStrokeMap |
the position to stroke map
Referenced by Canvas5Image::readVKFLShapeOtherData(), and Canvas5Image::send().
std::map<long, std::pair<unsigned, unsigned> > Canvas5ImageInternal::VKFLImage::m_posToTypesMap |
the map pos to type and sub type
std::vector<VKFLShape> Canvas5ImageInternal::VKFLImage::m_shapes |
the list of shape
Referenced by Canvas5Image::readVKFLShape(), Canvas5Image::readVKFLShapeMainData(), and Canvas5Image::send().