#include <WPGPen.h>
Public Member Functions | |
WPGDashArray () | |
~WPGDashArray () | |
WPGDashArray (const WPGDashArray &) | |
WPGDashArray & | operator= (const WPGDashArray &) |
unsigned | count () const |
double | at (unsigned i) const |
void | add (double p) |
Private Attributes | |
WPGDashArrayPrivate * | d |
libwpg::WPGDashArray::WPGDashArray | ( | ) |
libwpg::WPGDashArray::~WPGDashArray | ( | ) |
libwpg::WPGDashArray::WPGDashArray | ( | const WPGDashArray & | dash | ) |
libwpg::WPGDashArray & libwpg::WPGDashArray::operator= | ( | const WPGDashArray & | dash | ) |
unsigned libwpg::WPGDashArray::count | ( | ) | const |
Referenced by libwpg::WPGSVGGenerator::writeStyle().
double libwpg::WPGDashArray::at | ( | unsigned | i | ) | const |
Referenced by libwpg::WPGSVGGenerator::writeStyle().
void libwpg::WPGDashArray::add | ( | double | p | ) |
Referenced by WPG2Parser::handlePenStyleDefinition(), and WPG2Parser::handleStartWPG().
WPGDashArrayPrivate* libwpg::WPGDashArray::d [private] |
Referenced by add(), at(), count(), operator=(), WPGDashArray(), and ~WPGDashArray().