#include <Application.h>
|  | 
| void | setupForRun (QString &, QString &) | 
|  | 
| 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... 
 | 
|  | 
Definition at line 50 of file Application.h.
 
  
  | 
        
          | Application::Application | ( | QWidget * | parent = nullptr | ) |  |  | explicit | 
 
 
  
  | 
        
          | void Application::displayed | ( | void |  | ) |  |  | virtual | 
 
 
  
  | 
        
          | void Application::setNumTasks | ( | int | numTasks | ) |  |  | virtual | 
 
 
  
  | 
        
          | bool Application::setupDoneRunApplication | ( | QString & | tmpDirectory, |  
          |  |  | QString & | inputFile |  
          |  | ) |  |  |  | virtual | 
 
 
  
  | 
        
          | void Application::setupForRun | ( | QString & | , |  
          |  |  | QString & |  |  
          |  | ) |  |  |  | signal | 
 
 
The documentation for this class was generated from the following files: