iLand
|
#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 ¶mname) |
double | nrandom (const float &p1, const float &p2) |
void | myMessageOutput (QtMsgType type, const QMessageLogContext &context, const QString &msg) |
Variables | |
QDomDocument | xmldoc |
QDomNode | xmlparams |
LightRoom * | lightroom = 0 |
StampContainer * | stamp_container =0 |
StampContainer * | reader_stamp_container =0 |
QList< Species * > | tree_species |
double distance | ( | const QPointF & | a, |
const QPointF & | b | ||
) |
void myMessageOutput | ( | QtMsgType | type, |
const QMessageLogContext & | context, | ||
const QString & | msg | ||
) |
double nrandom | ( | const float & | p1, |
const float & | p2 | ||
) |
QString setting | ( | const QString & | paramname | ) |
LightRoom* lightroom = 0 |
StampContainer* reader_stamp_container =0 |
StampContainer* stamp_container =0 |
QList<Species*> tree_species |
QDomDocument xmldoc |
QDomNode xmlparams |