An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis Developer Reference
|
#include <Environment.h>
Public Member Functions | |
~Environment () | |
Static Public Member Functions | |
static QString | userName () |
@Returns the user name. | |
static QString | hostName () |
static QString | isisVersion () |
static QString | aleVersion () |
static QString | getEnvironmentValue (QString, QString) |
Protected Member Functions | |
Environment () | |
|
inline |
|
protected |
References getEnvironmentValue(), and Isis::IString::ToQt().
|
static |
References Isis::TextFile::GetLine().
Referenced by Isis::Application::AleVersion().
|
static |
variable | The environment variable to get |
defaultValue | The returned value for variable if variable doesn't exist. |
Referenced by Environment(), hostName(), QStartup(), and userName().
|
static |
References getEnvironmentValue().
Referenced by Isis::Application::HostName().
|
static |
References _FILEINFO_, Isis::TextFile::GetLine(), and Isis::IException::Programmer.
Referenced by Isis::Application::Version().
|
static |
@Returns the user name.
Returns 'Unknown' if it cannot find the user name.
References getEnvironmentValue().
Referenced by Isis::Project::clear(), Isis::Project::Project(), and Isis::Application::UserName().