The main eVaf CLI application class.  
 More...
#include </var/tmp/work/evaf/src/main/CLI/main.h>
The main eVaf CLI application class. 
Definition at line 43 of file main.h.
 
      
        
          | eVaf::CLI::Application::Application  | 
          ( | 
          int &  | 
          argc,  | 
        
        
           | 
           | 
          char **  | 
          argv  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
  
  
      
        
          | virtual eVaf::CLI::Application::~Application  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | static void eVaf::CLI::Application::printHelp  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Prints out help for command-line arguments. 
 
 
  
  
      
        
          | static void eVaf::CLI::Application::printQtHelp  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Prints out help for Qt command-line arguments. 
 
 
  
  
      
        
          | static void eVaf::CLI::Application::printVersion  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
Prints out version information. 
 
 
  
  
      
        
          | static bool eVaf::CLI::Application::processCommandLine  | 
          ( | 
          int  | 
          argc,  | 
         
        
           | 
           | 
          char **  | 
          argv  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
Processes command-line arguments. 
- Parameters
 - 
  
    | argc | Number of command-line arguments  | 
    | argv | List of command-line arguments  | 
  
   
- Returns
 - True if ok; false if the application should terminate
 
This function processes command-line arguments and should be called before running the application. 
 
 
The documentation for this class was generated from the following file: