atomes 1.1.15
atomes: an atomic scale modeling tool box
|
Functions to configure the restart section for the CPMD input file creation assistant. More...
#include "global.h"
#include "callbacks.h"
#include "interface.h"
#include "calc.h"
#include "cpmd.h"
Go to the source code of this file.
Functions | |
void | print_the_section (int s, int p, GtkTextBuffer *buffer) |
print CPMD input section | |
GtkWidget * | cpmd_box (GtkWidget *box, gchar *lab, int v_space, int h_space, int dim) |
prepare a labelled box widget for the CPMD input creation assistant | |
G_MODULE_EXPORT void | update_restart_parameter (GtkEntry *res, gpointer data) |
CPMD input file update restart parameter value entry callback. | |
G_MODULE_EXPORT void | update_restart_check (GtkToggleButton *but, gpointer data) |
CPMD input file restart option toggle callback GTK3. | |
G_MODULE_EXPORT void | changed_restart_box (GtkComboBox *box, gpointer data) |
CPMD input file change restart type. | |
GtkWidget * | restart_box () |
prepare the CPMD input preparation assistant restart widgets | |
Variables | |
GtkWidget * | sace [2] |
GtkWidget * | trap_box [2] |
Functions to configure the restart section for the CPMD input file creation assistant.
Definition in file cpmd_restart.c.
G_MODULE_EXPORT void changed_restart_box | ( | GtkComboBox * | box, |
gpointer | data ) |
CPMD input file change restart type.
box | the GtkComboBox sending the signal |
data | the associated data pointer |
Definition at line 124 of file cpmd_restart.c.
|
extern |
prepare a labelled box widget for the CPMD input creation assistant
box | the GtkWidget sending the signal |
lab | the label |
v_space | vertical spacing |
h_space | horizontal spacing |
dim | label width |
Definition at line 248 of file cpmd_init.c.
|
extern |
print CPMD input section
s | the section id |
p | 0 = section preview, 1 = complete input file |
buffer | the GtkTextBuffer to print into |
Definition at line 695 of file cpmd_print.c.
GtkWidget * restart_box | ( | ) |
prepare the CPMD input preparation assistant restart widgets
Definition at line 136 of file cpmd_restart.c.
G_MODULE_EXPORT void update_restart_check | ( | GtkToggleButton * | but, |
gpointer | data ) |
CPMD input file restart option toggle callback GTK3.
but | the GtkToggleButton sending the signal |
data | the associated data pointer |
Definition at line 96 of file cpmd_restart.c.
G_MODULE_EXPORT void update_restart_parameter | ( | GtkEntry * | res, |
gpointer | data ) |
CPMD input file update restart parameter value entry callback.
res | the GtkEntry sending the signal |
data | the associated data pointer |
Definition at line 59 of file cpmd_restart.c.
GtkWidget* sace[2] |
Definition at line 74 of file cpmd_restart.c.
GtkWidget* trap_box[2] |
Definition at line 75 of file cpmd_restart.c.