#include <WeibullDistribution.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 48 of file WeibullDistribution.h.
| WeibullDistribution::WeibullDistribution |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
| WeibullDistribution::~WeibullDistribution |
( |
| ) |
|
| QString WeibullDistribution::getAbbreviatedName |
( |
void |
| ) |
|
|
virtual |
| bool WeibullDistribution::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 96 of file WeibullDistribution.cpp.
| bool WeibullDistribution::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 83 of file WeibullDistribution.cpp.
| void WeibullDistribution::updateDistributionPlot |
( |
| ) |
|
|
slot |
The documentation for this class was generated from the following files: