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

Variable declarations for the MD input preparation assistants. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MAXDATAQM   7
 

Functions

G_MODULE_EXPORT void confirm_selection (GtkDialog *dialog, gint response_id, gpointer data)
 confirm that the selection is good
 
void field_question (gchar *question, GCallback handler, gpointer data)
 ask the use to confirm something
 

Variables

GtkWidget * qm_assistant
 
projectqm_proj
 
glwinqm_view
 
coord_infoqm_coord
 
GtkTextBuffer * qmbuffer [MAXDATAQM+2]
 
gboolean force_mol
 
int idopt
 
int icalc
 
int ident
 
int icomb
 
gboolean selection_confirmed
 

Detailed Description

Variable declarations for the MD input preparation assistants.

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 calc.h.

Macro Definition Documentation

◆ MAXDATAQM

#define MAXDATAQM   7

Definition at line 34 of file calc.h.

Function Documentation

◆ confirm_selection()

G_MODULE_EXPORT void confirm_selection ( GtkDialog * dialog,
gint response_id,
gpointer data )
extern

confirm that the selection is good

Parameters
dialogthe GtkDialog sending the signal
response_idthe response id
datathe pointer if needed, not in this case

Definition at line 88 of file calc.c.

◆ field_question()

void field_question ( gchar * question,
GCallback handler,
gpointer data )
extern

ask the use to confirm something

Parameters
questionthe text to display
handlerthe callback to use
datathe data to transmit to the callback

Definition at line 103 of file calc.c.

Variable Documentation

◆ force_mol

gboolean force_mol
extern

Definition at line 71 of file calc.c.

◆ icalc

int icalc
extern

Definition at line 73 of file calc.c.

◆ icomb

int icomb
extern

Definition at line 75 of file calc.c.

◆ ident

int ident
extern

Definition at line 74 of file calc.c.

◆ idopt

int idopt
extern

Definition at line 72 of file calc.c.

◆ qm_assistant

GtkWidget* qm_assistant
extern

Definition at line 66 of file calc.c.

◆ qm_coord

coord_info* qm_coord
extern

Definition at line 69 of file calc.c.

◆ qm_proj

project* qm_proj
extern

Definition at line 67 of file calc.c.

◆ qm_view

glwin* qm_view
extern

Definition at line 68 of file calc.c.

◆ qmbuffer

GtkTextBuffer* qmbuffer[MAXDATAQM+2]
extern

Definition at line 70 of file calc.c.

◆ selection_confirmed

gboolean selection_confirmed
extern

Definition at line 77 of file calc.c.