Public Member Functions | Protected Slots | Protected Attributes

GraphGenerationDialog Class Reference

#include <dialogs.h>

Collaboration diagram for GraphGenerationDialog:

List of all members.

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
Editoreditor
QLineEdit * edtString
QSpinBox * spinDistance
QSpinBox * spinX
QSpinBox * spinY

Detailed Description

Definition at line 131 of file dialogs.h.


Constructor & Destructor Documentation

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:


Member Function Documentation

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.

References spinX, and spinY.

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:


Member Data Documentation

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

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


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