#include <rect2Darray.h>
Public Member Functions | |
| RectArray () | |
| ~RectArray () | |
| void | myAppend (const BBoxOfObjectOnPage< T > *item) |
| bool | operator> (const RectArray &second) const |
| bool | operator< (const RectArray &second) const |
| bool | operator== (const RectArray &second) const |
| int | getMinY () const |
| int | getMaxY () const |
| void | initAllBBoxPtr (RectArray *prev, RectArray *next) |
Protected Member Functions | |
| virtual int | compareItems (Q_PtrCollection::Item s1, Q_PtrCollection::Item s2) |
Private Attributes | |
| int | minY |
| int | maxY |
| gui::RectArray< T >::RectArray | ( | ) | [inline] |
| gui::RectArray< T >::~RectArray | ( | ) | [inline] |
| virtual int gui::RectArray< T >::compareItems | ( | Q_PtrCollection::Item | s1, | |
| Q_PtrCollection::Item | s2 | |||
| ) | [inline, protected, virtual] |
| int gui::RectArray< T >::getMaxY | ( | ) | const [inline] |
References gui::RectArray< T >::maxY.
Referenced by gui::PageViewMode_TextSelection::getNearestObject().
| int gui::RectArray< T >::getMinY | ( | ) | const [inline] |
| void gui::RectArray< T >::initAllBBoxPtr | ( | RectArray< T > * | prev, | |
| RectArray< T > * | next | |||
| ) | [inline] |
References _JM_NAMESPACE::max(), _JM_NAMESPACE::min(), and gui::BBoxOfObjectOnPage< T >::setUpBBox().
Referenced by gui::Rect2DArray< T >::initAllBBoxPtr().
| void gui::RectArray< T >::myAppend | ( | const BBoxOfObjectOnPage< T > * | item | ) | [inline] |
References _JM_NAMESPACE::max(), gui::RectArray< T >::maxY, _JM_NAMESPACE::min(), and gui::RectArray< T >::minY.
Referenced by gui::Rect2DArray< T >::myAppend().
| bool gui::RectArray< T >::operator< | ( | const RectArray< T > & | second | ) | const [inline] |
References gui::RectArray< T >::getMinY().
| bool gui::RectArray< T >::operator== | ( | const RectArray< T > & | second | ) | const [inline] |
References gui::RectArray< T >::getMinY().
| bool gui::RectArray< T >::operator> | ( | const RectArray< T > & | second | ) | const [inline] |
References gui::RectArray< T >::getMinY().
int gui::RectArray< T >::maxY [private] |
int gui::RectArray< T >::minY [private] |