![]() |
SimCenterCommon
Common functionality used within different SimCenter projects
|
#include <ColumnInputWidget.h>


Public Slots | |
| void | somethingChanged (int row, int column) |
| void | somethingEntered (int row, int column, int row2, int col2) |
Public Member Functions | |
| ColumnInputWidget (QWidget *parent=0) | |
| ~ColumnInputWidget () | |
| 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... | |
| 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 47 of file ColumnInputWidget.h.
|
explicit |
Definition at line 46 of file ColumnInputWidget.cpp.
| ColumnInputWidget::~ColumnInputWidget | ( | ) |
Definition at line 78 of file ColumnInputWidget.cpp.
| void ColumnInputWidget::clear | ( | void | ) |
Definition at line 122 of file ColumnInputWidget.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 92 of file ColumnInputWidget.cpp.
|
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 84 of file ColumnInputWidget.cpp.
Definition at line 138 of file ColumnInputWidget.cpp.
Definition at line 129 of file ColumnInputWidget.cpp.