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