#include <BIM_Selection.h>
|
static bool | copyPath (QString sourceDir, QString destinationDir, bool overWriteDirectory) |
|
static bool | copyFile (QString filename, QString destinationDir) |
|
Definition at line 51 of file BIM_Selection.h.
BIM_Selection::~BIM_Selection |
( |
| ) |
|
void BIM_Selection::clear |
( |
void |
| ) |
|
bool BIM_Selection::copyFiles |
( |
QString & |
destDir | ) |
|
|
virtual |
copyFiles method invoked to copy all files aapplication will need to run directory
- Parameters
-
destDir | the directory to put files in |
- Returns
- bool - true for success, otherwise false
Reimplemented from SimCenterAppWidget.
Definition at line 220 of file BIM_Selection.cpp.
bool BIM_Selection::inputAppDataFromJSON |
( |
QJsonObject & |
jsonObject | ) |
|
|
virtual |
inputFromJSON method to read applications specific data from a JSON object
- Parameters
-
rvObject | the JSON object contaiing data to instantiate the object |
- Returns
- bool - true for success, otherwise false
Reimplemented from SimCenterAppWidget.
Definition at line 176 of file BIM_Selection.cpp.
bool BIM_Selection::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 127 of file BIM_Selection.cpp.
void BIM_Selection::onSelectionChanged |
( |
void |
| ) |
|
|
signal |
bool BIM_Selection::outputAppDataToJSON |
( |
QJsonObject & |
jsonObject | ) |
|
|
virtual |
outputAppDataToJSON method to write the application data to json object.
- Parameters
-
rvObject | the JSON object to be written to |
- Returns
- bool - true for success, otherwise false
Reimplemented from SimCenterAppWidget.
Definition at line 165 of file BIM_Selection.cpp.
bool BIM_Selection::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 116 of file BIM_Selection.cpp.
void BIM_Selection::selectionChanged |
( |
const QString & |
arg1 | ) |
|
|
slot |
void BIM_Selection::selectionChanged |
( |
void |
| ) |
|
|
slot |
The documentation for this class was generated from the following files: