atomes 1.1.15
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 | |
void | fill_chains_model (GtkTreeStore *store, project *this_proj) |
fill the entire chain(s) tree store | |
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 | |
GtkWidget * | chains_tab (glwin *view) |
create the chain(s) tab for the advanced environments window | |
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 264 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 784 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 732 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 223 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 148 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 576 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 557 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 64 of file w_chains.c.
|
extern |
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 616 of file w_chains.c.