Beispiel #1
0
 BasementJob::~BasementJob()
 {
   shutdownJob();
 }
Beispiel #2
0
 SlabJob::~SlabJob()
 {
   shutdownJob();
 }
 EnergyPlusJob::~EnergyPlusJob()
 {
   shutdownJob();
 }
 PreviewIESJob::~PreviewIESJob()
 {
   shutdownJob();
 }
 UserScriptJob::~UserScriptJob()
 { 
   assert(QThread::currentThread() != this);
   shutdownJob();
 }
 ExpandObjectsJob::~ExpandObjectsJob()
 {
   shutdownJob();
 }
 XMLPreprocessorJob::~XMLPreprocessorJob()
 {
   shutdownJob();
 }
Beispiel #8
0
 DakotaJob::~DakotaJob() {
   shutdownJob();
 }