rocs/VisualEditor
#include <GenerateGraphWidget.h>
Public Slots | |
void | generateGraph () |
void | setDataType (int type) |
void | setGraphGenerator (int index) |
void | setGraphIdentifier (const QString &identifier) |
void | setPointerType (int type) |
void | setSeed (int seed) |
Public Member Functions | |
GenerateGraphWidget (Document *document=0) | |
~GenerateGraphWidget () | |
Detailed Description
Definition at line 28 of file GenerateGraphWidget.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 66 of file GenerateGraphWidget.cpp.
GenerateGraphWidget::~GenerateGraphWidget | ( | ) |
Definition at line 217 of file GenerateGraphWidget.cpp.
Member Function Documentation
|
slot |
Generate the graph with the previously set configuration.
Definition at line 174 of file GenerateGraphWidget.cpp.
|
slot |
Set the type of data elements for the generator.
- Parameters
-
type is the DataType ID
Definition at line 151 of file GenerateGraphWidget.cpp.
|
slot |
Select graph generator by its index.
- Parameters
-
index the index of the graph generator
Definition at line 136 of file GenerateGraphWidget.cpp.
|
slot |
Set the unique graph identifier for the next generated graph.
If identifier
is already in use, the lexicographically next identifier will be used.
- Parameters
-
identifier for the next generated graph
Definition at line 146 of file GenerateGraphWidget.cpp.
|
slot |
Set the type of pointers for the generator.
- Parameters
-
type is the DataType ID
Definition at line 160 of file GenerateGraphWidget.cpp.
|
slot |
Set seed for the internal random number generator.
- Parameters
-
seed is the random number generator seed.
Definition at line 169 of file GenerateGraphWidget.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:28 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.