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