Inkscape
Vector Graphics Editor
|
#include <bboxsort.h>
Public Member Functions | |
BBoxSort (SPItem *item, Geom::Rect const &bounds, Geom::Dim2 orientation, double begin, double end) | |
BBoxSort (const BBoxSort &rhs)=default | |
~BBoxSort ()=default | |
Public Attributes | |
double | anchor = 0.0 |
SPItem * | item = nullptr |
Geom::Rect | bbox |
Definition at line 21 of file bboxsort.h.
|
inline |
Definition at line 24 of file bboxsort.h.
References anchor, bbox, end, Geom::GenericRect< C >::max(), and Geom::GenericRect< C >::min().
|
default |
|
default |
double BBoxSort::anchor = 0.0 |
Definition at line 34 of file bboxsort.h.
Referenced by BBoxSort(), object_distribute(), and operator<().
Geom::Rect BBoxSort::bbox |
Definition at line 36 of file bboxsort.h.
Referenced by BBoxSort().
SPItem* BBoxSort::item = nullptr |
Definition at line 35 of file bboxsort.h.
Referenced by object_distribute().