SimCenterCommon
Common functionality used within different SimCenter projects
EDP Class Reference

#include <EDP.h>

Inheritance diagram for EDP:
Collaboration diagram for EDP:

Public Slots

void removeEDP (void)
 

Signals

void removeEDP (EDP *)
 

Public Member Functions

 EDP (QString *name=0, QWidget *parent=0)
 
 ~EDP ()
 
bool outputToJSON (QJsonObject &rvObject)
 
bool inputFromJSON (QJsonObject &rvObject)
 
void setResults (double *)
 

Detailed Description

Definition at line 52 of file EDP.h.

Constructor & Destructor Documentation

EDP::EDP ( QString *  name = 0,
QWidget *  parent = 0 
)
explicit

Definition at line 77 of file EDP.cpp.

EDP::~EDP ( )

Definition at line 108 of file EDP.cpp.

Member Function Documentation

bool EDP::inputFromJSON ( QJsonObject &  rvObject)

Definition at line 132 of file EDP.cpp.

bool EDP::outputToJSON ( QJsonObject &  rvObject)

Definition at line 119 of file EDP.cpp.

void EDP::removeEDP ( EDP )
signal
void EDP::removeEDP ( void  )
slot

Definition at line 114 of file EDP.cpp.

void EDP::setResults ( double *  data)

Definition at line 155 of file EDP.cpp.


The documentation for this class was generated from the following files: