|
Scribus
Open source desktop publishing at your fingertips
|
Public Member Functions | |
| IPoint (ICoord x, ICoord y) | |
| IPoint (NRPointL const &p) | |
| IPoint (IPoint const &p) | |
| IPoint & | operator= (IPoint const &p) |
| operator Point () | |
| ICoord | operator[] (unsigned i) const throw (std::out_of_range) |
| ICoord & | operator[] (unsigned i) throw (std::out_of_range) |
| ICoord | operator[] (Dim2 d) const throw () |
| ICoord & | operator[] (Dim2 d) throw () |
| IPoint & | operator+= (IPoint const &o) |
| IPoint & | operator-= (IPoint const &o) |