4 #include <QtGui/QMainWindow>
23 class QuPlot
: public QMainWindow
28 QuPlot(QWidget
*parent
= 0);
31 QMap
<int, double> valuesMap
;
32 /* valuesMap containes the following values at index
34 * 0 = amount of independent functions to solve
35 * 1 = holds the function, 1: damped harmonic osz. \w ext. force,
36 * 2: simple damped harmonic osz., 3: simple harmonic osz. \wo damping
37 * = 4: rotating dimer \w external force
38 * 2 = holds value of a
39 * 3 = holds value of A
40 * 4 = holds value of F
41 * 5 = holds value of l
42 * 6 = holds value of w
43 * 7 = holds values of t[0] = time
44 * 8 = holds values of x[0] = offset
45 * 9 = holds value of t[1] = unused
46 * 10 = holds value of x[1] = velocity
47 * 11 = mode, 0 = standard, 1 = converge, 2 = bifurcation
53 * 17 = bifurcate from eta
54 * 18 = bifurcate to eta
78 * 42 = U - amplitude of potential
91 void on_calcButton_clicked();
92 void on_actionAbout_triggered();
93 void on_actionQuit_triggered();
94 void on_actionDimension_triggered();