atomes 1.1.14
atomes: an atomic scale modeling tool box
Loading...
Searching...
No Matches
w_data.c File Reference

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"
+ Include dependency graph for w_data.c:

Go to the source code of this file.

Functions

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
 

Variables

GtkFileFilter * filter1
 
GtkFileFilter * filter2
 

Detailed Description

Functions to export curve data.

Author
Sébastien Le Roux sebas.nosp@m.tien.nosp@m..lero.nosp@m.ux@i.nosp@m.pcms..nosp@m.unis.nosp@m.tra.f.nosp@m.r

Definition in file w_data.c.

Function Documentation

◆ 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
infothe GtkDialog sending the signal
response_idthe response id
datathe 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
idatathe associated data pointer

Definition at line 164 of file w_data.c.

Variable Documentation

◆ filter1

GtkFileFilter* filter1

Definition at line 52 of file w_data.c.

◆ filter2

GtkFileFilter * filter2

Definition at line 52 of file w_data.c.