Manages zoom factors. Will always provide a new zoom when forward() called, using fwdFac(). For back, will stop at initial.
More...
List of all members.
Detailed Description
Manages zoom factors. Will always provide a new zoom when forward() called, using fwdFac(). For back, will stop at initial.
Member Typedef Documentation
Constructor & Destructor Documentation
| FlatView::ZoomMgr::ZoomMgr |
( |
|
) |
[inline] |
Member Function Documentation
| void FlatView::ZoomMgr::add |
( |
Size |
|
) |
|
Will put this Size at the right place and make it current will remove zooms larger than this one
| bool FlatView::ZoomMgr::atStart |
( |
|
) |
const [inline] |
| Size FlatView::ZoomMgr::back |
( |
|
) |
const |
| Size FlatView::ZoomMgr::current |
( |
|
) |
const |
| Size FlatView::ZoomMgr::forward |
( |
|
) |
const |
| double FlatView::ZoomMgr::fwdFac |
( |
|
) |
const [inline] |
| Point FlatView::ZoomMgr::initialCenter |
( |
|
) |
const [inline] |
| Size FlatView::ZoomMgr::initialSize |
( |
|
) |
const [inline] |
| int FlatView::ZoomMgr::nrZooms |
( |
|
) |
const [inline] |
Will try to keep as many zooms as possible.
| void FlatView::ZoomMgr::setFwdFac |
( |
double |
fac |
) |
[inline] |
| Size FlatView::ZoomMgr::toStart |
( |
|
) |
const |
Member Data Documentation