ZoomWin Class Reference
#include <zoomwin.h>
List of all members.
|
Public Types |
enum | ZoomPref {
none,
page,
height,
width,
user
} |
Public Slots |
virtual void | slotNone () |
virtual void | slotPage () |
virtual void | slotWidth () |
virtual void | slotHeight () |
virtual void | slotUser () |
Public Member Functions |
| ZoomWin (QRect rectCanvas, QRect rectView) |
int | zoomPercent () |
void | setZoomPercent (int iZoomPercent) |
ZoomPref | zoomStyle () |
Public Attributes |
QButtonGroup * | buttonGroup1 |
QRadioButton * | rbNone |
QLabel * | textLabel1 |
QRadioButton * | rbWidth |
QRadioButton * | rbHeight |
QRadioButton * | rbUser |
QLineEdit * | leZoom |
QRadioButton * | rbPage |
QPushButton * | buttonOk |
QPushButton * | buttonCancel |
QPushButton * | buttonHelp |
Protected Slots |
virtual void | languageChange () |
virtual void | slotAccept () |
Protected Attributes |
QVBoxLayout * | Layout5 |
QSpacerItem * | Spacer1 |
Detailed Description
- Author:
- James Fuller,,, <james>
The documentation for this class was generated from the following files:
- schematux/src/zoomwin.h
- schematux/src/zoomwin.cpp