2024-10-16 10:28:19 +02:00
.TH "src/util/draw/gl.c" 3 "Version 0.1.0" "Gem-graph" \" -*- nroff -*-
.ad l
.nh
.SH NAME
src/util/draw/gl.c
.SH SYNOPSIS
.br
.PP
\fC #include '\& .\& ./\& .\& ./\& .\& ./include/graphics\& .h'\fP
.br
\fC #include '\& .\& ./\& .\& ./\& .\& ./include/signal\& .h'\fP
.br
.SS "Classes"
.in +1c
.ti -1c
.RI "struct \fBstack_index_t\fP"
.br
.RI "phantom documentation used to test the functioning of doxygen "
.in -1c
.SS "Macros"
.in +1c
.ti -1c
.RI "#define \fBGL_AREA_SIZE\fP 400"
.br
.RI "phantom documentation used to test the functioning of doxygen "
.in -1c
.SS "Functions"
.in +1c
.ti -1c
.RI "int \fButil_gl_set_arrow\fP (int stack_id, int arrows_nb, int space_X, int space_Y, int space_Z, int requested_weight, int site, int arrow_x, int arrow_y, int arrow_z)"
.br
2024-10-20 23:03:17 +02:00
.RI "phantom documentation "
2024-10-16 10:28:19 +02:00
.ti -1c
.RI "long \fButil_gl_get_stack\fP (void *container_widget)"
.br
.RI "Look for stack entry and returns stack_id\&. "
.ti -1c
.RI "long \fButil_gl_is_ready\fP (void *container_widget)"
.br
.RI "Look for stack entry and returns stack_id\&. "
.ti -1c
.RI "bool \fButil_gl_init_stack\fP (void *container_widget, GError *error_buffer)"
.br
.RI "Look for stack entry and initializes OpenGL for it\&. "
.ti -1c
.RI "bool \fButil_gl_shutdown_stack\fP (void *container_widget, GError *error_buffer)"
.br
.RI "Look for stack entry and shutdowns OpenGL for it\&. "
.ti -1c
.RI "void \fButil_gl_clean_stack_index\fP (void)"
.br
.RI "phantom documentation used to test the functioning of doxygen "
.ti -1c
.RI "bool \fButil_gl_render_stack\fP (GtkWidget *container_widget)"
.br
.RI "Look for stack entry and triggers OpenGL for drawing\&. "
.ti -1c
.RI "bool \fButil_gl_update_axis\fP (GtkWidget *container_widget, int axis, int value)"
.br
.RI "Look for stack entry and triggers OpenGL for drawing\&. "
.ti -1c
.RI "void \fButil_gl_shutdown_all_stacks\fP (void)"
.br
.RI "Look for every stack entry and shutdowns OpenGL for it\&. "
.ti -1c
.RI "GtkWidget * \fBcreate_axis_slider\fP (int axis)"
.br
.RI "Creates a slider widget\&. "
.ti -1c
.RI "bool \fButil_gl_setup_glarea\fP (int target_mode, GtkWidget *target_widget)"
.br
.RI "phantom documentation used to test the functioning of doxygen "
.in -1c
.SS "Variables"
.in +1c
.ti -1c
.RI "size_t \fBstack_index_size\fP = 0"
.br
.RI "phantom documentation used to test the functioning of doxygen "
.in -1c
.SH "Function Documentation"
.PP
.SS "GtkWidget * create_axis_slider (int axis)"
.PP
Creates a slider widget\& .
.PP
\fB Parameters\fP
.RS 4
2024-10-20 23:03:17 +02:00
\fI axis\fP
2024-10-16 10:28:19 +02:00
.RE
.PP
\fB Returns\fP
.RS 4
2024-10-20 23:03:17 +02:00
GtkWidget *
2024-10-16 10:28:19 +02:00
.RE
.PP
.SS "long util_gl_get_stack (void * container_widget)"
.PP
Look for stack entry and returns stack_id\& .
.PP
\fB Parameters\fP
.RS 4
2024-10-20 23:03:17 +02:00
\fI *container_widget\fP
2024-10-16 10:28:19 +02:00
.RE
.PP
\fB Returns\fP
.RS 4
stack_id
.RE
.PP
.SS "bool util_gl_init_stack (void * container_widget, GError * error_buffer)"
.PP
Look for stack entry and initializes OpenGL for it\& .
.PP
\fB Parameters\fP
.RS 4
2024-10-20 23:03:17 +02:00
\fI *container_widget\fP
2024-10-16 10:28:19 +02:00
.br
2024-10-20 23:03:17 +02:00
\fI *error_buffer\fP
2024-10-16 10:28:19 +02:00
.RE
.PP
\fB Returns\fP
.RS 4
2024-10-20 23:03:17 +02:00
success
2024-10-16 10:28:19 +02:00
.RE
.PP
.SS "long util_gl_is_ready (void * container_widget)"
.PP
Look for stack entry and returns stack_id\& .
.PP
\fB Parameters\fP
.RS 4
2024-10-20 23:03:17 +02:00
\fI *container_widget\fP generally the GtkBox that contains the GLArea
2024-10-16 10:28:19 +02:00
.RE
.PP
\fB Returns\fP
.RS 4
stack_id
.RE
.PP
.SS "bool util_gl_render_stack (GtkWidget * container_widget)"
.PP
Look for stack entry and triggers OpenGL for drawing\& .
.PP
\fB Parameters\fP
.RS 4
\fI container_widget\fP generally the GtkBox that contains the GLArea
.RE
.PP
\fB Returns\fP
.RS 4
bool: true if success
.RE
.PP
2024-10-20 23:03:17 +02:00
.SS "int util_gl_set_arrow (int stack_id, int arrows_nb, int space_X, int space_Y, int space_Z, int requested_weight, int site, int arrow_x, int arrow_y, int arrow_z)"
.PP
phantom documentation
.PP
\fB Parameters\fP
.RS 4
\fI stack_id\fP
.br
\fI arrows_nb\fP
.br
\fI space_X\fP
.br
\fI space_Y\fP
.br
\fI space_Z\fP
.br
\fI requested_weight\fP
.br
\fI site\fP
.br
\fI arrow_x\fP
.br
\fI arrow_y\fP
.br
\fI arrow_z\fP
.RE
.PP
returns int
2024-10-16 10:28:19 +02:00
.SS "void util_gl_shutdown_all_stacks (void)"
.PP
Look for every stack entry and shutdowns OpenGL for it\& . returns true if success ? TODO why not bool ?
.SS "bool util_gl_shutdown_stack (void * container_widget, GError * error_buffer)"
.PP
Look for stack entry and shutdowns OpenGL for it\& .
.PP
\fB Parameters\fP
.RS 4
2024-10-20 23:03:17 +02:00
\fI *container_widget\fP generally the GtkBox that contains the GLArea
2024-10-16 10:28:19 +02:00
.br
2024-10-20 23:03:17 +02:00
\fI *error_buffer\fP
2024-10-16 10:28:19 +02:00
.RE
.PP
\fB Returns\fP
.RS 4
bool: true if success
.RE
.PP
.SS "bool util_gl_update_axis (GtkWidget * container_widget, int axis, int value)"
.PP
Look for stack entry and triggers OpenGL for drawing\& .
.PP
\fB Parameters\fP
.RS 4
2024-10-20 23:03:17 +02:00
\fI *container_widget\fP
2024-10-16 10:28:19 +02:00
.br
2024-10-20 23:03:17 +02:00
\fI axis\fP
2024-10-16 10:28:19 +02:00
.br
2024-10-20 23:03:17 +02:00
\fI value\fP
2024-10-16 10:28:19 +02:00
.RE
.PP
\fB Returns\fP
.RS 4
bool: true if success
.RE
.PP
.SH "Author"
.PP
Generated automatically by Doxygen for Gem-graph from the source code\& .