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