KVIrc 5.2.4
Developer APIs
Namespaces | Functions
KviEnvironment.h File Reference

Environment function wrappers. More...

#include "kvi_settings.h"
#include <QString>
#include <stdlib.h>

Go to the source code of this file.

Namespaces

namespace  KviEnvironment
 

Functions

QString KviEnvironment::getVariable (const QString &szName)
 Gets environment variable.
 
bool KviEnvironment::setVariable (const QString &szName, const QString &szValue)
 Sets environment variable.
 
void KviEnvironment::unsetVariable (const QString &szName)
 Unsets environment variable.
 

Detailed Description

Environment function wrappers.

Author
Szymon Stefanek