atomes 1.1.14
atomes: an atomic scale modeling tool box
Loading...
Searching...
No Matches
m_anim.c File Reference

Functions to create the 'Animate' submenu. More...

#include "global.h"
#include "glwindow.h"
+ Include dependency graph for m_anim.c:

Go to the source code of this file.

Functions

G_MODULE_EXPORT void window_spinner (GtkWidget *widg, gpointer data)
 create the spin window callback
 
G_MODULE_EXPORT void window_recorder (GtkWidget *widg, gpointer data)
 create video recorder window
 
G_MODULE_EXPORT void window_sequencer (GtkWidget *widg, gpointer data)
 create the sequencer window
 
G_MODULE_EXPORT void to_spin (GSimpleAction *action, GVariant *parameter, gpointer data)
 handle the spinner window creation signal
 
G_MODULE_EXPORT void to_seq (GSimpleAction *action, GVariant *parameter, gpointer data)
 handle the sequencer window creation signal
 
G_MODULE_EXPORT void to_rec (GSimpleAction *action, GVariant *parameter, gpointer data)
 handle the recorder window creation signal
 
GMenu * menu_anim (glwin *view, int popm)
 create the 'Animate' submenu elements
 

Detailed Description

Functions to create the 'Animate' submenu.

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 m_anim.c.

Function Documentation

◆ menu_anim()

GMenu * menu_anim ( glwin * view,
int popm )

create the 'Animate' submenu elements

Parameters
viewthe target glwin
popmmain app (0) or popup (1)

Definition at line 139 of file m_anim.c.

◆ to_rec()

G_MODULE_EXPORT void to_rec ( GSimpleAction * action,
GVariant * parameter,
gpointer data )

handle the recorder window creation signal

Parameters
actionthe GAction sending the signal
parameterGVariant parameter of the GAction
datathe associated data pointer

Definition at line 126 of file m_anim.c.

◆ to_seq()

G_MODULE_EXPORT void to_seq ( GSimpleAction * action,
GVariant * parameter,
gpointer data )

handle the sequencer window creation signal

Parameters
actionthe GAction sending the signal
parameterGVariant parameter of the GAction
datathe associated data pointer

Definition at line 112 of file m_anim.c.

◆ to_spin()

G_MODULE_EXPORT void to_spin ( GSimpleAction * action,
GVariant * parameter,
gpointer data )

handle the spinner window creation signal

Parameters
actionthe GAction sending the signal
parameterGVariant parameter of the GAction
datathe associated data pointer

Definition at line 98 of file m_anim.c.

◆ window_recorder()

G_MODULE_EXPORT void window_recorder ( GtkWidget * widg,
gpointer data )
extern

create video recorder window

Parameters
widgthe GtkWidget sending the signal
datathe associated data pointer

Definition at line 152 of file w_record.c.

◆ window_sequencer()

G_MODULE_EXPORT void window_sequencer ( GtkWidget * widg,
gpointer data )
extern

create the sequencer window

Parameters
widgthe GtkWidget sending the signal
datathe associated data pointer

Definition at line 453 of file w_sequencer.c.

◆ window_spinner()

G_MODULE_EXPORT void window_spinner ( GtkWidget * widg,
gpointer data )
extern

create the spin window callback

Parameters
widgthe GtkWidget sending the signal
datathe associated data pointer

Definition at line 158 of file w_spiner.c.