Gda.DataModelArray¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
The number of columns in the model |
||
r/w |
Whether data model can be modified |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
object |
r |
Class Details¶
- class Gda.DataModelArray(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(cols)¶
- Parameters:
cols (
int
) – number of columns for rows in this data model.- Returns:
a pointer to the newly created
Gda.DataModel
.- Return type:
Creates a new
Gda.DataModel
object without initializing the column types. Using gda_data_model_array_new_with_g_types() is usually better.
- clear()¶
Frees all the rows in self.
Property Details¶
- Gda.DataModelArray.props.n_columns¶
-
The number of columns in the model