Internal: the layer of a Canvas5Parser. More...
Public Member Functions | |
Layer () | |
constructor | |
Public Attributes | |
librevenge::RVNGString | m_name |
the layer name | |
int | m_numShapes |
the number of shape | |
std::vector< int > | m_shapesId |
the shape id | |
int | m_type |
the layer type (unknonw) | |
Internal: the layer of a Canvas5Parser.
|
inline |
constructor
librevenge::RVNGString Canvas5ParserInternal::Layer::m_name |
the layer name
Referenced by Canvas5Parser::readLayers().
int Canvas5ParserInternal::Layer::m_numShapes |
the number of shape
Referenced by Canvas5Parser::readLayers().
std::vector<int> Canvas5ParserInternal::Layer::m_shapesId |
the shape id
Referenced by Canvas5Parser::send().
int Canvas5ParserInternal::Layer::m_type |
the layer type (unknonw)
Referenced by Canvas5Parser::readLayers().