SimCenterCommon
Common functionality used within different SimCenter projects
|
#include <ClineInputWidget.h>
Public Member Functions | |
ClineInputWidget (QWidget *parent=0) | |
~ClineInputWidget () | |
bool | outputToJSON (QJsonObject &rvObject) |
outputToJSON method to write all objects data neeed to reconstruct object to JsonObject More... | |
bool | inputFromJSON (QJsonObject &rvObject) |
inputFromJSON method to instantiate itself from a JSON object More... | |
bool | outputToJSON (QJsonArray &arrayObject) |
bool | inputFromJSON (QJsonArray &arrayObject) |
void | clear (void) |
Public Member Functions inherited from SimCenterTableWidget | |
SimCenterTableWidget (QWidget *parent=0) | |
virtual | ~SimCenterTableWidget () |
const SpreadsheetWidget * | getSpreadsheetWidget () |
Public Member Functions inherited from SimCenterWidget | |
SimCenterWidget (QWidget *parent=0) | |
virtual | ~SimCenterWidget () |
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... | |
Protected Attributes inherited from SimCenterTableWidget | |
SpreadsheetWidget * | theSpreadsheet |
Definition at line 48 of file ClineInputWidget.h.
|
explicit |
Definition at line 45 of file ClineInputWidget.cpp.
ClineInputWidget::~ClineInputWidget | ( | ) |
Definition at line 64 of file ClineInputWidget.cpp.
void ClineInputWidget::clear | ( | void | ) |
Definition at line 139 of file ClineInputWidget.cpp.
|
virtual |
inputFromJSON method to instantiate itself from a JSON object
jsonObject | the JSON object contaiing data to instantiate the object |
Reimplemented from SimCenterWidget.
Definition at line 105 of file ClineInputWidget.cpp.
bool ClineInputWidget::inputFromJSON | ( | QJsonArray & | arrayObject | ) |
|
virtual |
outputToJSON method to write all objects data neeed to reconstruct object to JsonObject
rvObject | the JSON object to be written to |
Reimplemented from SimCenterWidget.
Definition at line 70 of file ClineInputWidget.cpp.
bool ClineInputWidget::outputToJSON | ( | QJsonArray & | arrayObject | ) |