#include <WPGRect.h>
Public Member Functions | |
| WPGRect () | |
| WPGRect (double xx1, double yy1, double xx2, double yy2) | |
| WPGRect (const WPGRect &rect) | |
| WPGRect & | operator= (const WPGRect &rect) |
| double | width () const |
| double | height () const |
Public Attributes | |
| double | x1 |
| double | y1 |
| double | x2 |
| double | y2 |
| libwpg::WPGRect::WPGRect | ( | ) |
| libwpg::WPGRect::WPGRect | ( | double | xx1, | |
| double | yy1, | |||
| double | xx2, | |||
| double | yy2 | |||
| ) |
| libwpg::WPGRect::WPGRect | ( | const WPGRect & | rect | ) |
| libwpg::WPGRect & libwpg::WPGRect::operator= | ( | const WPGRect & | rect | ) |
| double libwpg::WPGRect::width | ( | ) | const |
| double libwpg::WPGRect::height | ( | ) | const |
| double libwpg::WPGRect::x1 |
| double libwpg::WPGRect::y1 |
| double libwpg::WPGRect::x2 |
Referenced by WPG2Parser::handleRectangle(), WPG1Parser::handleRectangle(), operator=(), WPG2TransformMatrix::transform(), and width().
| double libwpg::WPGRect::y2 |