Isis 3 Programmer Reference
|
#include <Environment.h>
Static Public Member Functions | |
static QString | userName () |
@Returns the user name. More... | |
static QString | hostName () |
static QString | isisVersion () |
static QString | getEnvironmentValue (QString, QString) |
Static Private Attributes | |
static Environment | automaticEnvironmentSetup |
Construct an environment in static space to initialize some global Isis environment options. More... | |
Definition at line 36 of file Environment.h.
|
static |
variable | The environment variable to get |
defaultValue | The returned value for variable if variable doesn't exist. |
Definition at line 92 of file Environment.cpp.
Referenced by hostName(), and userName().
|
static |
Definition at line 80 of file Environment.cpp.
References getEnvironmentValue().
|
static |
Definition at line 108 of file Environment.cpp.
References Isis::TextFile::GetLine(), and Isis::IException::Programmer.
|
static |
@Returns the user name.
Returns 'Unknown' if it cannot find the user name.
Definition at line 72 of file Environment.cpp.
References getEnvironmentValue().
Referenced by Isis::Project::clear(), and Isis::Project::Project().
|
staticprivate |
Construct an environment in static space to initialize some global Isis environment options.
This initialization applies to anything that links against the Isis library.
Definition at line 55 of file Environment.h.