Go to the documentation of this file.
28 #ifndef DIALOGRANDSMALLWORLD_H
29 #define DIALOGRANDSMALLWORLD_H
33 #include "ui_dialograndsmallworld.h"
60 Ui::DialogRandSmallWorld *
ui;
qreal bprob
Definition: dialograndsmallworld.h:81
Ui::DialogRandSmallWorld * ui
Definition: dialograndsmallworld.h:83
void userChoices(const int nodes, const int degree, const qreal prob, const QString mode, const bool diag)
DialogRandSmallWorld(QWidget *parent=Q_NULLPTR)
Definition: dialograndsmallworld.cpp:38
void setModeDirected()
Definition: dialograndsmallworld.cpp:87
QString mode
Definition: dialograndsmallworld.h:79
void modifyDegree(int value)
Definition: dialograndsmallworld.cpp:82
void setDiag()
Definition: dialograndsmallworld.cpp:98
int nodes
Definition: dialograndsmallworld.h:80
void getUserChoices()
Definition: dialograndsmallworld.cpp:123
bool diag
Definition: dialograndsmallworld.h:82
void setModeUndirected()
Definition: dialograndsmallworld.cpp:93
int degree
Definition: dialograndsmallworld.h:80
void checkErrors()
Definition: dialograndsmallworld.cpp:105
Definition: dialograndsmallworld.h:35