#include <base/ProjectManager.hpp>
|  | 
| static ProjectManager * | instance () | 
|  | 
| static bool | isProject (const std::string &Path) | 
|  | 
| static bool | getProjectInfos (const std::string &Path, std::string &Name, std::string &Description, std::string &Authors, std::string &CreationDate, std::string &LastModDate) | 
|  | 
      
        
          | openfluid::base::ProjectManager::~ProjectManager | ( |  | ) |  | 
      
 
 
      
        
          | void openfluid::base::ProjectManager::close | ( |  | ) |  | 
      
 
 
      
        
          | bool openfluid::base::ProjectManager::create | ( | const std::string & | Path, | 
        
          |  |  | const std::string & | Name, | 
        
          |  |  | const std::string & | Description, | 
        
          |  |  | const std::string & | Authors, | 
        
          |  |  | const bool | Inc | 
        
          |  | ) |  |  | 
      
 
 
  
  | 
        
          | std::string openfluid::base::ProjectManager::getAuthors | ( |  | ) | const |  | inline | 
 
 
      
        
          | QVariant openfluid::base::ProjectManager::getConfigValue | ( | const QString & | Group, | 
        
          |  |  | const QString & | Key | 
        
          |  | ) |  | const | 
      
 
 
  
  | 
        
          | std::string openfluid::base::ProjectManager::getCreationDate | ( |  | ) | const |  | inline | 
 
 
  
  | 
        
          | std::string openfluid::base::ProjectManager::getDescription | ( |  | ) | const |  | inline | 
 
 
  
  | 
        
          | std::string openfluid::base::ProjectManager::getInputDir | ( |  | ) | const |  | inline | 
 
 
  
  | 
        
          | std::string openfluid::base::ProjectManager::getLastModDate | ( |  | ) | const |  | inline | 
 
 
  
  | 
        
          | std::string openfluid::base::ProjectManager::getName | ( |  | ) | const |  | inline | 
 
 
  
  | 
        
          | std::string openfluid::base::ProjectManager::getOutputDir | ( |  | ) | const |  | inline | 
 
 
  
  | 
        
          | std::string openfluid::base::ProjectManager::getPath | ( |  | ) | const |  | inline | 
 
 
  
  | 
        
          | static bool openfluid::base::ProjectManager::getProjectInfos | ( | const std::string & | Path, |  
          |  |  | std::string & | Name, |  
          |  |  | std::string & | Description, |  
          |  |  | std::string & | Authors, |  
          |  |  | std::string & | CreationDate, |  
          |  |  | std::string & | LastModDate |  
          |  | ) |  |  |  | static | 
 
 
  
  | 
        
          | bool openfluid::base::ProjectManager::isIncrementalOutputDir | ( |  | ) | const |  | inline | 
 
 
  
  | 
        
          | bool openfluid::base::ProjectManager::isOpened | ( |  | ) | const |  | inline | 
 
 
  
  | 
        
          | static bool openfluid::base::ProjectManager::isProject | ( | const std::string & | Path | ) |  |  | static | 
 
 
      
        
          | bool openfluid::base::ProjectManager::open | ( | const std::string & | Path | ) |  | 
      
 
 
      
        
          | bool openfluid::base::ProjectManager::save | ( |  | ) |  | 
      
 
 
  
  | 
        
          | void openfluid::base::ProjectManager::setAuthors | ( | const std::string & | Authors | ) |  |  | inline | 
 
 
      
        
          | void openfluid::base::ProjectManager::setConfigValue | ( | const QString & | Group, | 
        
          |  |  | const QString & | Key, | 
        
          |  |  | const QVariant & | Value | 
        
          |  | ) |  |  | 
      
 
 
  
  | 
        
          | void openfluid::base::ProjectManager::setCreationDate | ( | const std::string & | CreationDate | ) |  |  | inline | 
 
 
  
  | 
        
          | void openfluid::base::ProjectManager::setCreationDateAsNow | ( |  | ) |  |  | inline | 
 
 
  
  | 
        
          | void openfluid::base::ProjectManager::setDescription | ( | const std::string & | Description | ) |  |  | inline | 
 
 
  
  | 
        
          | void openfluid::base::ProjectManager::setIncrementalOutputDir | ( | const bool | Inc | ) |  |  | inline | 
 
 
  
  | 
        
          | void openfluid::base::ProjectManager::setLastModDate | ( | const std::string & | LastModDate | ) |  |  | inline | 
 
 
  
  | 
        
          | void openfluid::base::ProjectManager::setName | ( | const std::string & | Name | ) |  |  | inline | 
 
 
      
        
          | void openfluid::base::ProjectManager::updateOutputDir | ( |  | ) |  | 
      
 
 
The documentation for this class was generated from the following file: