Public Member Functions | Protected Attributes

GridRectDialog Class Reference

#include <dialogs.h>

List of all members.

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

Detailed Description

Definition at line 15 of file dialogs.h.


Constructor & Destructor Documentation

GridRectDialog::GridRectDialog ( QWidget *  parent = 0  ) 

Member Function Documentation

int GridRectDialog::getBorder (  ) 

Definition at line 126 of file dialogs.cpp.

References spinBorder.

Referenced by Editor::showGridRectDialog().

Here is the caller graph for this function:

int GridRectDialog::getLowerLeftX (  ) 

Definition at line 110 of file dialogs.cpp.

References spinLowerLeftX.

Referenced by Editor::showGridRectDialog().

Here is the caller graph for this function:

int GridRectDialog::getLowerLeftY (  ) 

Definition at line 114 of file dialogs.cpp.

References spinLowerLeftY.

Referenced by Editor::showGridRectDialog().

Here is the caller graph for this function:

int GridRectDialog::getUpperRightX (  ) 

Definition at line 118 of file dialogs.cpp.

References spinUpperRightX.

Referenced by Editor::showGridRectDialog().

Here is the caller graph for this function:

int GridRectDialog::getUpperRightY (  ) 

Definition at line 122 of file dialogs.cpp.

References spinUpperRightY.

Referenced by Editor::showGridRectDialog().

Here is the caller graph for this function:

void GridRectDialog::setBorder ( int  b  ) 

Definition at line 105 of file dialogs.cpp.

References spinBorder.

Referenced by Editor::showGridRectDialog().

Here is the caller graph for this function:

void GridRectDialog::setLowerLeftX ( int  x  ) 

Definition at line 89 of file dialogs.cpp.

References spinLowerLeftX.

Referenced by Editor::showGridRectDialog().

Here is the caller graph for this function:

void GridRectDialog::setLowerLeftY ( int  y  ) 

Definition at line 93 of file dialogs.cpp.

References spinLowerLeftY.

Referenced by Editor::showGridRectDialog().

Here is the caller graph for this function:

void GridRectDialog::setUpperRightX ( int  x  ) 

Definition at line 97 of file dialogs.cpp.

References spinUpperRightX.

Referenced by Editor::showGridRectDialog().

Here is the caller graph for this function:

void GridRectDialog::setUpperRightY ( int  y  ) 

Definition at line 101 of file dialogs.cpp.

References spinUpperRightY.

Referenced by Editor::showGridRectDialog().

Here is the caller graph for this function:


Member Data Documentation

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().


The documentation for this class was generated from the following files: