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

Functions to create the recording window. More...

#include "global.h"
#include "glview.h"
+ Include dependency graph for w_record.c:

Go to the source code of this file.

Functions

void window_encode (glwin *view, gboolean video)
 encoding a movie - creating the dialog
 
void prepare_edition_windows (glwin *view, int status)
 update the sensitivity of the edition window(s) if any are opened
 
G_MODULE_EXPORT void rec_start (GtkButton *but, gpointer data)
 start recording
 
G_MODULE_EXPORT void rec_stop (GtkButton *but, gpointer data)
 stop recording
 
G_MODULE_EXPORT void window_recorder (GtkWidget *widg, gpointer data)
 create video recorder window
 

Detailed Description

Functions to create the recording 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_record.c.

Function Documentation

◆ prepare_edition_windows()

void prepare_edition_windows ( glwin * view,
int status )

update the sensitivity of the edition window(s) if any are opened

Parameters
viewthe target glwin
statussensitity

Definition at line 54 of file w_record.c.

◆ rec_start()

G_MODULE_EXPORT void rec_start ( GtkButton * but,
gpointer data )

start recording

Parameters
butthe GtkButton sending the signal
datathe associated data pointer

Definition at line 101 of file w_record.c.

◆ rec_stop()

G_MODULE_EXPORT void rec_stop ( GtkButton * but,
gpointer data )

stop recording

Parameters
butthe GtkButton sending the signal
datathe associated data pointer

Definition at line 128 of file w_record.c.

◆ window_encode()

void window_encode ( glwin * view,
gboolean video )
extern

encoding a movie - creating the dialog

Parameters
viewthe target glwin
videovideo (1) or image (0)

Definition at line 319 of file w_encode.c.

◆ window_recorder()

G_MODULE_EXPORT void window_recorder ( GtkWidget * widg,
gpointer data )

create video recorder window

Parameters
widgthe GtkWidget sending the signal
datathe associated data pointer

Definition at line 152 of file w_record.c.