#include "URLSearchPath.hpp"
Public Types | |
enum | Relative { ToInputFile, ToCurrentWorkingDir } |
Public Member Functions | |
boost::optional< IddObjectType > | getIddObjectType () const |
Relative | getRelativity () const |
QUrl | getUrl () const |
URLSearchPath (const QUrl &t_url, Relative t_relativity=ToInputFile) | |
URLSearchPath (const QUrl &t_url, Relative t_relativity, IddObjectType t_object_type) | |
URLSearchPath (const openstudio::path &t_path, Relative t_relativity=ToInputFile) | |
URLSearchPath (const openstudio::path &t_path, Relative t_relativity, IddObjectType t_object_type) |
|
inline |
Create a new URLSearchPath.
[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. |
|
inline |
Create a new URLSearchPath.
[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 |
|
inline |
Create a new URLSearchPath.
[in] | t_path | local path to search |
[in] | t_relativity | If t_url is a relative path, it is evaluated relative to t_relativity. |
|
inline |
Create a new URLSearchPath.
[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 |
|
inline |
|
inline |
|
inline |