Ags.Function¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
The normalized form of function to use to translate values |
||
r/w |
The original pivot table representation |
||
r/w |
The function to use to translate values |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
column_count |
r |
||
equation |
r |
||
flags |
r |
||
gobject |
r |
||
is_pushing |
r |
||
normalized_function |
r |
||
obj_mutex |
r |
||
pivot_table |
r |
||
pivot_table_count |
r |
||
row_count |
r |
||
solver_level |
r |
||
solver_matrix |
[ |
r |
|
solver_vector |
r |
||
source_function |
r |
||
symbol |
r |
||
transformed_equation |
r |
Class Details¶
- class Ags.Function(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(source_function)¶
- Parameters:
source_function (
str
) – the source function- Returns:
the new instance
- Return type:
Instantiate a new
Ags.Function
.New in version 3.0.0.
- add_matrix(solver_matrix)¶
- Parameters:
solver_matrix (
Ags.SolverMatrix
) – theAgs.SolverMatrix
Add solver_matrix to self.
New in version 3.2.0.
- remove_matrix(solver_matrix)¶
- Parameters:
solver_matrix (
Ags.SolverMatrix
) – theAgs.SolverMatrix
Remove solver_matrix from self.
New in version 3.2.0.
Property Details¶
- Ags.Function.props.normalized_function¶
-
The normalized function.
New in version 3.0.0.
- Ags.Function.props.pivot_table¶
-
The pivot table.
New in version 3.0.0.