SimCenterCommon
Common functionality used within different SimCenter projects
|
#include <RandomVariableDistribution.h>
Public Member Functions | |
RandomVariableDistribution (QWidget *parent=0) | |
~RandomVariableDistribution () | |
QLineEdit * | createTextEntry (QString text, QHBoxLayout *theLayout, int minL=100, int maxL=100) |
virtual QString | getAbbreviatedName (void)=0 |
Public Member Functions inherited from SimCenterWidget | |
SimCenterWidget (QWidget *parent=0) | |
virtual | ~SimCenterWidget () |
virtual bool | outputToJSON (QJsonObject &jsonObject) |
outputToJSON method to write all objects data neeed to reconstruct object to JsonObject More... | |
virtual bool | inputFromJSON (QJsonObject &jsonObject) |
inputFromJSON method to instantiate itself from a JSON object More... | |
Additional Inherited Members | |
Signals inherited from SimCenterWidget | |
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 RandomVariableDistribution.h.
|
explicit |
Definition at line 47 of file RandomVariableDistribution.cpp.
RandomVariableDistribution::~RandomVariableDistribution | ( | ) |
Definition at line 53 of file RandomVariableDistribution.cpp.
QLineEdit * RandomVariableDistribution::createTextEntry | ( | QString | text, |
QHBoxLayout * | theLayout, | ||
int | minL = 100 , |
||
int | maxL = 100 |
||
) |
Definition at line 59 of file RandomVariableDistribution.cpp.
|
pure virtual |