Dee.SequenceModel¶
- Subclasses:
None
Methods¶
- Inherited:
Dee.SerializableModel (3), GObject.Object (37), Dee.Model (48), Dee.Serializable (4)
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
||
priv |
r |
Class Details¶
- class Dee.SequenceModel(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
All fields in the
Dee.SequenceModel
structure are private and should never be accessed directly- classmethod new()¶
- Returns:
A newly created
Dee.SequenceModel
. Free withGObject.Object.unref
().- Return type:
Create a new
Dee.SequenceModel
. Before using it you must normally set a schema on it by calling dee_model_set_schema().