#include <rect2Darray.h>
| gui::BBoxOfObjectOnPage< T >::BBoxOfObjectOnPage | ( | ) | [inline] |
| gui::BBoxOfObjectOnPage< T >::BBoxOfObjectOnPage | ( | const BBoxOfObjectOnPage< T > & | b | ) | [inline] |
References gui::BBoxOfObjectOnPage< T >::object, gui::BBoxOfObjectOnPage< T >::ptr_down, gui::BBoxOfObjectOnPage< T >::ptr_first, gui::BBoxOfObjectOnPage< T >::ptr_last, gui::BBoxOfObjectOnPage< T >::ptr_left, gui::BBoxOfObjectOnPage< T >::ptr_nextLineFirst, gui::BBoxOfObjectOnPage< T >::ptr_prevLineLast, gui::BBoxOfObjectOnPage< T >::ptr_right, and gui::BBoxOfObjectOnPage< T >::ptr_up.
| gui::BBoxOfObjectOnPage< T >::BBoxOfObjectOnPage | ( | const QRect & | r, | |
| T | po | |||
| ) | [inline] |
| gui::BBoxOfObjectOnPage< T >::~BBoxOfObjectOnPage | ( | ) | [inline, virtual] |
| const BBoxOfObjectOnPage< T > * gui::BBoxOfObjectOnPage< T >::getDownBBox | ( | ) | const [inline] |
References gui::BBoxOfObjectOnPage< T >::ptr_down.
Referenced by gui::PageViewMode_TextSelection::mouseMoveWithPressedLeftButton().
| const BBoxOfObjectOnPage< T > * gui::BBoxOfObjectOnPage< T >::getFirstBBox | ( | ) | const [inline] |
References gui::BBoxOfObjectOnPage< T >::ptr_first.
Referenced by gui::PageViewMode_TextSelection::mouseMoveWithPressedLeftButton().
| const BBoxOfObjectOnPage< T > * gui::BBoxOfObjectOnPage< T >::getLastBBox | ( | ) | const [inline] |
References gui::BBoxOfObjectOnPage< T >::ptr_last.
Referenced by gui::PageViewMode_TextSelection::mouseMoveWithPressedLeftButton().
| const BBoxOfObjectOnPage< T > * gui::BBoxOfObjectOnPage< T >::getLeftBBox | ( | ) | const [inline] |
| const BBoxOfObjectOnPage< T > * gui::BBoxOfObjectOnPage< T >::getNextLineFirstBBox | ( | ) | const [inline] |
| T gui::BBoxOfObjectOnPage< T >::getObject | ( | ) | const [inline] |
References gui::BBoxOfObjectOnPage< T >::object.
Referenced by gui::PageViewMode_TextSelection::updateSelection().
| const BBoxOfObjectOnPage< T > * gui::BBoxOfObjectOnPage< T >::getPrevLineLastBBox | ( | ) | const [inline] |
| const BBoxOfObjectOnPage< T > * gui::BBoxOfObjectOnPage< T >::getRightBBox | ( | ) | const [inline] |
| const BBoxOfObjectOnPage< T > * gui::BBoxOfObjectOnPage< T >::getUpBBox | ( | ) | const [inline] |
References gui::BBoxOfObjectOnPage< T >::ptr_up.
Referenced by gui::PageViewMode_TextSelection::mouseMoveWithPressedLeftButton().
| bool gui::BBoxOfObjectOnPage< T >::operator< | ( | const BBoxOfObjectOnPage< T > & | second | ) | const [inline] |
| bool gui::BBoxOfObjectOnPage< T >::operator== | ( | const BBoxOfObjectOnPage< T > & | second | ) | const [inline] |
| bool gui::BBoxOfObjectOnPage< T >::operator> | ( | const BBoxOfObjectOnPage< T > & | second | ) | const [inline] |
| void gui::BBoxOfObjectOnPage< T >::setDownBBox | ( | BBoxOfObjectOnPage< T > * | b | ) | [inline] |
References gui::BBoxOfObjectOnPage< T >::ptr_down.
| void gui::BBoxOfObjectOnPage< T >::setFirstBBox | ( | BBoxOfObjectOnPage< T > * | b | ) | [inline] |
References gui::BBoxOfObjectOnPage< T >::ptr_first.
| void gui::BBoxOfObjectOnPage< T >::setLastBBox | ( | BBoxOfObjectOnPage< T > * | b | ) | [inline] |
References gui::BBoxOfObjectOnPage< T >::ptr_last.
| void gui::BBoxOfObjectOnPage< T >::setLeftBBox | ( | BBoxOfObjectOnPage< T > * | b | ) | [inline] |
References gui::BBoxOfObjectOnPage< T >::ptr_left.
| void gui::BBoxOfObjectOnPage< T >::setNextLineFirstBBox | ( | BBoxOfObjectOnPage< T > * | b | ) | [inline] |
References gui::BBoxOfObjectOnPage< T >::ptr_nextLineFirst.
| void gui::BBoxOfObjectOnPage< T >::setPrevLineLastBBox | ( | BBoxOfObjectOnPage< T > * | b | ) | [inline] |
References gui::BBoxOfObjectOnPage< T >::ptr_prevLineLast.
| void gui::BBoxOfObjectOnPage< T >::setRightBBox | ( | BBoxOfObjectOnPage< T > * | b | ) | [inline] |
References gui::BBoxOfObjectOnPage< T >::ptr_right.
| void gui::BBoxOfObjectOnPage< T >::setUpBBox | ( | BBoxOfObjectOnPage< T > * | b | ) | [inline] |
References gui::BBoxOfObjectOnPage< T >::ptr_up.
Referenced by gui::RectArray< T >::initAllBBoxPtr().
T gui::BBoxOfObjectOnPage< T >::object [private] |
BBoxOfObjectOnPage<T> * gui::BBoxOfObjectOnPage< T >::ptr_down [private] |
BBoxOfObjectOnPage<T> * gui::BBoxOfObjectOnPage< T >::ptr_first [private] |
BBoxOfObjectOnPage<T> * gui::BBoxOfObjectOnPage< T >::ptr_last [private] |
BBoxOfObjectOnPage<T> * gui::BBoxOfObjectOnPage< T >::ptr_left [private] |
BBoxOfObjectOnPage<T> * gui::BBoxOfObjectOnPage< T >::ptr_nextLineFirst [private] |
BBoxOfObjectOnPage<T> * gui::BBoxOfObjectOnPage< T >::ptr_prevLineLast [private] |
BBoxOfObjectOnPage<T> * gui::BBoxOfObjectOnPage< T >::ptr_right [private] |
BBoxOfObjectOnPage<T>* gui::BBoxOfObjectOnPage< T >::ptr_up [private] |