|
atomes 1.3.1
atomes: an atomic scale modeling tool box
|
Functions to update a project
Functions to activate a project.
More...
#include "global.h"#include "bind.h"#include "interface.h"#include "callbacks.h"#include "project.h"#include "workspace.h"Go to the source code of this file.
Functions | |
| GtkWidget * | work_menu (int p, int c) |
| create the workspace popup menu | |
| void | prep_calc_actions () |
| prepare analysis widgets | |
| void | update_analysis_availability (project *this_proj) |
| update analysis availability for a target projet | |
| int | update_project () |
| update project: send data to Fortran90, and update calculation interactors | |
| void | active_project_changed (int id) |
| change the active project | |
| void | opengl_project_changed (int id) |
| change the OpenGL project | |
Variables | |
| GtkTreeStore * | tool_model |
Functions to update a project
Functions to activate a project.
Definition in file update_p.c.
| void active_project_changed | ( | int | id | ) |
change the active project
| id | the id of the new active project |
Definition at line 220 of file update_p.c.
| void opengl_project_changed | ( | int | id | ) |
change the OpenGL project
| id | the id of the new OpenGL project |
Definition at line 296 of file update_p.c.
| void prep_calc_actions | ( | ) |
prepare analysis widgets
Definition at line 59 of file update_p.c.
| void update_analysis_availability | ( | project * | this_proj | ) |
update analysis availability for a target projet
| this_proj | the target project |
Definition at line 121 of file update_p.c.
| int update_project | ( | ) |
update project: send data to Fortran90, and update calculation interactors
Definition at line 162 of file update_p.c.
|
extern |
create the workspace popup menu
| p | project id, or -1 |
| c | calculation id, or -1 |
Definition at line 216 of file work_menu.c.