atomes 1.1.15
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 | |
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 175 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 245 of file update_p.c.
void prep_calc_actions | ( | ) |
prepare analysis widgets
Definition at line 58 of file update_p.c.
int update_project | ( | ) |
update project: send data to Fortran90, and update calculation interactors
Definition at line 94 of file update_p.c.
|
extern |
create the workspace popup menu
p | project id, or -1 |
c | calculation id, or -1 |
Definition at line 202 of file work_menu.c.