SciDAVis
1.D4
|
Image geometry dialog. More...
#include <ImageDialog.h>
Signals | |
void | setGeometry (int, int, int, int) |
Public Member Functions | |
ImageDialog (QWidget *parent=0, Qt::WFlags fl=0) | |
void | setOrigin (const QPoint &o) |
void | setSize (const QSize &size) |
~ImageDialog () |
Protected Slots | |
void | accept () |
void | adjustHeight (int width) |
void | adjustWidth (int height) |
void | update () |
Protected Attributes | |
double | aspect_ratio |
Private Attributes | |
QSpinBox * | boxHeight |
QSpinBox * | boxWidth |
QSpinBox * | boxX |
QSpinBox * | boxY |
QPushButton * | buttonApply |
QPushButton * | buttonCancel |
QPushButton * | buttonOk |
QCheckBox * | keepRatioBox |
Image geometry dialog.
ImageDialog::ImageDialog | ( | QWidget * | parent = 0 , |
Qt::WFlags | fl = 0 |
||
) |
References accept(), boxHeight, boxWidth, boxX, boxY, buttonApply, buttonCancel, buttonOk, keepRatioBox, and update().
|
inline |
|
protectedslot |
References update().
Referenced by ImageDialog().
|
protectedslot |
References adjustWidth(), aspect_ratio, boxHeight, and keepRatioBox.
Referenced by adjustWidth(), and setSize().
|
protectedslot |
References adjustHeight(), aspect_ratio, boxWidth, and keepRatioBox.
Referenced by adjustHeight(), and setSize().
|
signal |
Referenced by update().
void ImageDialog::setSize | ( | const QSize & | size | ) |
References adjustHeight(), adjustWidth(), aspect_ratio, boxHeight, and boxWidth.
|
protectedslot |
References boxHeight, boxWidth, boxX, boxY, and setGeometry().
Referenced by accept(), and ImageDialog().
|
protected |
Referenced by adjustHeight(), adjustWidth(), and setSize().
|
private |
Referenced by adjustHeight(), ImageDialog(), setSize(), and update().
|
private |
Referenced by adjustWidth(), ImageDialog(), setSize(), and update().
|
private |
Referenced by ImageDialog(), setOrigin(), and update().
|
private |
Referenced by ImageDialog(), setOrigin(), and update().
|
private |
Referenced by ImageDialog().
|
private |
Referenced by ImageDialog().
|
private |
Referenced by ImageDialog().
|
private |
Referenced by adjustHeight(), adjustWidth(), and ImageDialog().