Definition at line 52 of file KoPolygonUtils.cpp.
◆ coordinate_type
| typedef int boost::polygon::polygon_traits< QPolygon >::coordinate_type |
◆ iterator_type
| typedef QPolygon::const_iterator boost::polygon::polygon_traits< QPolygon >::iterator_type |
◆ point_type
| typedef QPoint boost::polygon::polygon_traits< QPolygon >::point_type |
◆ begin_points()
| static iterator_type boost::polygon::polygon_traits< QPolygon >::begin_points |
( |
const QPolygon & | t | ) |
|
|
inlinestatic |
◆ end_points()
| static iterator_type boost::polygon::polygon_traits< QPolygon >::end_points |
( |
const QPolygon & | t | ) |
|
|
inlinestatic |
◆ size()
| static std::size_t boost::polygon::polygon_traits< QPolygon >::size |
( |
const QPolygon & | t | ) |
|
|
inlinestatic |
◆ winding()
| static winding_direction boost::polygon::polygon_traits< QPolygon >::winding |
( |
const QPolygon & | t | ) |
|
|
inlinestatic |
Definition at line 69 of file KoPolygonUtils.cpp.
69 {
70 Q_UNUSED(t);
71 return unknown_winding;
72 }
The documentation for this struct was generated from the following file: