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