Class
AgsFunction
Description
class Ags.Function : GObject.Object
{
flags: guint,
obj_mutex: GRecMutex,
is_pushing: gboolean,
equation: gchar**,
transformed_equation: gchar**,
source_function: gchar*,
normalized_function: gchar*,
symbol: gchar**,
solver_matrix: GList*,
pivot_table_count: guint,
row_count: guint*,
column_count: guint*,
pivot_table: AgsComplex***,
solver_level: guint,
solver_vector: AgsComplex**
}
No description available.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.