|
atomes 1.3.1
atomes: an atomic scale modeling tool box
|
Functions to create the chain(s) tab for the advanced environments window. More...
Go to the source code of this file.
Functions | |
| void | rings_set_visible (GtkTreeViewColumn *col, GtkCellRenderer *renderer, GtkTreeModel *mod, GtkTreeIter *iter, gpointer data) |
| show / hide cell renderer in the ring search tree store | |
| G_MODULE_EXPORT void | on_select_chains (GtkCellRendererToggle *cell_renderer, gchar *string_path, gpointer data) |
| on select chain toggle callback | |
| gchar * | chain_atoms (project *this_proj, int step, int size, int cid, gboolean to_file) |
| create a string containing the list of atoms in a chain | |
| void | fill_chains_model (GtkTreeStore *store, project *this_proj) |
| fill the entire chain(s) tree store | |
| void | chains_set_markup (GtkTreeViewColumn *col, GtkCellRenderer *renderer, GtkTreeModel *mod, GtkTreeIter *iter, gpointer data) |
| Chains tree view set color and Pango markup in tree view. | |
| GtkWidget * | create_chains_tree (project *this_proj, gboolean fill_this) |
| create the chain(s) search tree store | |
| void | add_this_chain_to_search_tree (project *this_proj) |
| add chain in the search tree based on chain length and id | |
| int | get_cmin (project *this_proj, int step) |
| get chain(s) min size for the MD step | |
| int | get_cmax (project *this_proj, int step) |
| get chain(s) max size for the MD step | |
| G_MODULE_EXPORT void | update_chains_search (GtkEntry *res, gpointer data) |
| update the chain(s) search widget | |
| GtkWidget * | create_chains_search (project *this_proj) |
| create the chain(s) search widget | |
| G_MODULE_EXPORT void | run_save_chains_to_file (GtkDialog *info, gint response_id, gpointer data) |
| save chains data to file: run the dialog | |
| G_MODULE_EXPORT void | save_chains_to_file (GtkButton *but, gpointer data) |
| save chains data to file | |
| GtkWidget * | chains_tab (glwin *view) |
| create the chain(s) tab for the advanced environments window | |
Variables | |
| const gchar * | dfi [2] |
Functions to create the chain(s) tab for the advanced environments window.
Definition in file w_chains.c.
| void add_this_chain_to_search_tree | ( | project * | this_proj | ) |
add chain in the search tree based on chain length and id
| this_proj | the target project |
Definition at line 337 of file w_chains.c.
| gchar * chain_atoms | ( | project * | this_proj, |
| int | step, | ||
| int | size, | ||
| int | cid, | ||
| gboolean | to_file ) |
create a string containing the list of atoms in a chain
| this_proj | the target project |
| step | the configuration |
| size | the size of the ring |
| cid | the id number of the ring |
| to_file | output |
Definition at line 158 of file w_chains.c.
| void chains_set_markup | ( | GtkTreeViewColumn * | col, |
| GtkCellRenderer * | renderer, | ||
| GtkTreeModel * | mod, | ||
| GtkTreeIter * | iter, | ||
| gpointer | data ) |
Chains tree view set color and Pango markup in tree view.
| col | the tree view column |
| renderer | the column renderer |
| mod | the tree model |
| iter | the tree it |
| data | the associated data pointer |
Definition at line 279 of file w_chains.c.
| GtkWidget * chains_tab | ( | glwin * | view | ) |
create the chain(s) tab for the advanced environments window
| view | the target glwin |
Definition at line 983 of file w_chains.c.
| GtkWidget * create_chains_search | ( | project * | this_proj | ) |
create the chain(s) search widget
| this_proj | the target project |
Definition at line 820 of file w_chains.c.
| GtkWidget * create_chains_tree | ( | project * | this_proj, |
| gboolean | fill_this ) |
create the chain(s) search tree store
| this_proj | the target project |
| fill_this | 1 = yes, 0 = no |
Definition at line 293 of file w_chains.c.
| void fill_chains_model | ( | GtkTreeStore * | store, |
| project * | this_proj ) |
fill the entire chain(s) tree store
| store | the GtkTreeStore to fill |
| this_proj | the target project |
Definition at line 196 of file w_chains.c.
| int get_cmax | ( | project * | this_proj, |
| int | step ) |
get chain(s) max size for the MD step
| this_proj | the target project |
| step | the MD step |
Definition at line 664 of file w_chains.c.
| int get_cmin | ( | project * | this_proj, |
| int | step ) |
get chain(s) min size for the MD step
| this_proj | the target project |
| step | the MD step |
Definition at line 645 of file w_chains.c.
| G_MODULE_EXPORT void on_select_chains | ( | GtkCellRendererToggle * | cell_renderer, |
| gchar * | string_path, | ||
| gpointer | data ) |
on select chain toggle callback
| cell_renderer | the GtkCellRendererToggle sending the signal |
| string_path | the path in the tree store |
| data | the associated data pointer |
Definition at line 71 of file w_chains.c.
|
extern |
| G_MODULE_EXPORT void run_save_chains_to_file | ( | GtkDialog * | info, |
| gint | response_id, | ||
| gpointer | data ) |
save chains data to file: run the dialog
| info | the GtkDialog sending the signal |
| response_id | the response id |
| data | the associated data pointer |
Definition at line 888 of file w_chains.c.
| G_MODULE_EXPORT void save_chains_to_file | ( | GtkButton * | but, |
| gpointer | data ) |
save chains data to file
| but | the GtkButton sending the signal |
| data | the associated data pointer |
Definition at line 952 of file w_chains.c.
| G_MODULE_EXPORT void update_chains_search | ( | GtkEntry * | res, |
| gpointer | data ) |
update the chain(s) search widget
| res | the GtkEntry sending the signal |
| data | the associated data pointer |
Definition at line 704 of file w_chains.c.