Curve data buffer initialization.
More...
#include "global.h"
#include "callbacks.h"
#include "project.h"
Go to the source code of this file.
◆ alloc_curves()
| void alloc_curves |
( |
int | rid | ) |
|
allocating curve data
- Parameters
-
Definition at line 74 of file initc.c.
◆ clean_curves_data()
| void clean_curves_data |
( |
int | calc, |
|
|
int | start, |
|
|
int | end ) |
clean curve data on a range of curve id
- Parameters
-
| calc | the calculation |
| start | the starting value |
| end | the ending value |
Definition at line 55 of file initc.c.
◆ clean_this_curve_window()
| void clean_this_curve_window |
( |
int | cid, |
|
|
int | rid ) |
|
extern |
free curve window data
- Parameters
-
| cid | the curve id |
| rid | the calculation id |
Definition at line 338 of file curve.c.
◆ initcwidgets()
initializing curve values
Definition at line 104 of file initc.c.
◆ prepostcalc()
| void prepostcalc |
( |
GtkWidget * | widg, |
|
|
gboolean | status, |
|
|
int | run, |
|
|
int | adv, |
|
|
double | opc ) |
to just before and just after running a calculation
- Parameters
-
| widg | the GtkWidget sending the signal |
| status | calculation completed (1/0) |
| run | calculation id |
| adv | calculation result |
| opc | opacity |
Definition at line 154 of file initc.c.