#include <VSDStencils.h>
Public Member Functions | |
| VSDStencils () | |
| ~VSDStencils () | |
| void | addStencil (unsigned idx, const VSDStencil &stencil) |
| const VSDStencil * | getStencil (unsigned idx) const |
| const VSDShape * | getStencilShape (unsigned pageId, unsigned shapeId) const |
| unsigned | count () const |
Private Attributes | |
| std::map< unsigned, VSDStencil > | m_stencils |
| void libvisio::VSDStencils::addStencil | ( | unsigned | idx, |
| const VSDStencil & | stencil | ||
| ) |
| unsigned libvisio::VSDStencils::count | ( | ) | const [inline] |
| const libvisio::VSDStencil * libvisio::VSDStencils::getStencil | ( | unsigned | idx | ) | const |
| const libvisio::VSDShape * libvisio::VSDStencils::getStencilShape | ( | unsigned | pageId, |
| unsigned | shapeId | ||
| ) | const |
std::map<unsigned, VSDStencil> libvisio::VSDStencils::m_stencils [private] |
Referenced by count().