#include <dialogs.h>
Collaboration diagram for GraphGenerationDialog:Public Member Functions | |
| GraphGenerationDialog (Editor *parent) | |
| int | getDistance () |
| QPoint | getStartPoint () |
| QString | getString () |
| int | getType () |
| bool | isExpandRequired () |
Protected Slots | |
| void | algorithmChanged (int i) |
| void | myAccept () |
Protected Attributes | |
| QCheckBox * | checkExpandGrid |
| QComboBox * | comboAlgorithm |
| Editor * | editor |
| QLineEdit * | edtString |
| QSpinBox * | spinDistance |
| QSpinBox * | spinX |
| QSpinBox * | spinY |
Definition at line 131 of file dialogs.h.
| GraphGenerationDialog::GraphGenerationDialog | ( | Editor * | parent | ) |
Definition at line 534 of file dialogs.cpp.
References algorithmChanged(), checkExpandGrid, comboAlgorithm, editor, edtString, Editor::getGridRect(), MAX_RECT_VALUE, MIN_RECT_VALUE, myAccept(), spinDistance, spinX, and spinY.
Here is the call graph for this function:| void GraphGenerationDialog::algorithmChanged | ( | int | i | ) | [protected, slot] |
Definition at line 637 of file dialogs.cpp.
References spinDistance.
Referenced by GraphGenerationDialog().
Here is the caller graph for this function:| int GraphGenerationDialog::getDistance | ( | ) |
Definition at line 621 of file dialogs.cpp.
References spinDistance.
Referenced by Editor::generateGraph().
Here is the caller graph for this function:| QPoint GraphGenerationDialog::getStartPoint | ( | ) |
Definition at line 616 of file dialogs.cpp.
Referenced by Editor::generateGraph().
Here is the caller graph for this function:| QString GraphGenerationDialog::getString | ( | ) |
Definition at line 611 of file dialogs.cpp.
References edtString.
Referenced by Editor::generateGraph().
Here is the caller graph for this function:| int GraphGenerationDialog::getType | ( | ) |
Definition at line 606 of file dialogs.cpp.
References comboAlgorithm.
Referenced by Editor::generateGraph().
Here is the caller graph for this function:| bool GraphGenerationDialog::isExpandRequired | ( | ) |
Definition at line 626 of file dialogs.cpp.
References checkExpandGrid.
Referenced by Editor::generateGraph().
Here is the caller graph for this function:| void GraphGenerationDialog::myAccept | ( | ) | [protected, slot] |
Definition at line 632 of file dialogs.cpp.
Referenced by GraphGenerationDialog().
Here is the caller graph for this function:QCheckBox* GraphGenerationDialog::checkExpandGrid [protected] |
Definition at line 153 of file dialogs.h.
Referenced by GraphGenerationDialog(), and isExpandRequired().
QComboBox* GraphGenerationDialog::comboAlgorithm [protected] |
Definition at line 147 of file dialogs.h.
Referenced by getType(), and GraphGenerationDialog().
Editor* GraphGenerationDialog::editor [protected] |
Definition at line 144 of file dialogs.h.
Referenced by GraphGenerationDialog().
QLineEdit* GraphGenerationDialog::edtString [protected] |
Definition at line 146 of file dialogs.h.
Referenced by getString(), and GraphGenerationDialog().
QSpinBox* GraphGenerationDialog::spinDistance [protected] |
Definition at line 148 of file dialogs.h.
Referenced by algorithmChanged(), getDistance(), and GraphGenerationDialog().
QSpinBox* GraphGenerationDialog::spinX [protected] |
Definition at line 150 of file dialogs.h.
Referenced by getStartPoint(), and GraphGenerationDialog().
QSpinBox* GraphGenerationDialog::spinY [protected] |
Definition at line 151 of file dialogs.h.
Referenced by getStartPoint(), and GraphGenerationDialog().
1.7.0