#include <RunEnvManager.hpp>
◆ DocumentationURL()
| std::string wizard::RunEnvManager::DocumentationURL |
( |
const std::string & | aPageName, |
|
|
const std::string & | aAnchor = std::string() ) |
|
static |
◆ DocumentationURL_Static()
| std::string wizard::RunEnvManager::DocumentationURL_Static |
( |
const std::string & | aPageName, |
|
|
const std::string & | aAnchor = std::string() ) |
|
static |
◆ FindCriticalResource()
| UtPath wizard::RunEnvManager::FindCriticalResource |
( |
const std::string & | aFileRelativePath | ) |
|
|
static |
◆ GetBinDir()
| const UtPath & wizard::RunEnvManager::GetBinDir |
( |
| ) |
|
|
static |
◆ GetDataDir()
| const UtPath & wizard::RunEnvManager::GetDataDir |
( |
| ) |
|
|
static |
◆ GetDemosDir()
| const UtPath & wizard::RunEnvManager::GetDemosDir |
( |
| ) |
|
|
static |
◆ GetDemoSearchPaths()
| std::vector< UtPath > wizard::RunEnvManager::GetDemoSearchPaths |
( |
| ) |
|
|
static |
◆ GetDocumentationDir()
| const UtPath & wizard::RunEnvManager::GetDocumentationDir |
( |
| ) |
|
|
static |
◆ GetGrammarDir()
| const UtPath & wizard::RunEnvManager::GetGrammarDir |
( |
| ) |
|
|
static |
◆ GetInstallRootDir()
| const UtPath & wizard::RunEnvManager::GetInstallRootDir |
( |
| ) |
|
|
static |
◆ GetScenariosDir()
| const UtPath & wizard::RunEnvManager::GetScenariosDir |
( |
| ) |
|
|
static |
◆ GetSimpleVersionString()
| std::string wizard::RunEnvManager::GetSimpleVersionString |
( |
| ) |
|
|
static |
◆ GetTrainingDir()
| const UtPath & wizard::RunEnvManager::GetTrainingDir |
( |
| ) |
|
|
static |
◆ GetVersionString()
| std::string wizard::RunEnvManager::GetVersionString |
( |
bool | aDate = true | ) |
|
|
static |
◆ HasDeveloperPaths()
| bool wizard::RunEnvManager::HasDeveloperPaths |
( |
| ) |
|
|
static |
◆ Initialize()
| bool wizard::RunEnvManager::Initialize |
( |
const UtPath & | aBinPath, |
|
|
std::string & | aErrorString ) |
|
static |
◆ RelativePath()
| UtPath wizard::RunEnvManager::RelativePath |
( |
const std::vector< UtPath > & | aPathsToSearch, |
|
|
const UtPath & | aFullPath ) |
|
static |
Complimentary to Search(), this yields the best relative path given a search path.
◆ Search()
| UtPath wizard::RunEnvManager::Search |
( |
const std::vector< UtPath > & | aPathsToSearch, |
|
|
const UtPath & | aRelativePath, |
|
|
bool | aTargetIsDirectory ) |
|
static |
Search for a file in a list of directories. returns an empty path if the file is not found.
◆ SetVersion()
| void wizard::RunEnvManager::SetVersion |
( |
int | aMajor, |
|
|
int | aMinor, |
|
|
int | aPatch ) |
|
static |
The documentation for this class was generated from the following files: