#include <VSDXPages.h>
Public Member Functions | |
VSDXPages () | |
~VSDXPages () | |
void | addPage (const VSDXPage &page) |
void | draw (libwpg::WPGPaintInterface *painter) |
Private Member Functions | |
void | _drawWithBackground (libwpg::WPGPaintInterface *painter, const VSDXPage &page) |
Private Attributes | |
std::map< unsigned, VSDXPage > | m_pages |
void libvisio::VSDXPages::_drawWithBackground | ( | libwpg::WPGPaintInterface * | painter, |
const VSDXPage & | page | ||
) | [private] |
void libvisio::VSDXPages::addPage | ( | const VSDXPage & | page | ) |
void libvisio::VSDXPages::draw | ( | libwpg::WPGPaintInterface * | painter | ) |
std::map<unsigned, VSDXPage> libvisio::VSDXPages::m_pages [private] |