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

Callbacks for the MSD calculation dialog. More...

#include <gtk/gtk.h>
#include <string.h>
#include <stdlib.h>
#include "global.h"
#include "bind.h"
#include "interface.h"
#include "callbacks.h"
#include "curve.h"
#include "project.h"
+ Include dependency graph for msdcall.c:

Go to the source code of this file.

Functions

void initmsd ()
 initialize the curve widgets for the MSD
 
void update_msd_view (project *this_proj)
 update the project text view for the MSD calculation
 
G_MODULE_EXPORT void on_calc_msd_released (GtkWidget *widg, gpointer data)
 compute MSD
 

Detailed Description

Callbacks for the MSD calculation dialog.

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 msdcall.c.

Function Documentation

◆ initmsd()

void initmsd ( )

initialize the curve widgets for the MSD

Definition at line 56 of file msdcall.c.

◆ on_calc_msd_released()

G_MODULE_EXPORT void on_calc_msd_released ( GtkWidget * widg,
gpointer data )

compute MSD

Parameters
widgthe GtkWidget sending the signal
datathe associated data pointer

Definition at line 153 of file msdcall.c.

◆ update_msd_view()

void update_msd_view ( project * this_proj)

update the project text view for the MSD calculation

Parameters
this_projthe target project

Definition at line 121 of file msdcall.c.