#include <URLSearchPath.hpp>
| Enumerator | 
|---|
| ToInputFile |  | 
| ToCurrentWorkingDir |  | 
 
 
  
  | 
        
          | openstudio::URLSearchPath::URLSearchPath | ( | const QUrl & | t_url, |  
          |  |  | Relative | t_relativity = ToInputFile |  
          |  | ) |  |  |  | inline | 
 
Create a new URLSearchPath. 
- Parameters
- 
  
    | [in] | t_url | Url to search (local or remote, remote not yet implemented) |  | [in] | t_relativity | If t_url is a relative path, it is evaluated relative to t_relativity. |  
 
 
 
  
  | 
        
          | openstudio::URLSearchPath::URLSearchPath | ( | const QUrl & | t_url, |  
          |  |  | Relative | t_relativity, |  
          |  |  | IddObjectType | t_object_type |  
          |  | ) |  |  |  | inline | 
 
Create a new URLSearchPath. 
- Parameters
- 
  
    | [in] | t_url | Url to search (local or remote, remote not yet implemented) |  | [in] | t_relativity | If t_url is a relative path, it is evaluated relative to t_relativity. |  | [in] | t_object_type | Object type to apply this search to |  
 
 
 
  
  | 
        
          | openstudio::URLSearchPath::URLSearchPath | ( | const openstudio::path & | t_path, |  
          |  |  | Relative | t_relativity = ToInputFile |  
          |  | ) |  |  |  | inline | 
 
Create a new URLSearchPath. 
- Parameters
- 
  
    | [in] | t_path | local path to search |  | [in] | t_relativity | If t_url is a relative path, it is evaluated relative to t_relativity. |  
 
 
 
  
  | 
        
          | openstudio::URLSearchPath::URLSearchPath | ( | const openstudio::path & | t_path, |  
          |  |  | Relative | t_relativity, |  
          |  |  | IddObjectType | t_object_type |  
          |  | ) |  |  |  | inline | 
 
Create a new URLSearchPath. 
- Parameters
- 
  
    | [in] | t_path | local path to search |  | [in] | t_relativity | If t_url is a relative path, it is evaluated relative to t_relativity. |  | [in] | t_object_type | Object type to apply this search to |  
 
 
 
  
  | 
        
          | boost::optional<IddObjectType> openstudio::URLSearchPath::getIddObjectType | ( |  | ) | const |  | inline | 
 
 
  
  | 
        
          | Relative openstudio::URLSearchPath::getRelativity | ( |  | ) | const |  | inline | 
 
 
  
  | 
        
          | QUrl openstudio::URLSearchPath::getUrl | ( |  | ) | const |  | inline |