gui::RectArray< T > Class Template Reference

#include <rect2Darray.h>

Inheritance diagram for gui::RectArray< T >:
Q_PtrList

List of all members.

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

template<typename T>
class gui::RectArray< T >


Constructor & Destructor Documentation

template<typename T >
gui::RectArray< T >::RectArray (  )  [inline]
template<typename T >
gui::RectArray< T >::~RectArray (  )  [inline]

Member Function Documentation

template<typename T>
virtual int gui::RectArray< T >::compareItems ( Q_PtrCollection::Item  s1,
Q_PtrCollection::Item  s2 
) [inline, protected, virtual]
template<typename T >
int gui::RectArray< T >::getMaxY (  )  const [inline]
template<typename T >
int gui::RectArray< T >::getMinY (  )  const [inline]
template<typename T >
void gui::RectArray< T >::initAllBBoxPtr ( RectArray< T > *  prev,
RectArray< T > *  next 
) [inline]
template<typename T >
void gui::RectArray< T >::myAppend ( const BBoxOfObjectOnPage< T > *  item  )  [inline]
template<typename T>
bool gui::RectArray< T >::operator< ( const RectArray< T > &  second  )  const [inline]
template<typename T>
bool gui::RectArray< T >::operator== ( const RectArray< T > &  second  )  const [inline]
template<typename T>
bool gui::RectArray< T >::operator> ( const RectArray< T > &  second  )  const [inline]

Member Data Documentation

template<typename T>
int gui::RectArray< T >::maxY [private]
template<typename T>
int gui::RectArray< T >::minY [private]

The documentation for this class was generated from the following file: