23 #ifndef GCU_SPECTRUM_DOC_H
24 #define GCU_SPECTRUM_DOC_H
293 void Load (
char const *uri,
char const *mime_type = NULL);
335 void LoadJcampDx (
char const *data);
336 void ReadDataLine (
char const *data, std::list<double> &l);
337 void DoPrint (GtkPrintOperation *print, GtkPrintContext *context,
int page)
const;
338 GtkWindow *GetGtkWindow ();
339 void ReadDataTable (std::istream &s,
double *x,
double *y);
345 double maxx, maxy, minx, miny;
346 double firstx, lastx, deltax, firsty;
347 double xfactor, yfactor;
348 std::vector <JdxVar> variables;
349 int X, Y, R, I, integral, Rt, It, Rp;
351 double offset, refpoint;
352 GtkWidget *m_XAxisInvertBtn;
353 guint m_XAxisInvertSgn;
389 #endif // GCU_SPECTRUM_DOC_H