Top | ![]() |
![]() |
![]() |
![]() |
Functions
#define | AGS_FUNCTION_GET_OBJ_MUTEX() |
|
ags_function_add_matrix () |
|
ags_function_remove_matrix () |
AgsFunction * | ags_function_new () |
#define | AGS_FUNCTION() |
#define | AGS_FUNCTION_CLASS() |
#define | AGS_FUNCTION_GET_CLASS() |
#define | AGS_IS_FUNCTION() |
#define | AGS_IS_FUNCTION_CLASS() |
|
ags_function_get_type () |
Properties
|
normalized-function | Read / Write |
pivot-table | Read / Write | |
|
source-function | Read / Write |
Functions
AGS_FUNCTION_GET_OBJ_MUTEX()
#define AGS_FUNCTION_GET_OBJ_MUTEX(obj) (&(((AgsFunction *) obj)->obj_mutex))
ags_function_add_matrix ()
void ags_function_add_matrix (AgsFunction *function
,AgsSolverMatrix *solver_matrix
);
Add solver_matrix
to function
.
Since:
ags_function_remove_matrix ()
void ags_function_remove_matrix (AgsFunction *function
,AgsSolverMatrix *solver_matrix
);
Remove solver_matrix
from function
.
Since:
ags_function_new ()
AgsFunction *
ags_function_new (gchar *source_function
);
Instantiate a new AgsFunction.
Since:
AGS_FUNCTION()
#define AGS_FUNCTION(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FUNCTION, AgsFunction))
AGS_FUNCTION_CLASS()
#define AGS_FUNCTION_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FUNCTION, AgsFunctionClass))
AGS_FUNCTION_GET_CLASS()
#define AGS_FUNCTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_FUNCTION, AgsFunctionClass))
AGS_IS_FUNCTION()
#define AGS_IS_FUNCTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FUNCTION))
AGS_IS_FUNCTION_CLASS()
#define AGS_IS_FUNCTION_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FUNCTION))