#include <NormalDistribution.h>
|
| void | sendFatalMessage (QString message) |
| | sendFatalMessage signal to be emitted when object needs to shut program down More...
|
| |
| void | sendErrorMessage (QString message) |
| | sendErrorMessage signal to be emitted when object needs to communicate error with user More...
|
| |
| void | sendStatusMessage (QString message) |
| | sendStatusMessage signal to be emitted when object needs to communicate status with user More...
|
| |
Definition at line 47 of file NormalDistribution.h.
| NormalDistribution::NormalDistribution |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
| NormalDistribution::~NormalDistribution |
( |
| ) |
|
| QString NormalDistribution::getAbbreviatedName |
( |
void |
| ) |
|
|
virtual |
| bool NormalDistribution::inputFromJSON |
( |
QJsonObject & |
jsonObject | ) |
|
|
virtual |
inputFromJSON method to instantiate itself from a JSON object
- Parameters
-
| jsonObject | the JSON object contaiing data to instantiate the object |
- Returns
- bool - true for success, otherwise false
Reimplemented from SimCenterWidget.
Definition at line 99 of file NormalDistribution.cpp.
| bool NormalDistribution::outputToJSON |
( |
QJsonObject & |
jsonObject | ) |
|
|
virtual |
outputToJSON method to write all objects data neeed to reconstruct object to JsonObject
- Parameters
-
| rvObject | the JSON object to be written to |
- Returns
- bool - true for success, otherwise false
Reimplemented from SimCenterWidget.
Definition at line 86 of file NormalDistribution.cpp.
| void NormalDistribution::updateDistributionPlot |
( |
| ) |
|
|
slot |
The documentation for this class was generated from the following files: