Functions to export curve data.
More...
#include <gtk/gtk.h>
#include <string.h>
#include <stdlib.h>
#include "global.h"
#include "interface.h"
#include "curve.h"
Go to the source code of this file.
|
void | save_to_file_ (int *, char *, int *, double *, double *, int *, int *, int *, double *, int *, int *, int *, int *, char *) |
|
void | prep_file_ (int *, char *, int *, int *, int *, double *, int *, int *) |
|
void | append_to_file_ (int *, double *, double *, double *, int *, int *, int *, int *, int *, int *, int *, char *) |
|
G_MODULE_EXPORT void | run_write_curve (GtkDialog *info, gint response_id, gpointer data) |
| save curve data - running the dialog GTK3
|
|
void | write_curve (gpointer idata) |
| save curve data - creating the dialog
|
|
◆ append_to_file_()
void append_to_file_ |
( |
int * | , |
|
|
double * | , |
|
|
double * | , |
|
|
double * | , |
|
|
int * | , |
|
|
int * | , |
|
|
int * | , |
|
|
int * | , |
|
|
int * | , |
|
|
int * | , |
|
|
int * | , |
|
|
char * | ) |
◆ prep_file_()
void prep_file_ |
( |
int * | , |
|
|
char * | , |
|
|
int * | , |
|
|
int * | , |
|
|
int * | , |
|
|
double * | , |
|
|
int * | , |
|
|
int * | ) |
◆ run_write_curve()
G_MODULE_EXPORT void run_write_curve |
( |
GtkDialog * | info, |
|
|
gint | response_id, |
|
|
gpointer | data ) |
save curve data - running the dialog GTK3
- Parameters
-
info | the GtkDialog sending the signal |
response_id | the response id |
data | the associated data pointer |
Definition at line 77 of file w_data.c.
◆ save_to_file_()
void save_to_file_ |
( |
int * | , |
|
|
char * | , |
|
|
int * | , |
|
|
double * | , |
|
|
double * | , |
|
|
int * | , |
|
|
int * | , |
|
|
int * | , |
|
|
double * | , |
|
|
int * | , |
|
|
int * | , |
|
|
int * | , |
|
|
int * | , |
|
|
char * | ) |
◆ write_curve()
void write_curve |
( |
gpointer | idata | ) |
|
save curve data - creating the dialog
- Parameters
-
idata | the associated data pointer |
Definition at line 164 of file w_data.c.
◆ filter1
◆ filter2