|
| G_MODULE_EXPORT void | on_select_rings (GtkCellRendererToggle *cell_renderer, gchar *string_path, gpointer data) |
| | on select ring toggle callback
|
| void | rings_set_visible (GtkTreeViewColumn *col, GtkCellRenderer *renderer, GtkTreeModel *mod, GtkTreeIter *iter, gpointer data) |
| | show / hide cell renderer in the ring search tree store
|
| gchar * | ring_atoms (project *this_proj, int ring, int step, int size, int rid, gboolean to_file) |
| void | fill_rings_model (GtkTreeStore *store, project *this_proj, int rid) |
| | fill the entire ring(s) tree store
|
| void | rings_set_markup (GtkTreeViewColumn *col, GtkCellRenderer *renderer, GtkTreeModel *mod, GtkTreeIter *iter, gpointer data) |
| | Rings tree view set color and Pango markup in tree view.
|
| GtkWidget * | create_rings_tree (project *this_proj, int rid, gboolean fill_this) |
| | create the ring(s) search tree store
|
| void | add_this_ring_to_search_tree (project *this_proj, int rid) |
| | add ring in the search tree based on ring size and id
|
| int | get_rmin (project *this_proj, int rid, int step) |
| | get ring(s) max size for the MD step
|
| int | get_rmax (project *this_proj, int rid, int step) |
| | get ring(s) min size for the MD step
|
| G_MODULE_EXPORT void | update_rings_search (GtkEntry *res, gpointer data) |
| | update the ring(s) search widget
|
| GtkWidget * | create_rings_search (project *this_proj, int rid) |
| | create the ring(s) search widget
|
| G_MODULE_EXPORT void | run_save_rings_to_file (GtkDialog *info, gint response_id, gpointer data) |
| | save rings data to file: run the dialog
|
| G_MODULE_EXPORT void | save_rings_to_file (GtkButton *but, gpointer data) |
| | save rings data to file
|
| GtkWidget * | rings_tab (glwin *view, int rid) |
| | create the ring(s) tab for the advanced environments window
|
Functions to create the ring(s) tab for the advanced environments window.
- 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 w_rings.c.