| Public Member Functions | |
| Layer () | |
| constructor  More... | |
| Public Attributes | |
| int | m_numShapes | 
| the number of shape  More... | |
| int | m_firstShape | 
| the first shape  More... | |
| bool | m_isHidden | 
| true if the layer is hidden  More... | |
| MWAWBox2f | m_box | 
| the layer bounding box (if computed)  More... | |
| std::map< int, int > | m_libraryToObjectMap | 
| map library to pos  More... | |
| long | m_N [3] | 
| some unknown number find in the beginning of the header  More... | |
| librevenge::RVNGString | m_name | 
| the layer name  More... | |
| 
 | inline | 
constructor
| MWAWBox2f MacDrawProParserInternal::Layer::m_box | 
the layer bounding box (if computed)
| int MacDrawProParserInternal::Layer::m_firstShape | 
the first shape
Referenced by MacDrawProParser::readLayersInfo(), and MacDrawProParser::send().
| bool MacDrawProParserInternal::Layer::m_isHidden | 
true if the layer is hidden
Referenced by MacDrawProParser::readLayersInfo().
| std::map<int, int> MacDrawProParserInternal::Layer::m_libraryToObjectMap | 
map library to pos
Referenced by MacDrawProParser::readLayerLibraryCorrespondance().
| long MacDrawProParserInternal::Layer::m_N[3] | 
some unknown number find in the beginning of the header
Referenced by Layer(), and MacDrawProParser::readLayersInfo().
| librevenge::RVNGString MacDrawProParserInternal::Layer::m_name | 
the layer name
Referenced by MacDrawProParser::send().
| int MacDrawProParserInternal::Layer::m_numShapes | 
the number of shape
Referenced by MacDrawProParser::readLayersInfo(), and MacDrawProParser::send().