#include <WPGPoint.h>
Public Member Functions | |
| WPGPointArray () | |
| ~WPGPointArray () | |
| WPGPointArray (const WPGPointArray &) | |
| WPGPointArray & | operator= (const WPGPointArray &) |
| unsigned | count () const |
| WPGPoint & | at (unsigned i) |
| const WPGPoint & | at (unsigned i) const |
| const WPGPoint & | operator[] (unsigned i) const |
| void | add (const WPGPoint &p) |
Private Attributes | |
| WPGPointArrayPrivate * | d |
| libwpg::WPGPointArray::WPGPointArray | ( | ) |
| libwpg::WPGPointArray::~WPGPointArray | ( | ) |
| libwpg::WPGPointArray::WPGPointArray | ( | const WPGPointArray & | pa | ) |
| void libwpg::WPGPointArray::add | ( | const WPGPoint & | p | ) |
| const libwpg::WPGPoint & libwpg::WPGPointArray::at | ( | unsigned | i | ) | const |
| libwpg::WPGPoint & libwpg::WPGPointArray::at | ( | unsigned | i | ) |
| unsigned libwpg::WPGPointArray::count | ( | ) | const |
Referenced by libwpg::WPGSVGGenerator::drawPolygon(), and WPG2Parser::handlePolycurve().
| libwpg::WPGPointArray & libwpg::WPGPointArray::operator= | ( | const WPGPointArray & | pa | ) |
| const libwpg::WPGPoint & libwpg::WPGPointArray::operator[] | ( | unsigned | i | ) | const |
WPGPointArrayPrivate* libwpg::WPGPointArray::d [private] |
Referenced by operator=(), and WPGPointArray().