#include <dialogs.h>
Public Member Functions | |
GridRectDialog (QWidget *parent=0) | |
int | getBorder () |
int | getLowerLeftX () |
int | getLowerLeftY () |
int | getUpperRightX () |
int | getUpperRightY () |
void | setBorder (int b) |
void | setLowerLeftX (int x) |
void | setLowerLeftY (int y) |
void | setUpperRightX (int x) |
void | setUpperRightY (int y) |
Protected Attributes | |
QSpinBox * | spinBorder |
QSpinBox * | spinLowerLeftX |
QSpinBox * | spinLowerLeftY |
QSpinBox * | spinUpperRightX |
QSpinBox * | spinUpperRightY |
Definition at line 15 of file dialogs.h.
GridRectDialog::GridRectDialog | ( | QWidget * | parent = 0 |
) |
Definition at line 32 of file dialogs.cpp.
References MAX_BORDER_VALUE, MAX_RECT_VALUE, MIN_BORDER_VALUE, MIN_RECT_VALUE, spinBorder, spinLowerLeftX, spinLowerLeftY, spinUpperRightX, and spinUpperRightY.
int GridRectDialog::getBorder | ( | ) |
Definition at line 126 of file dialogs.cpp.
References spinBorder.
Referenced by Editor::showGridRectDialog().
int GridRectDialog::getLowerLeftX | ( | ) |
Definition at line 110 of file dialogs.cpp.
References spinLowerLeftX.
Referenced by Editor::showGridRectDialog().
int GridRectDialog::getLowerLeftY | ( | ) |
Definition at line 114 of file dialogs.cpp.
References spinLowerLeftY.
Referenced by Editor::showGridRectDialog().
int GridRectDialog::getUpperRightX | ( | ) |
Definition at line 118 of file dialogs.cpp.
References spinUpperRightX.
Referenced by Editor::showGridRectDialog().
int GridRectDialog::getUpperRightY | ( | ) |
Definition at line 122 of file dialogs.cpp.
References spinUpperRightY.
Referenced by Editor::showGridRectDialog().
void GridRectDialog::setBorder | ( | int | b | ) |
Definition at line 105 of file dialogs.cpp.
References spinBorder.
Referenced by Editor::showGridRectDialog().
void GridRectDialog::setLowerLeftX | ( | int | x | ) |
Definition at line 89 of file dialogs.cpp.
References spinLowerLeftX.
Referenced by Editor::showGridRectDialog().
void GridRectDialog::setLowerLeftY | ( | int | y | ) |
Definition at line 93 of file dialogs.cpp.
References spinLowerLeftY.
Referenced by Editor::showGridRectDialog().
void GridRectDialog::setUpperRightX | ( | int | x | ) |
Definition at line 97 of file dialogs.cpp.
References spinUpperRightX.
Referenced by Editor::showGridRectDialog().
void GridRectDialog::setUpperRightY | ( | int | y | ) |
Definition at line 101 of file dialogs.cpp.
References spinUpperRightY.
Referenced by Editor::showGridRectDialog().
QSpinBox* GridRectDialog::spinBorder [protected] |
Definition at line 38 of file dialogs.h.
Referenced by getBorder(), GridRectDialog(), and setBorder().
QSpinBox* GridRectDialog::spinLowerLeftX [protected] |
Definition at line 34 of file dialogs.h.
Referenced by getLowerLeftX(), GridRectDialog(), and setLowerLeftX().
QSpinBox* GridRectDialog::spinLowerLeftY [protected] |
Definition at line 35 of file dialogs.h.
Referenced by getLowerLeftY(), GridRectDialog(), and setLowerLeftY().
QSpinBox* GridRectDialog::spinUpperRightX [protected] |
Definition at line 36 of file dialogs.h.
Referenced by getUpperRightX(), GridRectDialog(), and setUpperRightX().
QSpinBox* GridRectDialog::spinUpperRightY [protected] |
Definition at line 37 of file dialogs.h.
Referenced by getUpperRightY(), GridRectDialog(), and setUpperRightY().