atomes 1.1.15
atomes: an atomic scale modeling tool box
|
Functions to create the MD sequencer window. More...
#include "global.h"
#include "interface.h"
#include "callbacks.h"
#include "glview.h"
#include "glwindow.h"
Go to the source code of this file.
Functions | |
void | set_player_title (glwin *view) |
set sequencer window title | |
void | update_selection (glwin *view, int o_step) |
match and udpate selected atom()s from o_step to the active step | |
void | update_step_button (glwin *view) |
correct widget buttons sensitivity based on MD step | |
void | sequence (glwin *view, int o_step, int n_step) |
sequence to next step | |
G_MODULE_EXPORT void | seq_go_previous (GtkButton *but, gpointer data) |
go to previous frame | |
G_MODULE_EXPORT void | seq_go_next (GtkButton *but, gpointer data) |
go to next frame | |
G_MODULE_EXPORT void | seq_go_first (GtkButton *but, gpointer data) |
go to first frame | |
G_MODULE_EXPORT void | seq_go_last (GtkButton *but, gpointer data) |
got to last frame | |
G_MODULE_EXPORT void | seq_go_to (GtkEntry *res, gpointer data) |
jump to frame | |
G_MODULE_EXPORT void | seq_jump (GtkButton *but, gpointer data) |
jump to frame dialog | |
G_MODULE_EXPORT void | seq_play (GtkButton *but, gpointer data) |
play | |
G_MODULE_EXPORT void | seq_stop (GtkButton *but, gpointer data) |
stop | |
G_MODULE_EXPORT void | seq_loop (GtkButton *but, gpointer data) |
loop the animation | |
G_MODULE_EXPORT void | seq_faster (GtkButton *but, gpointer data) |
go faster | |
G_MODULE_EXPORT void | seq_slower (GtkButton *but, gpointer data) |
go slower | |
G_MODULE_EXPORT void | window_sequencer (GtkWidget *widg, gpointer data) |
create the sequencer window | |
Functions to create the MD sequencer window.
Definition in file w_sequencer.c.
G_MODULE_EXPORT void seq_faster | ( | GtkButton * | but, |
gpointer | data ) |
go faster
but | the GtkButton sending the signal |
data | the associated data pointer |
Definition at line 397 of file w_sequencer.c.
G_MODULE_EXPORT void seq_go_first | ( | GtkButton * | but, |
gpointer | data ) |
go to first frame
but | the GtkButton sending the signal |
data | the associated data pointer |
Definition at line 211 of file w_sequencer.c.
G_MODULE_EXPORT void seq_go_last | ( | GtkButton * | but, |
gpointer | data ) |
got to last frame
but | the GtkButton sending the signal |
data | the associated data pointer |
Definition at line 225 of file w_sequencer.c.
G_MODULE_EXPORT void seq_go_next | ( | GtkButton * | but, |
gpointer | data ) |
go to next frame
but | the GtkButton sending the signal |
data | the associated data pointer |
Definition at line 193 of file w_sequencer.c.
G_MODULE_EXPORT void seq_go_previous | ( | GtkButton * | but, |
gpointer | data ) |
go to previous frame
but | the GtkButton sending the signal |
data | the associated data pointer |
Definition at line 176 of file w_sequencer.c.
G_MODULE_EXPORT void seq_go_to | ( | GtkEntry * | res, |
gpointer | data ) |
jump to frame
res | the GtkEntry sending the signal |
data | the associated data pointer |
Definition at line 239 of file w_sequencer.c.
G_MODULE_EXPORT void seq_jump | ( | GtkButton * | but, |
gpointer | data ) |
jump to frame dialog
but | the GtkButton sending the signal |
data | the associated data pointer |
Definition at line 260 of file w_sequencer.c.
G_MODULE_EXPORT void seq_loop | ( | GtkButton * | but, |
gpointer | data ) |
loop the animation
but | the GtkButton sending the signal |
data | the associated data pointer |
Definition at line 351 of file w_sequencer.c.
G_MODULE_EXPORT void seq_play | ( | GtkButton * | but, |
gpointer | data ) |
play
but | the GtkButton sending the signal |
data | the associated data pointer |
Definition at line 318 of file w_sequencer.c.
G_MODULE_EXPORT void seq_slower | ( | GtkButton * | but, |
gpointer | data ) |
go slower
but | the GtkButton sending the signal |
data | the associated data pointer |
Definition at line 425 of file w_sequencer.c.
G_MODULE_EXPORT void seq_stop | ( | GtkButton * | but, |
gpointer | data ) |
stop
but | the GtkButton sending the signal |
data | the associated data pointer |
Definition at line 337 of file w_sequencer.c.
void sequence | ( | glwin * | view, |
int | o_step, | ||
int | n_step ) |
sequence to next step
view | the target glwin |
o_step | actual step |
n_step | next step |
Definition at line 152 of file w_sequencer.c.
void set_player_title | ( | glwin * | view | ) |
set sequencer window title
view | the target glwin |
Definition at line 69 of file w_sequencer.c.
void update_selection | ( | glwin * | view, |
int | o_step ) |
match and udpate selected atom()s from o_step to the active step
view | the target glwin |
o_step | the step to match selection with |
Definition at line 85 of file w_sequencer.c.
void update_step_button | ( | glwin * | view | ) |
correct widget buttons sensitivity based on MD step
view | the target glwin |
Definition at line 118 of file w_sequencer.c.
G_MODULE_EXPORT void window_sequencer | ( | GtkWidget * | widg, |
gpointer | data ) |
create the sequencer window
widg | the GtkWidget sending the signal |
data | the associated data pointer |
Definition at line 453 of file w_sequencer.c.