Graphical User Interface generated upon fitmodel. More...
#include <fmpanel.h>
Signals | |
void | recalc (int irun, int ipara) |
void | view_run (int i) |
void | view_run_only (int i) |
void | hide_run (int i) |
void | reset_error (int runi, int parai, bool fit) |
Public Member Functions | |
fmPanel (double ***rdata, double ***rerror, int cpara, int crun, double *T, QStringList *pnames) | |
void | refresh () |
update line edits and slider wit regard on rdata | |
Graphical User Interface generated upon fitmodel.
this widget is intended for fast user input based on a specific fitmodel. The Widget provides line edits and sliders to modify the parameter values. It directly changes the values and emits signals to repaint plots or update mbs-files.
fmPanel::fmPanel | ( | double *** | rdata, |
double *** | rerror, | ||
int | cpara, | ||
int | crun, | ||
double * | T, | ||
QStringList * | pnames | ||
) |
rdata,: | pointer to data values |
rerror,: | pointer to data errors |
cpara,: | parameter count |
crun,: | run count |
T,: | run specfic parameters, noramlly temperature |
pnames,: | parameter names |