#include <RemoteApplication.h>
Definition at line 56 of file RemoteApplication.h.
RemoteApplication::RemoteApplication |
( |
QString |
name, |
|
|
RemoteService * |
theRemoteService, |
|
|
QWidget * |
parent = nullptr |
|
) |
| |
|
explicit |
void RemoteApplication::attemptLoginReturn |
( |
bool |
ok | ) |
|
|
slot |
void RemoteApplication::clearExtraInputs |
( |
| ) |
|
void RemoteApplication::clearExtraParameters |
( |
| ) |
|
void RemoteApplication::getHomeDirCall |
( |
void |
| ) |
|
|
signal |
void RemoteApplication::getHomeDirReturned |
( |
QString |
path | ) |
|
|
slot |
bool RemoteApplication::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 154 of file RemoteApplication.cpp.
void RemoteApplication::onRunButtonPressed |
( |
void |
| ) |
|
|
slot |
bool RemoteApplication::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 142 of file RemoteApplication.cpp.
void RemoteApplication::processResults |
( |
QString & |
, |
|
|
QString & |
|
|
) |
| |
|
signal |
void RemoteApplication::setExtraInputs |
( |
QMap< QString, QString > |
extraInputs | ) |
|
void RemoteApplication::setExtraParameters |
( |
QMap< QString, QString > |
extraParameters | ) |
|
void RemoteApplication::setNumTasks |
( |
int |
numTasks | ) |
|
|
virtual |
bool RemoteApplication::setupDoneRunApplication |
( |
QString & |
tmpDirectory, |
|
|
QString & |
inputFile |
|
) |
| |
|
virtual |
void RemoteApplication::startJobCall |
( |
QJsonObject |
theJob | ) |
|
|
signal |
void RemoteApplication::startJobReturn |
( |
QString |
result | ) |
|
|
slot |
void RemoteApplication::successfullJobStart |
( |
void |
| ) |
|
|
signal |
void RemoteApplication::uploadDirCall |
( |
const QString & |
local, |
|
|
const QString & |
remote |
|
) |
| |
|
signal |
void RemoteApplication::uploadDirReturn |
( |
bool |
result | ) |
|
|
slot |
The documentation for this class was generated from the following files: