iLand
Classes | Macros | Typedefs | Functions | Variables
globalsettings.h File Reference
#include <QtCore>
#include <QtSql>
#include <QtSql/QSqlDatabase>
#include "global.h"
#include "settingmetadata.h"
#include "xmlhelper.h"

Go to the source code of this file.

Classes

class  GlobalSettings
 General settings and globally available data. More...
 

Macros

#define QT_USE_FAST_CONCATENATION
 
#define QT_USE_FAST_OPERATOR_PLUS
 
#define Globals   (GlobalSettings::instance())
 shortcut to the GlobalSettings Singleton object. More...
 

Typedefs

typedef QList< QVariant > DebugList
 

Functions

uint qHash (const QPoint &key)
 

Variables

const int cPxSize = 2
 
const int cRUSize = 100
 
const double cRUArea = 10000.
 
const int cHeightSize = 10
 
const int cPxPerHeight = 5
 
const int cPxPerRU = 50
 
const int cHeightPerRU = 10
 
const int cPxPerHectare = 2500
 
const double cHeightPixelArea = 100.
 
const float cSapHeight = 4.f
 
const double biomassCFraction = 0.5
 
const double cAutotrophicRespiration = 0.47
 

Macro Definition Documentation

◆ Globals

#define Globals   (GlobalSettings::instance())

shortcut to the GlobalSettings Singleton object.

◆ QT_USE_FAST_CONCATENATION

#define QT_USE_FAST_CONCATENATION

◆ QT_USE_FAST_OPERATOR_PLUS

#define QT_USE_FAST_OPERATOR_PLUS

Typedef Documentation

◆ DebugList

typedef QList<QVariant> DebugList

Function Documentation

◆ qHash()

uint qHash ( const QPoint &  key)
inline

Variable Documentation

◆ biomassCFraction

const double biomassCFraction = 0.5

◆ cAutotrophicRespiration

const double cAutotrophicRespiration = 0.47

◆ cHeightPerRU

const int cHeightPerRU = 10

◆ cHeightPixelArea

const double cHeightPixelArea = 100.

◆ cHeightSize

const int cHeightSize = 10

◆ cPxPerHectare

const int cPxPerHectare = 2500

◆ cPxPerHeight

const int cPxPerHeight = 5

◆ cPxPerRU

const int cPxPerRU = 50

◆ cPxSize

const int cPxSize = 2

◆ cRUArea

const double cRUArea = 10000.

◆ cRUSize

const int cRUSize = 100

◆ cSapHeight

const float cSapHeight = 4.f