#include <smart_scroll_area.h>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ----------------------------------------------------------------------
Definition at line 31 of file smart_scroll_area.h.
Public Member Functions | |
void | fitToWindow (bool checked) |
double | getScaleFactor () |
bool | isFitting () |
void | normalSize () |
void | scaleLabelToFit () |
SmartScrollArea (QWidget *parent, QLabel *imagelabel) | |
void | zoomIn () |
void | zoomOut () |
Protected Member Functions | |
void | mouseMoveEvent (QMouseEvent *e) |
void | mousePressEvent (QMouseEvent *e) |
void | resizeEvent (QResizeEvent *) |
Private Member Functions | |
void | adjustScrollBar (QScrollBar *scrollBar, double factor) |
void | scaleImage (double) |
Private Attributes | |
bool | fittingwin |
QLabel * | imageLabel |
QPoint | mousePos |
double | scaleFactor |