#include <RandomVariablesContainer.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 61 of file RandomVariablesContainer.h.
RandomVariablesContainer::RandomVariablesContainer |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
RandomVariablesContainer::RandomVariablesContainer |
( |
QString & |
randomVariableClass, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
|
explicit |
RandomVariablesContainer::~RandomVariablesContainer |
( |
| ) |
|
void RandomVariablesContainer::addConstantRVs |
( |
QStringList & |
varNamesAndValues | ) |
|
void RandomVariablesContainer::addCorrelationMatrix |
( |
void |
| ) |
|
|
slot |
void RandomVariablesContainer::addRandomVariable |
( |
RandomVariable * |
theRV | ) |
|
void RandomVariablesContainer::addRandomVariable |
( |
QString & |
rvName | ) |
|
void RandomVariablesContainer::addRandomVariable |
( |
void |
| ) |
|
|
slot |
void RandomVariablesContainer::addRVs |
( |
QStringList & |
varNames | ) |
|
void RandomVariablesContainer::clear |
( |
void |
| ) |
|
|
slot |
void RandomVariablesContainer::errorMessage |
( |
QString |
message | ) |
|
|
slot |
int RandomVariablesContainer::getNumRandomVariables |
( |
void |
| ) |
|
QStringList RandomVariablesContainer::getRandomVariableNames |
( |
void |
| ) |
|
bool RandomVariablesContainer::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 585 of file RandomVariablesContainer.cpp.
bool RandomVariablesContainer::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 527 of file RandomVariablesContainer.cpp.
void RandomVariablesContainer::removeRandomVariable |
( |
QString & |
varName | ) |
|
void RandomVariablesContainer::removeRandomVariable |
( |
void |
| ) |
|
|
slot |
void RandomVariablesContainer::removeRandomVariables |
( |
QStringList & |
varNames | ) |
|
void RandomVariablesContainer::variableNameChanged |
( |
const QString & |
newValue | ) |
|
|
slot |
The documentation for this class was generated from the following files: