iLand
Functions | Variables
mainwindow.cpp File Reference
#include "mainwindow.h"
#include "ui_mainwindow.h"
#include <QtGui>
#include <QtXml>
#include <QMessageBox>
#include <imagestamp.h>
#include "lightroom.h"
#include "stampcontainer.h"
#include "speciesset.h"
#include "exception.h"
#include "paintarea.h"
#include "globalsettings.h"
#include "debugtimer.h"

Functions

double distance (const QPointF &a, const QPointF &b)
 
QString setting (const QString &paramname)
 
double nrandom (const float &p1, const float &p2)
 
void myMessageOutput (QtMsgType type, const QMessageLogContext &context, const QString &msg)
 

Variables

QDomDocument xmldoc
 
QDomNode xmlparams
 
LightRoomlightroom = 0
 
StampContainerstamp_container =0
 
StampContainerreader_stamp_container =0
 
QList< Species * > tree_species
 

Function Documentation

◆ distance()

double distance ( const QPointF &  a,
const QPointF &  b 
)

◆ myMessageOutput()

void myMessageOutput ( QtMsgType  type,
const QMessageLogContext &  context,
const QString &  msg 
)

◆ nrandom()

double nrandom ( const float &  p1,
const float &  p2 
)

◆ setting()

QString setting ( const QString &  paramname)

Variable Documentation

◆ lightroom

LightRoom* lightroom = 0

◆ reader_stamp_container

StampContainer* reader_stamp_container =0

◆ stamp_container

StampContainer* stamp_container =0

◆ tree_species

QList<Species*> tree_species

◆ xmldoc

QDomDocument xmldoc

◆ xmlparams

QDomNode xmlparams