MNE-CPP  beta 1.0
Variables
formulaeditor.cpp File Reference

Implementation of FormulaEditor class. More...

#include "formulaeditor.h"
#include "ui_formulaeditor.h"
#include "mainwindow.h"
#include <math.h>
#include <float.h>
#include <iostream>
#include <QtGui>
#include <QtCore>
#include <QMessageBox>

Go to the source code of this file.

Variables

QString oldStringX = ""
 
QString oldStringA = ""
 
QString oldStringB = ""
 
QString oldStringC = ""
 
QString oldStringD = ""
 
QString oldStringE = ""
 
QString oldStringF = ""
 
QString oldStringG = ""
 
QString oldStringH = ""
 
QString errorText = ""
 
QList< qreal > atomList
 
qint32 atomLength
 
qreal startValue
 
qreal endValue
 
qreal stepWidth
 

Detailed Description

Implementation of FormulaEditor class.

Author
Martin Henfling marti.nosp@m.n.he.nosp@m.nflin.nosp@m.g@tu.nosp@m.-ilme.nosp@m.nau..nosp@m.de; Daniel Knobl danie.nosp@m.l.kn.nosp@m.obl@t.nosp@m.u-il.nosp@m.menau.nosp@m..de; Sebastian Krause sebas.nosp@m.tian.nosp@m..krau.nosp@m.se@t.nosp@m.u-ilm.nosp@m.enau.nosp@m..de
Version
1.0
Date
July, 2014

LICENSE

Copyright (C) 2014, Martin Henfling, Daniel Knobl and Sebastian Krause. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MASSACHUSETTS GENERAL HOSPITAL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Definition in file formulaeditor.cpp.